Kontact::Core Class Reference
#include <core.h>
Inherits MainWindow.
Inherited by Kontact::MainWindow.
Signals | |
void | dayChanged (const TQDate &) |
Public Member Functions | |
virtual void | selectPlugin (Kontact::Plugin *plugin)=0 |
virtual void | selectPlugin (const TQString &plugin)=0 |
virtual TQValueList < Kontact::Plugin * > | pluginList () const =0 |
KParts::ReadOnlyPart * | createPart (const char *libname) |
virtual void | partLoaded (Plugin *plugin, KParts::ReadOnlyPart *part)=0 |
Protected Member Functions | |
Core (TQWidget *parentWidget=0, const char *name=0) | |
TQString | lastErrorMessage () const |
Detailed Description
This class provides the interface to the Kontact core for the plugins.
Member Function Documentation
void Kontact::Core::dayChanged | ( | const TQDate & | ) | [signal] |
Emitted when a new day starts.
virtual TQValueList<Kontact::Plugin*> Kontact::Core::pluginList | ( | ) | const [pure virtual] |
Returns the pointer list of available plugins.
virtual void Kontact::Core::selectPlugin | ( | Kontact::Plugin * | plugin | ) | [pure virtual] |
Selects the given plugin.
- Parameters:
-
plugin and raises the associated part.
virtual void Kontact::Core::selectPlugin | ( | const TQString & | plugin | ) | [pure virtual] |
This is an overloaded member function.
It behaves essentially like the above function.
The documentation for this class was generated from the following files: