#include <deltaparselog.h>
List of all members.
Public Types |
| enum | Type { TYPE_INVALID = 0,
TYPE_INFO = 1,
TYPE_WARNING = 2,
TYPE_ERROR = 4
} |
| enum | Detail { STANDARD = 1,
VERBOSE = 2,
SUMMARY = 4
} |
Public Member Functions |
| | DeltaLogEntry () |
| | DeltaLogEntry (Type type, QString title, QString msg, Detail detail=STANDARD, int line=-1, int column=-1) |
| Type | type (void) const |
| Detail | detail (void) const |
| QString | title (void) const |
| QString | msg (void) const |
| int | line (void) const |
| int | column (void) const |
| QString | toText (bool verbose=true, char delim= '\t') const |
| void | set (Type type, QString title, QString msg, Detail detail=STANDARD, int line=-1, int column=-1) |
| void | setRefName (QString to) |
| void | setMsg (QString to) |
| void | setLine (int to) |
| void | setColumn (int to) |
| bool | isValid (void) const |
Member Enumeration Documentation
- Enumerator:
| TYPE_INVALID |
|
| TYPE_INFO |
|
| TYPE_WARNING |
|
| TYPE_ERROR |
|
Constructor & Destructor Documentation
| DeltaLogEntry::DeltaLogEntry |
( |
| ) |
|
| DeltaLogEntry::DeltaLogEntry |
( |
Type |
type, |
|
|
QString |
title, |
|
|
QString |
msg, |
|
|
Detail |
detail = STANDARD, |
|
|
int |
line = -1, |
|
|
int |
column = -1 |
|
) |
| |
Member Function Documentation
| int DeltaLogEntry::column |
( |
void |
| ) |
const |
| bool DeltaLogEntry::isValid |
( |
void |
| ) |
const |
| int DeltaLogEntry::line |
( |
void |
| ) |
const |
| QString DeltaLogEntry::msg |
( |
void |
| ) |
const |
| void DeltaLogEntry::set |
( |
Type |
type, |
|
|
QString |
title, |
|
|
QString |
msg, |
|
|
Detail |
detail = STANDARD, |
|
|
int |
line = -1, |
|
|
int |
column = -1 |
|
) |
| |
| void DeltaLogEntry::setColumn |
( |
int |
to | ) |
|
| void DeltaLogEntry::setLine |
( |
int |
to | ) |
|
| void DeltaLogEntry::setMsg |
( |
QString |
to | ) |
|
| void DeltaLogEntry::setRefName |
( |
QString |
to | ) |
|
| QString DeltaLogEntry::title |
( |
void |
| ) |
const |
| QString DeltaLogEntry::toText |
( |
bool |
verbose = true, |
|
|
char |
delim = '\t' |
|
) |
| const |
The documentation for this class was generated from the following files: