#include <kglobal.h>
#include "errorlog_interfaces.h"
#include <QtCore/QString>
#include <QtCore/QObject>
#include <QtCore/QList>
#include <kconfiggroup.h>
Go to the source code of this file.
Classes | |
struct | ConfigPageInfo |
class | PluginBase |
Macros | |
#define | PLUGIN_LIBRARY_FUNCTIONS(class_name, i18nName, description) |
#define | PLUGIN_LIBRARY_FUNCTIONS2(class_name1, i18nName, description1, class_name2, description2) |
Typedefs | |
typedef QList< PluginBase * > | PluginList |
typedef QList< PluginBase * > ::iterator | PluginIterator |
typedef QList< PluginBase * > ::const_iterator | PluginConstIterator |
typedef ConfigPageInfo | AboutPageInfo |
#define PLUGIN_LIBRARY_FUNCTIONS | ( | class_name, | |
i18nName, | |||
description | |||
) |
Definition at line 144 of file pluginbase.h.
#define PLUGIN_LIBRARY_FUNCTIONS2 | ( | class_name1, | |
i18nName, | |||
description1, | |||
class_name2, | |||
description2 | |||
) |
Definition at line 170 of file pluginbase.h.
typedef ConfigPageInfo AboutPageInfo |
Definition at line 82 of file pluginbase.h.
typedef QList<PluginBase*>::const_iterator PluginConstIterator |
Definition at line 42 of file pluginbase.h.
typedef QList<PluginBase*>::iterator PluginIterator |
Definition at line 41 of file pluginbase.h.
typedef QList<PluginBase*> PluginList |
Definition at line 38 of file pluginbase.h.