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


Public Member Functions | |
| MainWindow (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~MainWindow () | |
| QPopupMenu * | contextMenu (int uid, bool doesRecur=FALSE) |
| void | updateList () |
| OPimTodoAccess::List | list () const |
| OPimTodoAccess::List | sorted (bool asc, int sortOrder) |
| OPimTodoAccess::List | sorted (bool asc, int sortOrder, int addFilter) |
| OPimTodo | event (int uid) |
| bool | isSyncing () const |
| bool | showCompleted () const |
| bool | showDeadline () const |
| bool | showOverDue () const |
| bool | showQuickTask () const |
| QString | currentCategory () const |
| int | currentCatId () |
| TemplateManager * | templateManager () |
| QuickEditBase * | quickEditor () |
| void | updateTodo (const OPimTodo &) |
| Editor * | currentEditor () |
| void | setReadAhead (uint count) |
Static Public Member Functions | |
| static QString | appName () |
Protected Slots | |
| void | flush () |
| void | reload () |
| int | create () |
| bool | remove (int uid) |
| void | beam (int uid) |
| void | show (int uid) |
| void | edit (int uid) |
| void | add (const Opie::OPimRecord &) |
| void | doAlarm (const QDateTime &dt, int uid) |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
Private Slots | |
| void | slotQuickEntered () |
| void | slotReload () |
| void | slotFlush () |
| void | initStuff () |
| void | slotItemNew () |
| void | slotItemEdit () |
| void | slotItemDuplicate () |
| void | slotItemDelete () |
| void | slotItemBeam () |
| void | slotItemFind () |
| void | slotConfigure () |
| void | slotShow (int) |
| void | slotEdit (int) |
| void | slotUpdate3 (QWidget *) |
| void | slotComplete (int uid) |
| void | slotComplete (const OPimTodo &ev) |
| void | slotDelete (int uid) |
| void | slotDeleteAll () |
| void | slotDeleteCompleted () |
| void | setCategory (const QString &category) |
| void | slotShowDeadLine (bool) |
| void | slotShowCompleted (bool) |
| void | slotShowQuickTask (bool) |
| void | setDocument (const QString &) |
| void | beamDone (Ir *) |
| void | slotShowDetails () |
| void | slotShowNext () |
| void | slotShowPrev () |
| void | slotShowDue (bool) |
| void | slotReturnFromView () |
Private Member Functions | |
| void | handleAlarms (const OPimTodo &oldTodo, const OPimTodo &newTodo) |
| void | receiveFile (const QString &filename) |
| void | connectBase (ViewBase *) |
| void | initUI () |
| void | initActions () |
| void | initConfig () |
| void | initViews () |
| void | initEditor () |
| void | initShow () |
| void | raiseCurrentView () |
| ViewBase * | currentView () |
| TodoShow * | currentShow () |
Private Attributes | |
| ViewBase * | m_curView |
| bool | m_showing: 1 |
| QuickEditBase * | m_curQuick |
| Editor * | m_curEdit |
| TodoShow * | m_curShow |
| QAction * | m_editAction |
| QAction * | m_deleteAction |
| QAction * | m_findAction |
| QAction * | m_completedAction |
| QAction * | m_showDeadLineAction |
| QAction * | m_deleteAllAction |
| QAction * | m_deleteCompleteAction |
| QAction * | m_duplicateAction |
| QAction * | m_showOverDueAction |
| QAction * | m_showQuickTaskAction |
| QAction * | m_effectiveAction |
| Opie::Ui::OWidgetStack * | m_stack |
| bool | m_syncing:1 |
| bool | m_deadline:1 |
| bool | m_completed:1 |
| bool | m_overdue:1 |
| bool | m_quicktask:1 |
| TodoManager | m_todoMgr |
| QString | m_curCat |
| QList< ViewBase > | m_views |
| uint | m_counter |
| TemplateManager * | m_tempManager |
Friends | |
| class | TodoView |
| class | TodoShow |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 67 of file mainwindow.h. References QString::fromLatin1(). |
|
|
beam the record with UID = uid Implements Opie::OPimMainWindow. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
return a context menu for an OPimTodo |
|
|
create a new Records and return the uid Implements Opie::OPimMainWindow. |
|
|
|
|
|
|
|
|
Referenced by Todo::TemplateDialogImpl::slotEdit(). |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Opie::OPimMainWindow. |
|
|
edit the record Implements Opie::OPimMainWindow. |
|
|
Referenced by Todo::TodoView::event(). |
|
|
Implements Opie::OPimMainWindow. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Opie::OPimMainWindow. |
|
|
remove a record with UID == uid Implements Opie::OPimMainWindow. |
|
|
|
|
|
Reimplemented from Opie::OPimMainWindow. |
|
|
|
|
|
show the record with UID == uid Implements Opie::OPimMainWindow. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by Todo::TodoView::complete(). |
|
|
Implements Opie::OPimMainWindow. |
|
|
Referenced by Todo::TodoView::removeQuery(). |
|
|
|
|
|
|
|
|
Referenced by Todo::TodoView::edit(). |
|
|
|
|
|
Implements Opie::OPimMainWindow. |
|
|
Implements Opie::OPimMainWindow. |
|
|
Implements Opie::OPimMainWindow. |
|
|
Implements Opie::OPimMainWindow. |
|
|
|
|
|
UI-related slots Implements Opie::OPimMainWindow. |
|
|
|
|
|
|
|
|
Referenced by Todo::TodoShow::escapeView(). |
|
|
Referenced by Todo::TodoView::showTodo(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by Todo::TodoShow::showNext(). |
|
|
Referenced by Todo::TodoShow::showPrev(). |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Referenced by Todo::TodoView::update(). |
|
|
Definition at line 64 of file mainwindow.h. |
|
|
Definition at line 62 of file mainwindow.h. |
|
|
Definition at line 139 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 145 of file mainwindow.h. |
|
|
Definition at line 143 of file mainwindow.h. |
|
|
Definition at line 120 of file mainwindow.h. |
|
|
Definition at line 119 of file mainwindow.h. |
|
|
Definition at line 122 of file mainwindow.h. |
|
|
Definition at line 117 of file mainwindow.h. |
|
|
Definition at line 138 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 140 of file mainwindow.h. |
|
|
Definition at line 141 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 118 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 124 of file mainwindow.h. |
|
|
Definition at line 135 of file mainwindow.h. |
|
|
Definition at line 137 of file mainwindow.h. |
|
|
Definition at line 146 of file mainwindow.h. |
|
|
Definition at line 142 of file mainwindow.h. Referenced by Todo::TodoView::remove(). |
|
|
Definition at line 144 of file mainwindow.h. |
1.4.2