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

Detailed Description
Definition at line 34 of file sidepanebase.h.
Public Slots | |
| virtual void | updatePlugins ()=0 |
| virtual void | selectPlugin (Kontact::Plugin *)=0 |
| virtual void | selectPlugin (const QString &name)=0 |
| virtual void | indicateForegrunding (Kontact::Plugin *)=0 |
Signals | |
| void | pluginSelected (Kontact::Plugin *) |
Public Member Functions | |
| SidePaneBase (Core *core, QWidget *parent, const char *name=0) | |
| virtual | ~SidePaneBase () |
| void | setActionCollection (KActionCollection *actionCollection) |
| KActionCollection * | actionCollection () const |
| virtual const QPtrList< KAction > & | actions ()=0 |
Protected Member Functions | |
| Core * | core () const |
Member Function Documentation
| virtual void Kontact::SidePaneBase::updatePlugins | ( | ) | [pure virtual, slot] |
This method is called by the core whenever the count of plugins has changed.
Implemented in Kontact::IconSidePane.
| virtual void Kontact::SidePaneBase::selectPlugin | ( | Kontact::Plugin * | ) | [pure virtual, slot] |
Select the current plugin without emmiting a signal.
This is used to sync with the core.
Implemented in Kontact::IconSidePane.
| virtual void Kontact::SidePaneBase::selectPlugin | ( | const QString & | name | ) | [pure virtual, slot] |
This is an overloaded member function.
It behaves essentially like the above function.
Implemented in Kontact::IconSidePane.
The documentation for this class was generated from the following files:

