calendarlocal.h
122 Event::List rawEvents( EventSortField sortField = EventSortUnsorted, SortDirection sortDirection = SortDirectionAscending );
148 Todo::List rawTodos( TodoSortField sortField = TodoSortUnsorted, SortDirection sortDirection = SortDirectionAscending );
177 Journal::List rawJournals( JournalSortField sortField = JournalSortUnsorted, SortDirection sortDirection = SortDirectionAscending );
197 Event::List rawEventsForDate( const TQDate &date, EventSortField sortField = EventSortUnsorted, SortDirection sortDirection = SortDirectionAscending );
Provides the main "calendar" object class.
bool reload(const TQString &tz)
Reloads the contents of the storage into memory.
Definition calendarlocal.cpp:69
void closeJournals()
Clears out the current calendar, freeing all used memory etc.
Definition calendarlocal.cpp:133
void close()
Clears out the current calendar, freeing all used memory etc.
Definition calendarlocal.cpp:92
void closeTodos()
Clears out the current calendar, freeing all used memory etc.
Definition calendarlocal.cpp:120
bool load(const TQString &fileName, CalFormat *format=0)
Loads a calendar on disk in vCalendar or iCalendar format into the current calendar.
Definition calendarlocal.cpp:62
bool save(const TQString &fileName, CalFormat *format=0)
Writes out the calendar to disk in the specified format.
Definition calendarlocal.cpp:80
CalendarLocal(const TQString &timeZoneId)
Constructs a new calendar, with variables initialized to sane values.
Definition calendarlocal.cpp:44
void closeEvents()
Clears out the current calendar, freeing all used memory etc.
Definition calendarlocal.cpp:107
Calendar(const TQString &timeZoneId)
Construct Calendar object using a Time Zone.
Definition calendar.cpp:43
This class provides the base class common to all calendar components.
Definition incidencebase.h:46
This class provides the base class common to all calendar components.
Definition incidence.h:48
