NotebookEntrySearchField
#include <bb/pim/notebook/NotebookEntrySearchField>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The NotebookEntrySearchField class provides a set of flags that determine which NotebookEntry fields to search when specified with a NotebookEntryFilter.
You can use this class to specify that a NotebookEntryFilter should search all fields, only the title field, or only the description field.
BlackBerry 10.0.0
Public Types Index
enum TypeAll = 0x01, Title = 0x02, Description = 0x04 |
Public Types
An enumeration of supported search fields for a NotebookEntryFilter.
A search query can be restricted to any of the available search fields (for example, the title field or the description field).
BlackBerry 10.0.0
- All = 0x01
Indicates that the NotebookEntryFilter should search all available fields.
Since:BlackBerry 10.0.0
- Title = 0x02
Indicates that the NotebookEntryFilter should search the title field only.
Since:BlackBerry 10.0.0
- Description = 0x04
Indicates that the NotebookEntryFilter should search the description field only.
Since:BlackBerry 10.0.0