OTodoAccessVCal Class Reference
#include <otodoaccessvcal.h>
Inheritance diagram for OTodoAccessVCal:


Public Member Functions | |
| OTodoAccessVCal (const QString &) | |
| ~OTodoAccessVCal () | |
| bool | load () |
| load the resource | |
| bool | reload () |
| reload the resource | |
| bool | save () |
| save the resource and all it's changes | |
| QArray< int > | allRecords () const |
| return an array of all available uids | |
| QArray< int > | matchRegexp (const QRegExp &r) const |
| return a List of records that match the regex | |
| QArray< int > | queryByExample (const OTodo &t, int sort, const QDateTime &d=QDateTime()) |
| queryByExample for T with the given Settings | |
| QArray< int > | effectiveToDos (const QDate &start, const QDate &end, bool includeNoDates) |
| QArray< int > | overDue () |
| QArray< int > | sorted (bool asc, int sortOrder, int sortFilter, int cat) |
| OTodo | find (int uid) const |
| find the OPimRecord with uid | |
| void | clear () |
| clear the back end | |
| bool | add (const OTodo &) |
| add T | |
| bool | remove (int uid) |
| remove | |
| bool | replace (const OTodo &) |
| replace a record with T.uid() | |
| void | removeAllCompleted () |
| virtual QBitArray | supports () const |
Constructor & Destructor Documentation
|
|
Definition at line 110 of file otodoaccessvcal.cpp. |
|
|
Definition at line 114 of file otodoaccessvcal.cpp. |
Member Function Documentation
|
|
load the resource
Implements OPimAccessBackend< OTodo >. Definition at line 116 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::clear(), eventByVObj(), QMap< int, OTodo >::insert(), and Qtopia::Record::uid(). Referenced by reload(). |
|
|
reload the resource
Implements OPimAccessBackend< OTodo >. Definition at line 144 of file otodoaccessvcal.cpp. References load(). |
|
|
save the resource and all it's changes
Implements OPimAccessBackend< OTodo >. Definition at line 147 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::begin(), QMap< int, OTodo >::end(), and vobjByEvent(). |
|
|
return an array of all available uids
Implements OPimAccessBackend< OTodo >. Definition at line 202 of file otodoaccessvcal.cpp. References QMap::begin(), and QMap::end(). |
|
|
return a List of records that match the regex
Implements OPimAccessBackend< OTodo >. Definition at line 212 of file otodoaccessvcal.cpp. |
|
||||||||||||||||
|
queryByExample for T with the given Settings
Implements OPimAccessBackend< OTodo >. Definition at line 216 of file otodoaccessvcal.cpp. |
|
||||||||||||||||
|
Implements OTodoAccessBackend. Definition at line 220 of file otodoaccessvcal.cpp. |
|
|
Implements OTodoAccessBackend. Definition at line 226 of file otodoaccessvcal.cpp. |
|
||||||||||||||||||||
|
Implements OTodoAccessBackend. Definition at line 198 of file otodoaccessvcal.cpp. |
|
|
find the OPimRecord with uid
Implements OPimAccessBackend< OTodo >. Definition at line 195 of file otodoaccessvcal.cpp. |
|
|
clear the back end
Implements OPimAccessBackend< OTodo >. Definition at line 170 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::clear(). |
|
|
add T
Implements OPimAccessBackend< OTodo >. Definition at line 174 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::insert(), and Qtopia::Record::uid(). |
|
|
remove
Implements OPimAccessBackend< OTodo >. Definition at line 179 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::remove(). |
|
|
replace a record with T.uid()
Implements OPimAccessBackend< OTodo >. Definition at line 190 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::replace(), and Qtopia::Record::uid(). |
|
|
Implements OTodoAccessBackend. Definition at line 184 of file otodoaccessvcal.cpp. References QMap< int, OTodo >::begin(), QMap< int, OTodo >::end(), and QMap< int, OTodo >::remove(). |
|
|
Implements OTodoAccessBackend. Definition at line 230 of file otodoaccessvcal.cpp. |
The documentation for this class was generated from the following files:
