#include <mainwindow.h>
interface for korganizer main window
- Author
- Cornelius Schumacher
Definition at line 40 of file mainwindow.h.
◆ MainWindow()
KOrg::MainWindow::MainWindow |
( |
| ) |
|
|
inline |
◆ ~MainWindow()
virtual KOrg::MainWindow::~MainWindow |
( |
| ) |
|
|
inlinevirtual |
◆ actionManager()
◆ getActionCollection()
virtual TDEActionCollection * KOrg::MainWindow::getActionCollection |
( |
| ) |
const |
|
pure virtual |
Return actionCollection of this main window.
Implemented in KOrganizer.
◆ getCurrentURL()
virtual KURL KOrg::MainWindow::getCurrentURL |
( |
| ) |
const |
|
pure virtual |
◆ hasDocument()
bool KOrg::MainWindow::hasDocument |
( |
| ) |
const |
|
inline |
◆ init()
virtual void KOrg::MainWindow::init |
( |
bool |
hasDocument | ) |
|
|
inlinevirtual |
◆ mainGuiClient()
virtual KXMLGUIClient * KOrg::MainWindow::mainGuiClient |
( |
| ) |
|
|
pure virtual |
Return XML GUI client of this main window.
Implemented in KOrganizer.
◆ mainGuiFactory()
virtual KXMLGUIFactory * KOrg::MainWindow::mainGuiFactory |
( |
| ) |
|
|
pure virtual |
Return XML GUI factory of this main window.
Implemented in KOrganizer.
◆ openURL()
virtual bool KOrg::MainWindow::openURL |
( |
const KURL & |
url, |
|
|
bool |
merge = false |
|
) |
| |
|
pure virtual |
Load calendar file from URL.
Merge into current calendar, if merge is true.
Implemented in KOrganizer.
◆ saveAsURL()
virtual bool KOrg::MainWindow::saveAsURL |
( |
const KURL & |
kurl | ) |
|
|
pure virtual |
Save calendar file to URL.
Implemented in KOrganizer.
◆ saveURL()
virtual bool KOrg::MainWindow::saveURL |
( |
| ) |
|
|
pure virtual |
Save calendar file to URL of current calendar.
Implemented in KOrganizer.
◆ setHasDocument()
void KOrg::MainWindow::setHasDocument |
( |
bool |
d | ) |
|
|
inline |
◆ setTitle()
virtual void KOrg::MainWindow::setTitle |
( |
| ) |
|
|
pure virtual |
◆ showStatusMessage()
virtual void KOrg::MainWindow::showStatusMessage |
( |
const TQString & |
message | ) |
|
|
pure virtual |
Show status mesage in status bar.
◆ topLevelWidget()
virtual TQWidget * KOrg::MainWindow::topLevelWidget |
( |
| ) |
|
|
pure virtual |
Return widget whcih represents this main window.
Implemented in KOrganizer.
The documentation for this class was generated from the following file: