korganizer
#include <korganizer_part.h>
Public Slots | |
void | slotChangeInfo (const Akonadi::Item &, const QDate &date) |
Signals | |
void | textChanged (const QString &) |
Public Member Functions | |
KOrganizerPart (QWidget *parentWidget, QObject *parent, const QVariantList &) | |
virtual | ~KOrganizerPart () |
virtual ActionManager * | actionManager () |
virtual KActionCollection * | getActionCollection () const |
virtual KUrl | getCurrentURL () const |
virtual KXMLGUIClient * | mainGuiClient () |
virtual KXMLGUIFactory * | mainGuiFactory () |
virtual bool | openURL (const KUrl &url, bool merge=false) |
virtual bool | saveAsURL (const KUrl &kurl) |
virtual bool | saveURL () |
void | setTitle () |
virtual void | showStatusMessage (const QString &message) |
virtual QWidget * | topLevelWidget () |
virtual KOrg::CalendarViewBase * | view () const |
Public Member Functions inherited from KOrg::MainWindow | |
MainWindow () | |
virtual | ~MainWindow () |
bool | hasDocument () const |
virtual void | init (bool hasDocument) |
void | setHasDocument (bool d) |
Protected Member Functions | |
virtual bool | openFile () |
Detailed Description
Definition at line 43 of file korganizer_part.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 105 of file korganizer_part.cpp.
Member Function Documentation
|
virtual |
Return ActionManager of this main window.
Implements KOrg::MainWindow.
Definition at line 132 of file korganizer_part.cpp.
|
inlinevirtual |
Return actionCollection of this main window.
Implements KOrg::MainWindow.
Definition at line 77 of file korganizer_part.h.
|
virtual |
|
inlinevirtual |
Return XML GUI client of this main window.
Implements KOrg::MainWindow.
Definition at line 74 of file korganizer_part.h.
|
inlinevirtual |
Return XML GUI factory of this main window.
Implements KOrg::MainWindow.
Definition at line 73 of file korganizer_part.h.
|
protectedvirtual |
Definition at line 170 of file korganizer_part.cpp.
|
virtual |
Load calendar file from URL and merge it into the current calendar.
- Parameters
-
url The URL to open. merge Whether the URL should be imported into the current calendar or added as a new calendar resource.
- Returns
- true on success, false if an error occurred
Implements KOrg::MainWindow.
Definition at line 150 of file korganizer_part.cpp.
|
virtual |
Save calendar file to URL.
Implements KOrg::MainWindow.
Definition at line 160 of file korganizer_part.cpp.
|
virtual |
Save calendar file to URL of current calendar.
Implements KOrg::MainWindow.
Definition at line 155 of file korganizer_part.cpp.
|
virtual |
|
virtual |
Show status message in status bar.
Implements KOrg::MainWindow.
Definition at line 137 of file korganizer_part.cpp.
|
slot |
Definition at line 115 of file korganizer_part.cpp.
|
signal |
|
virtual |
Return widget whcih represents this main window.
Implements KOrg::MainWindow.
Definition at line 127 of file korganizer_part.cpp.
|
virtual |
Implements KOrg::MainWindow.
Definition at line 145 of file korganizer_part.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.