General plugin interface.
More...
#include <generalfactory.h>
List of all members.
Detailed Description
General plugin interface.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
virtual QObject* create |
( |
QObject * |
parent | ) |
[pure virtual] |
Creates object of the General class.
virtual QDialog* createConfigDialog |
( |
QWidget * |
parent | ) |
[pure virtual] |
Creates configuration dialog.
- Parameters:
-
- Returns:
- Configuration dialog pointer.
virtual QTranslator* createTranslator |
( |
QObject * |
parent | ) |
[pure virtual] |
Creates QTranslator object of the system locale. Should return 0 if translation doesn't exist.
- Parameters:
-
Returns general plugin properties.
virtual void showAbout |
( |
QWidget * |
parent | ) |
[pure virtual] |
Shows about dialog.
- Parameters:
-
The documentation for this class was generated from the following file: