General Class Reference
The
General class provides simple access to general plugins.
More...
#include <general.h>
List of all members.
Detailed Description
The
General class provides simple access to general plugins.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Member Function Documentation
static void create |
( |
QObject * |
parent |
) |
[static] |
Prepares general plugins for usage.
- Parameters:
-
Returns a list of the loaded general plugin factories.
Returns plugin file path.
- Parameters:
-
Returns true if general plugin is enabled, otherwise returns false
- Parameters:
-
static void setEnabled |
( |
GeneralFactory * |
factory, |
|
|
bool |
enable = true | |
|
) |
| | [static] |
Sets whether the general plugin is enabled.
- Parameters:
-
| factory | General plugin factory. |
| enable | Plugin enable state (true - enable, false - disable) |
static void showSettings |
( |
GeneralFactory * |
factory, |
|
|
QWidget * |
parentWidget | |
|
) |
| | [static] |
Shows configuration dialog and updates settings automatically.
- Parameters:
-
| factory | General plugin factory. |
| parentWidget | Parent widget. |
The documentation for this class was generated from the following file:
- /usr/src/RPM/BUILD/qmmp-0.6-svn/src/qmmpui/general.h