Qt Organizer C++ Classes
The QtOrganizer module allows access to calendar event information. More...
Classes
Mechanism for asynchronous requests to be made of a manager if it supports them | |
Represents a collection of items in a manager | |
Simple API to simplify the emission of state-change signals for collections from QOrganizerManagerEngine implementations | |
Allows a client to asynchronously fetch collections from a backend | |
Information that uniquely identifies a collection in a particular manager | |
Allows a client to asynchronously remove collections from a backend | |
Allows a client to asynchronously save collections to a backend | |
The base class of an event, todo, note, or journal entry | |
Simple API to simplify the emission of state-change signals for items from QOrganizerManagerEngine implementations | |
Filter based around the collection one organizer item belongs to | |
Represents a single, complete detail about an organizer item | |
Filter based around a detail value criterion | |
Filter based around a detail value criterion | |
Filter based around a detail value range criterion | |
Allows a client to asynchronously fetch items from a backend, given a list of item IDs | |
Allows a client to asynchronously fetch organizer items for export from a backend | |
Hints to the manager about which organizer item information needs to be retrieved | |
Allows a client to asynchronously fetch organizer items from a backend | |
Used to filter items made available through a backend | |
Information that uniquely identifies an organizer item in a particular manager | |
Allows a client to asynchronously fetch organizer item IDs from a backend | |
Filter based around a list of organizer item IDs | |
Filter which intersects the results of other filters | |
Matches no organizeritems | |
Simple class that emits a signal when a single particular item is updated or deleted | |
Allows a client to asynchronously fetch occurrences generated by a recurring item | |
Contains information about the event or todo that generated this item | |
Allows a client to asynchronously request that certain organizer items be removed from a organizer items store | |
Allows a client to asynchronously request that certain organizer items be removed from a backend | |
Allows a client to asynchronously request that certain organizer items be saved to a backend | |
Defines how a list of organizer items should be ordered according to some criteria | |
Filter which unions the results of other filters | |
Interface which allows clients with access to organizer item and collection information stored in a particular backend | |
The interface to implement functionalities of organizer managers | |
Describes the a rule by which a QOrganizerItem repeats | |
Occurrence of a task which should be completed |
Detailed Description
The Qt Organizer API enables a client to request calendar, schedule and personal data from local or remote backends.
To include the definitions of the module's classes, use the following directive:
#include <QtOrganizer>
To link against the module, add this line to your qmake .pro
file:
QT += organizer