NotebookEntryStatus
#include <bb/pim/notebook/NotebookEntryStatus>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The NotebookEntryStatus class provides the available statuses that can be set on a NotebookEntry.
You can use this class to specify that a NotebookEntry is not actionable, not completed, or completed. Multiple statuses can be used when set on a NotebookEntryFilter.
BlackBerry 10.0.0
Public Types Index
enum TypeNotActionable = 0x01, NotCompleted = 0x02, Completed = 0x04 |
Public Types
An enumeration of supported statuses for a NotebookEntry.
BlackBerry 10.0.0
- NotActionable = 0x01
Indicates that the NotebookEntry is not actionable (that is, it cannot be completed).
Since:BlackBerry 10.0.0
- NotCompleted = 0x02
Indicates that the NotebookEntry is actionable, but is not completed.
Since:BlackBerry 10.0.0
- Completed = 0x04
Indicates that the NotebookEntry is actionable and completed.
Since:BlackBerry 10.0.0