QOrganizerItemId Proxy Page
Functions
size_t | qHash(const QtOrganizer::QOrganizerItemId &id) |
bool | operator<(const QtOrganizer::QOrganizerItemId &id1, const QtOrganizer::QOrganizerItemId &id2) |
Function Documentation
size_t qHash(const QtOrganizer::QOrganizerItemId &id)
Returns the hash value for id.
bool operator<(const QtOrganizer::QOrganizerItemId &id1, const QtOrganizer::QOrganizerItemId &id2)
Returns true if the organizer item ID id1 will be considered less than the organizer item ID id2 if the manager URI of ID id1 is alphabetically less than the manager URI of the id2 ID. If both IDs have the same manager URI, ID id1 will be considered less than the ID id2 if the the engine specific ID of id1 is less than the engine specific ID of id2.
The invalid, null organizer item ID consists of an empty manager URI and a null engine ID, and hence will be less than any valid, non-null organizer item ID.
This operator is provided primarily to allow use of a QOrganizerItemId as a key in a QMap.