kplato
KPlato::XMLLoaderObject Class Reference
List of all members.Detailed Description
Definition at line 32 of file kptxmlloaderobject.h.
Public Types | |
enum | Severity { None = 0, Errors = 1, Warnings = 2, Diagnostics = 3, Debug = 4 } |
Public Member Functions | |
XMLLoaderObject () | |
~XMLLoaderObject () | |
void | setProject (Project *proj) |
Project & | project () const |
void | startLoad () |
void | stopLoad () |
QDateTime | lastLoaded () const |
int | elapsed () const |
QString | formatElapsed () |
void | setLogLevel (Severity sev) |
const QStringList & | log () const |
void | addMsg (int sev, QString msg) |
void | addMsg (QString msg) |
void | increment (int sev) |
void | incErrors () |
int | errors () const |
bool | error () const |
void | incWarnings () |
int | warnings () const |
bool | warning () const |
Protected Attributes | |
Project * | m_project |
int | m_errors |
int | m_warnings |
int | m_logLevel |
QStringList | m_log |
QDateTime | m_starttime |
QTime | m_timer |
int | m_elapsed |
The documentation for this class was generated from the following file: