25 #ifndef KODIALOGMANAGER_H
26 #define KODIALOGMANAGER_H
29 #include <tqptrlist.h>
34 class TDEConfigureDialog;
35 namespace KPIM { class CategoryEditDialog; }
43 namespace KOrg { class AgendaView; }
69 void updateSearchDialog();
73 static void errorSaveIncidence( TQWidget *parent, Incidence *incidence );
76 void showOptionsDialog();
77 void showCategoryEditDialog();
78 void showSearchDialog();
79 void showArchiveDialog();
80 void showFilterEditDialog(TQPtrList<CalFilter> *filters);
83 class DialogManagerVisitor;
84 class EditorDialogVisitor;
88 KCMultiDialog *mOptionsDialog;
90 KPIM::CategoryEditDialog *mCategoryEditDialog;
91 SearchDialog *mSearchDialog;
92 ArchiveDialog *mArchiveDialog;
This is the main calendar widget.
This is the class to add/edit a calendar filter.
This class manages the dialogs used by the calendar view.
This class provides a dialog for editing an event.
This is the base class for the calendar component editors.
This class provides a dialog for editing a Journal.
This class provides a dialog for editing a Todo.
Base class for single/multi agenda views.
|