#include </home/clem/local/src/opie/core/pim/datebook2/editor.h>
Collaboration diagram for Datebook::Editor:

Public Member Functions | |
| Editor (MainWindow *, QWidget *parent) | |
| virtual | ~Editor () |
| virtual bool | newEvent (const QDate &)=0 |
| virtual bool | newEvent (const QDateTime &start, const QDateTime &end)=0 |
| virtual bool | edit (const OEvent &, bool showRec=TRUE)=0 |
| virtual OEvent | event () const =0 |
Protected Member Functions | |
| DescriptionManager | descriptions () const |
| LocationManager | locations () const |
| void | setDescriptions (const DescriptionManager &) |
| void | setLocations (const LocationManager &) |
Private Attributes | |
| MainWindow * | m_win |
Definition at line 16 of file editor.h.
|
||||||||||||
|
Definition at line 7 of file editor.cpp. |
|
|
Definition at line 10 of file editor.cpp. |
|
|
Definition at line 13 of file editor.cpp. References Datebook::MainWindow::descriptionManager(), and m_win. |
|
||||||||||||
|
Referenced by Datebook::TemplateDialog::slotEdit(). |
|
|
Referenced by Datebook::TemplateDialog::slotAdd(), and Datebook::TemplateDialog::slotEdit(). |
|
|
Definition at line 16 of file editor.cpp. References Datebook::MainWindow::locationManager(), and m_win. |
|
||||||||||||
|
|
|
|
Referenced by Datebook::TemplateDialog::slotAdd(). |
|
|
Definition at line 19 of file editor.cpp. References m_win, and Datebook::MainWindow::setDescriptionManager(). |
|
|
Definition at line 22 of file editor.cpp. References m_win, and Datebook::MainWindow::setLocationManager(). |
|
|
Definition at line 34 of file editor.h. Referenced by descriptions(), locations(), setDescriptions(), and setLocations(). |
1.4.2