MythTV
master
|
#include <mythplugin.h>
Public Member Functions | |
MythPlugin (const QString &, const QString &) | |
virtual | ~MythPlugin () |
int | init (const char *libversion) |
int | run (void) |
int | config (void) |
MythPluginType | type (void) |
void | destroy (void) |
bool | isEnabled () |
void | setEnabled (bool enable) |
int | getPosition () |
void | setPosition (int pos) |
QString | getName (void) |
Private Attributes | |
bool | enabled |
int | position |
QString | m_plugName |
QStringList | m_features |
Definition at line 18 of file mythplugin.h.
MythPlugin::MythPlugin | ( | const QString & | libname, |
const QString & | plugname | ||
) |
Definition at line 23 of file mythplugin.cpp.
|
virtual |
Definition at line 30 of file mythplugin.cpp.
int MythPlugin::init | ( | const char * | libversion | ) |
Definition at line 37 of file mythplugin.cpp.
int MythPlugin::run | ( | void | ) |
Definition at line 59 of file mythplugin.cpp.
int MythPlugin::config | ( | void | ) |
Definition at line 72 of file mythplugin.cpp.
MythPluginType MythPlugin::type | ( | void | ) |
Definition at line 89 of file mythplugin.cpp.
void MythPlugin::destroy | ( | void | ) |
Definition at line 100 of file mythplugin.cpp.
|
inline |
Definition at line 41 of file mythplugin.h.
|
inline |
Definition at line 42 of file mythplugin.h.
|
inline |
Definition at line 44 of file mythplugin.h.
|
inline |
Definition at line 45 of file mythplugin.h.
|
inline |
Definition at line 47 of file mythplugin.h.
|
private |
Definition at line 50 of file mythplugin.h.
Referenced by isEnabled(), MythPlugin(), and setEnabled().
|
private |
Definition at line 51 of file mythplugin.h.
Referenced by getPosition(), MythPlugin(), and setPosition().
|
private |
Definition at line 52 of file mythplugin.h.
Referenced by getName().
|
private |
Definition at line 53 of file mythplugin.h.