#include <mlBackgroundTaskStatusInformation.h>
Public Member Functions | |
| BackgroundTaskStatusInformation () | |
| BackgroundTaskStatusInformation (BackgroundTask *task) | |
| std::string | statusString () const |
| float | progress () const |
| BackgroundTask::Status | status () const |
| void * | owner () const |
| MLuint32 | taskId () const |
Protected Attributes | |
| std::string | _statusString |
| float | _progress |
| BackgroundTask::Status | _status |
| void * | _owner |
| MLuint32 | _taskId |
Friends | |
| class | BackgroundTask |
Definition at line 24 of file mlBackgroundTaskStatusInformation.h.
| ml::BackgroundTaskStatusInformation::BackgroundTaskStatusInformation | ( | ) |
| ml::BackgroundTaskStatusInformation::BackgroundTaskStatusInformation | ( | BackgroundTask * | task | ) |
| void* ml::BackgroundTaskStatusInformation::owner | ( | ) | const [inline] |
Definition at line 33 of file mlBackgroundTaskStatusInformation.h.
| float ml::BackgroundTaskStatusInformation::progress | ( | ) | const [inline] |
Definition at line 31 of file mlBackgroundTaskStatusInformation.h.
| BackgroundTask::Status ml::BackgroundTaskStatusInformation::status | ( | ) | const [inline] |
Definition at line 32 of file mlBackgroundTaskStatusInformation.h.
| std::string ml::BackgroundTaskStatusInformation::statusString | ( | ) | const [inline] |
Definition at line 30 of file mlBackgroundTaskStatusInformation.h.
| MLuint32 ml::BackgroundTaskStatusInformation::taskId | ( | ) | const [inline] |
Definition at line 34 of file mlBackgroundTaskStatusInformation.h.
friend class BackgroundTask [friend] |
Definition at line 37 of file mlBackgroundTaskStatusInformation.h.
void* ml::BackgroundTaskStatusInformation::_owner [protected] |
Definition at line 42 of file mlBackgroundTaskStatusInformation.h.
float ml::BackgroundTaskStatusInformation::_progress [protected] |
Definition at line 40 of file mlBackgroundTaskStatusInformation.h.
Definition at line 41 of file mlBackgroundTaskStatusInformation.h.
std::string ml::BackgroundTaskStatusInformation::_statusString [protected] |
Definition at line 39 of file mlBackgroundTaskStatusInformation.h.
MLuint32 ml::BackgroundTaskStatusInformation::_taskId [protected] |
Definition at line 43 of file mlBackgroundTaskStatusInformation.h.
1.5.8