#include </home/clem/local/src/opie/core/pim/todo/todoview.h>
Inheritance diagram for Todo::TodoView:


Public Member Functions | |
| TodoView (MainWindow *win) | |
| virtual | ~TodoView () |
Protected Member Functions | |
| MainWindow * | todoWindow () |
| OPimTodo | event (int uid) |
| OPimTodoAccess::List | list () |
| OPimTodoAccess::List | sorted () const |
| void | sort () |
| void | sort (int sort) |
| void | setSortOrder (int order) |
| void | setAscending (bool) |
| void | showTodo (int uid) |
| void | edit (int uid) |
| void | update (int uid, const SmallTodo &to) |
| void | update (int uid, const OPimTodo &ev) |
| void | remove (int uid) |
| void | removeQuery (int uid) |
| void | complete (int uid) |
| void | complete (const OPimTodo &ev) |
Private Attributes | |
| MainWindow * | m_main |
| OPimTodoAccess::List | m_sort |
| bool | m_asc: 1 |
| int | m_sortOrder |
It's not possible to have signal and slots from within templates this way you've to register for a signal
Definition at line 96 of file todoview.h.
|
|
c'tor Definition at line 42 of file todoview.cpp. References m_asc, and m_sortOrder. |
|
|
d'tor Definition at line 48 of file todoview.cpp. |
|
|
Definition at line 96 of file todoview.cpp. References m_main, and Todo::MainWindow::slotComplete(). |
|
|
Definition at line 93 of file todoview.cpp. References m_main, and Todo::MainWindow::slotComplete(). Referenced by Todo::TableView::contentsMouseReleaseEvent(), Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked(). |
|
|
Definition at line 87 of file todoview.cpp. References m_main, and Todo::MainWindow::slotEdit(). Referenced by Todo::TableView::createEditor(), Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked(). |
|
|
Definition at line 54 of file todoview.cpp. References Todo::MainWindow::event(), and m_main. |
|
|
Definition at line 57 of file todoview.cpp. References todoWindow(). |
|
|
Definition at line 90 of file todoview.cpp. References m_main, Todo::MainWindow::m_todoMgr, and Todo::TodoManager::remove(). |
|
|
Definition at line 99 of file todoview.cpp. References m_main, and Todo::MainWindow::slotDelete(). Referenced by Todo::TableView::keyPressEvent(). |
|
|
Definition at line 74 of file todoview.cpp. References m_asc, oendl, and owarn. Referenced by Todo::TableView::sortColumn(), and Todo::TableView::TableView(). |
|
|
Definition at line 71 of file todoview.cpp. References m_sortOrder. Referenced by Todo::TableView::sortColumn(), and Todo::TableView::TableView(). |
|
|
Definition at line 84 of file todoview.cpp. References m_main, and Todo::MainWindow::slotShow(). Referenced by Todo::TableView::keyPressEvent(), and Todo::TableView::slotClicked(). |
|
|
Definition at line 68 of file todoview.cpp. References m_asc, m_sort, m_sortOrder, and todoWindow(). |
|
|
Definition at line 64 of file todoview.cpp. References m_asc, m_sort, m_sortOrder, oendl, owarn, and todoWindow(). Referenced by Todo::TableView::setTodo(), and Todo::TableView::updateView(). |
|
|
|
Definition at line 50 of file todoview.cpp. References m_main. Referenced by Todo::TableView::contentsMousePressEvent(), list(), sort(), Todo::TableView::TableView(), and Todo::TableView::updateView(). |
|
||||||||||||
|
Definition at line 81 of file todoview.cpp. References m_main, and Todo::MainWindow::updateTodo(). |
|
||||||||||||
|
Definition at line 78 of file todoview.cpp. Referenced by Todo::TableView::setCellContentFromEditor(). |
|
|
Definition at line 135 of file todoview.h. Referenced by setAscending(), sort(), and TodoView(). |
|
|
Definition at line 133 of file todoview.h. Referenced by complete(), edit(), event(), remove(), removeQuery(), showTodo(), todoWindow(), and update(). |
|
|
Definition at line 134 of file todoview.h. |
|
|
Definition at line 136 of file todoview.h. Referenced by setSortOrder(), sort(), and TodoView(). |
1.4.2