kontact
Kontact::MainWindow Class Reference
Inheritance diagram for Kontact::MainWindow:

Detailed Description
Definition at line 63 of file mainwindow.h.
Public Slots | |
| virtual void | selectPlugin (Kontact::Plugin *plugin) |
| virtual void | selectPlugin (const QString &pluginName) |
| void | updateConfig () |
Public Member Functions | |
| MainWindow () | |
| ~MainWindow () | |
| virtual int | startServiceFor (const QString &serviceType, const QString &constraint=QString::null, const QString &preferences=QString::null, QString *error=0, QCString *dcopService=0, int flags=0) |
| virtual PluginList | pluginList () const |
| void | setActivePluginModule (const QString &) |
Protected Slots | |
| void | initObject () |
| void | initGUI () |
| void | slotActivePartChanged (KParts::Part *part) |
| void | slotPreferences () |
| void | slotNewClicked () |
| void | slotQuit () |
| void | slotShowTip () |
| void | slotRequestFeature () |
| void | slotNewToolbarConfig () |
| void | slotShowIntroduction () |
| void | showAboutDialog () |
| void | slotShowStatusMsg (const QString &) |
| void | activatePluginModule () |
| void | slotOpenUrl (const KURL &url) |
Protected Member Functions | |
| void | initWidgets () |
| void | initAboutScreen () |
| void | loadSettings () |
| void | saveSettings () |
| bool | isPluginLoaded (const KPluginInfo *) |
| Kontact::Plugin * | pluginFromInfo (const KPluginInfo *) |
| void | loadPlugins () |
| void | unloadPlugins () |
| bool | removePlugin (const KPluginInfo *) |
| void | addPlugin (Kontact::Plugin *plugin) |
| void | partLoaded (Kontact::Plugin *plugin, KParts::ReadOnlyPart *part) |
| void | setupActions () |
| void | showTip (bool) |
| virtual bool | queryClose () |
| void | paintAboutScreen (const QString &msg) |
Static Protected Member Functions | |
| static QString | introductionString () |
Member Function Documentation
| virtual PluginList Kontact::MainWindow::pluginList | ( | ) | const [inline, virtual] |
Returns the pointer list of available plugins.
Implements Kontact::Core.
Definition at line 78 of file mainwindow.h.
| void MainWindow::selectPlugin | ( | Kontact::Plugin * | plugin | ) | [virtual, slot] |
Selects the given plugin.
- Parameters:
-
plugin and raises the associated part.
Implements Kontact::Core.
Definition at line 522 of file mainwindow.cpp.
| void MainWindow::selectPlugin | ( | const QString & | pluginName | ) | [virtual, slot] |
This is an overloaded member function.
It behaves essentially like the above function.
Implements Kontact::Core.
Definition at line 618 of file mainwindow.cpp.
The documentation for this class was generated from the following files:

