|
Aimsun Next Scripting
24.0
|
Public Member Functions | |
| GKModelLog (GKModel *model) | |
| void | addText (const QString &str, GKObject *who=NULL, const QDateTime &relativeWhen=QDateTime(), const GKPoint &where=GKPoint()) |
| void | addInfo (const QString &str, GKObject *who=NULL, const QDateTime &relativeWhen=QDateTime(), const GKPoint &where=GKPoint()) |
| void | addWarning (const QString &str, GKObject *who=NULL, const QDateTime &relativeWhen=QDateTime(), const GKPoint &where=GKPoint()) |
| void | addError (const QString &str, GKObject *who=NULL, const QDateTime &relativeWhen=QDateTime(), const GKPoint &where=GKPoint()) |
| GKModelLog::GKModelLog | ( | GKModel * | model | ) |
| void GKModelLog::addError | ( | const QString & | str, |
| GKObject * | who = NULL, |
||
| const QDateTime & | relativeWhen = QDateTime(), |
||
| const GKPoint & | where = GKPoint() |
||
| ) |
Add an error entry to the log as a GKLogEntry::eError
| void GKModelLog::addInfo | ( | const QString & | str, |
| GKObject * | who = NULL, |
||
| const QDateTime & | relativeWhen = QDateTime(), |
||
| const GKPoint & | where = GKPoint() |
||
| ) |
Add an info entry to the log as a GKLogEntry::eInfo
| void GKModelLog::addText | ( | const QString & | str, |
| GKObject * | who = NULL, |
||
| const QDateTime & | relativeWhen = QDateTime(), |
||
| const GKPoint & | where = GKPoint() |
||
| ) |
Add an entry to the log as a GKLogEntry::eText
1.9.4