#include </home/clem/local/src/opie/core/pim/todo/todomanager.h>
Collaboration diagram for Todo::TodoManager:

Public Slots | |
| void | add (const OPimTodo &) |
| void | update (int uid, const SmallTodo &) |
| void | update (int uid, const OPimTodo &) |
| bool | remove (int uid) |
| void | remove (const QArray< int > &) |
| void | removeCompleted () |
| void | removeAll () |
| void | reload () |
| void | save () |
Signals | |
| void | update () |
| void | updateCategories () |
Public Member Functions | |
| bool | isLoaded () const |
| void | load () |
| TodoManager (QObject *obj=0) | |
| ~TodoManager () | |
| QStringList | categories () |
| int | catId (const QString &) |
| OPimTodo | event (int uid) |
| void | updateList () |
| OPimTodoAccess::List | list () const |
| OPimTodoAccess::List | sorted (bool asc, int so, int f, int cat) |
| OPimTodoAccess::List::Iterator | overDue () |
| OPimTodoAccess::List::Iterator | fromTo (const QDate &start, const QDate &end) |
| OPimTodoAccess::List::Iterator | query (const OPimTodo &ev, int query) |
| void | setCategory (bool sort, int category=-1) |
| void | setShowOverDue (bool show) |
| void | setSortOrder (int sortOrder) |
| void | setSortASC (bool) |
| void | sort () |
| OPimTodoAccess * | todoDB () |
| bool | saveAll () |
Private Attributes | |
| OPimTodoAccess * | m_db |
| OPimTodoAccess::List | m_list |
| OPimTodoAccess::List::Iterator | m_it |
| OPimTodoAccess::List | m_sorted |
| Categories | m_cat |
| int | m_ca |
| bool | m_shCat |
| int | m_sortOrder |
| bool | m_asc |
|
|
Definition at line 39 of file todomanager.cpp. References categoryFileName(), l, Categories::load(), m_cat, and m_db. |
|
|
Definition at line 44 of file todomanager.cpp. References m_db. |
|
|
Definition at line 79 of file todomanager.cpp. References m_db. |
|
|
Definition at line 106 of file todomanager.cpp. References categoryFileName(), Categories::labels(), Categories::load(), and m_cat. |
|
|
Definition at line 113 of file todomanager.cpp. References Categories::id(), and m_cat. |
|
|
Definition at line 47 of file todomanager.cpp. References m_db. |
|
||||||||||||
|
Definition at line 65 of file todomanager.cpp. |
|
|
Definition at line 120 of file todomanager.cpp. References m_db. |
|
|
returns the iterator sorted if set sorted Definition at line 53 of file todomanager.cpp. References m_list. |
|
|
Definition at line 123 of file todomanager.cpp. References m_db. |
|
|
Definition at line 59 of file todomanager.cpp. References Opie::OPimBase::FilterCategory, m_asc, m_ca, m_db, m_it, m_list, m_sortOrder, and Opie::OPimTodoAccess::OnlyOverDue. |
|
||||||||||||
|
Definition at line 71 of file todomanager.cpp. |
|
|
Definition at line 103 of file todomanager.cpp. References m_db. |
|
|
Definition at line 116 of file todomanager.cpp. |
|
|
Definition at line 88 of file todomanager.cpp. References m_db. Referenced by Todo::TodoView::remove(), and remove(). |
|
|
Definition at line 91 of file todomanager.cpp. References m_db. |
|
|
remove all completed Definition at line 94 of file todomanager.cpp. References m_db. |
|
|
Definition at line 97 of file todomanager.cpp. References m_db. |
|
|
Definition at line 100 of file todomanager.cpp. References m_db. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Definition at line 56 of file todomanager.cpp. References m_db. |
|
|
Definition at line 76 of file todomanager.cpp. References m_db. |
|
||||||||||||
|
Definition at line 85 of file todomanager.cpp. References m_db. |
|
||||||||||||
|
Definition at line 82 of file todomanager.cpp. |
|
|
|
|
|
|
|
|
Definition at line 50 of file todomanager.cpp. |
|
|
Definition at line 110 of file todomanager.h. Referenced by overDue(). |
|
|
Definition at line 106 of file todomanager.h. Referenced by overDue(). |
|
|
Definition at line 105 of file todomanager.h. Referenced by categories(), catId(), and TodoManager(). |
|
|
Definition at line 101 of file todomanager.h. Referenced by add(), event(), fromTo(), isLoaded(), load(), overDue(), query(), reload(), remove(), removeAll(), removeCompleted(), save(), saveAll(), sorted(), todoDB(), TodoManager(), update(), updateList(), and ~TodoManager(). |
|
|
Definition at line 103 of file todomanager.h. |
|
|
Definition at line 102 of file todomanager.h. Referenced by fromTo(), list(), overDue(), query(), and updateList(). |
|
|
Definition at line 108 of file todomanager.h. |
|
|
Definition at line 104 of file todomanager.h. |
|
|
Definition at line 109 of file todomanager.h. Referenced by overDue(). |
1.4.2