#include <kradioapp.h>
Public Member Functions | |
KRadioAbout (const QString &name) | |
virtual QString | pluginClassName () const |
virtual ConfigPageInfo | createConfigurationPage () |
virtual AboutPageInfo | createAboutPage () |
virtual void | saveState (KConfig *) const |
virtual void | restoreState (KConfig *) |
Definition at line 34 of file kradioapp.h.
KRadioAbout::KRadioAbout | ( | const QString & | name | ) | [inline] |
Definition at line 37 of file kradioapp.h.
virtual AboutPageInfo KRadioAbout::createAboutPage | ( | ) | [virtual] |
Implements PluginBase.
virtual ConfigPageInfo KRadioAbout::createConfigurationPage | ( | ) | [inline, virtual] |
Implements PluginBase.
Definition at line 41 of file kradioapp.h.
virtual QString KRadioAbout::pluginClassName | ( | ) | const [inline, virtual] |
Implements PluginBase.
Definition at line 39 of file kradioapp.h.
virtual void KRadioAbout::restoreState | ( | KConfig * | ) | [inline, virtual] |
Implements PluginBase.
Definition at line 45 of file kradioapp.h.
virtual void KRadioAbout::saveState | ( | KConfig * | ) | const [inline, virtual] |
Implements PluginBase.
Definition at line 44 of file kradioapp.h.