OPimState Class Reference
The State of a Task This class encapsules the state of a todo and it's shared too. More...
#include <opimstate.h>
Public Types | |
| enum | State { Started = 0, Postponed, Finished, NotStarted, Undefined } |
Public Member Functions | |
| OPimState (int state=Undefined) | |
| OPimState (const OPimState &) | |
| ~OPimState () | |
| bool | operator== (const OPimState &) |
| OPimState & | operator= (const OPimState &) |
| void | setState (int state) |
| int | state () const |
Detailed Description
The State of a Task This class encapsules the state of a todo and it's shared too.
Definition at line 17 of file opimstate.h.
Member Enumeration Documentation
|
|
Definition at line 19 of file opimstate.h. |
Constructor & Destructor Documentation
|
|
Definition at line 16 of file opimstate.cpp. |
|
|
Definition at line 20 of file opimstate.cpp. |
|
|
Definition at line 25 of file opimstate.cpp. |
Member Function Documentation
|
|
Definition at line 31 of file opimstate.cpp. References data. |
|
|
Definition at line 36 of file opimstate.cpp. References data. |
|
|
Definition at line 43 of file opimstate.cpp. |
|
|
Definition at line 47 of file opimstate.cpp. |
The documentation for this class was generated from the following files:
