36 #include <korganizer/mainwindow.h>
37 #include <korganizer/part.h>
38 #include <tdeparts/mainwindow.h>
41 class TDERecentFilesAction;
43 class TDEToggleAction;
55 typedef KParts::MainWindow KPartsMainWindow;
77 void init(
bool hasDocument );
87 bool openURL(
const KURL &url,
bool merge =
false );
91 bool saveAsURL(
const KURL & kurl );
93 KURL getCurrentURL()
const;
99 virtual bool isCurrentlyActivePart();
103 void showStatusMessage(
const TQString & );
113 void writeSettings();
115 void statusBarPressed(
int );
120 void newMainWindow(
const KURL & );
131 void saveProperties( TDEConfig * );
132 void readProperties( TDEConfig * );
136 KOrg::Part::List mParts;
139 enum { ID_HISTORY, ID_GENERAL, ID_ACTIVE, ID_MESSAGES_IN, ID_MESSAGES_OUT };
The ActionManager creates all the actions in KOrganizer.
This is the main calendar widget.
This class manages a list of KOrganizer instances, each associated with a window displaying a calenda...
interface for main calendar view widget
interface for korganizer main window
This is the main class for KOrganizer.
ActionManager * actionManager()
Return ActionManager of this main window.
TDEActionCollection * getActionCollection() const
Return actionCollection of this main window.
virtual KXMLGUIClient * mainGuiClient()
Return XML GUI client of this main window.
virtual KXMLGUIFactory * mainGuiFactory()
Return XML GUI factory of this main window.
virtual TQWidget * topLevelWidget()
Return widget whcih represents this main window.
bool view(TQWidget *parent, Attachment *attachment)