XFaceApp::Notification Class Reference
#include <Notification.h>
Detailed Description
- Author:
- Koray Balci
- Version:
- 1.0
- Date:
- June 2004
Public Types | |
| enum | TaskStatus { kUnknown = 0, kQueued, kStarted, kFinished, kDiscarded, kInProgress, kInQueue, kError } |
Public Member Functions | |
| Notification (const std::string &name, unsigned short owner=0, unsigned int task=0) | |
| Creates a Notification with default values for the given name as parameter. | |
| Notification (const Task &task, const TaskStatus &status) | |
| Creates Notification for the given Task. | |
| void | setStatus (TaskStatus status) |
| Accessor. | |
| TaskStatus | getStatus () const |
| Accessor. | |
| unsigned short | getOwnerID () const |
| Accessor. | |
| unsigned long | getTaskID () const |
| Accessor. | |
| const std::string & | getName () const |
| Accessor. | |
Static Public Member Functions | |
| static Notification | error () |
| In case of unknown errors, we use this canned method that creates an error notification. | |
Member Enumeration Documentation
|
|
Status/Fate of the task can be one of these.
|
The documentation for this class was generated from the following files:
- Notification.h
- Notification.cpp
Generated on Mon Aug 28 15:39:26 2006 for Xface Core Library by
1.4.6-NO