#include <logfile.h>
Collaboration diagram for YLogAction:
Public Member Functions | |
YLogAction () | |
QString | DetailedInfo () |
YASA_TIME | GetStartTime () const |
YASA_TIME | GetEndTime () const |
YLogFileTask * | GetThread () const |
YLogFileMutex * | GetMutex () const |
ACTIONINT | GetAction () const |
void | SetStartTime (const YASA_TIME &t) |
void | SetEndTime (const YASA_TIME &t) |
void | SetThread (YLogFileTask *t) |
void | SetMutex (YLogFileMutex *m) |
void | SetAction (ACTIONINT a) |
bool | IsThreadRange () const |
bool | IsMutexRange () const |
bool | IsExcludedThreadRange () const |
Private Attributes | |
YASA_TIME | starttime |
YASA_TIME | endtime |
YLogFileTask * | thread |
YLogFileMutex * | mutex |
ACTIONINT | action |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|