
Public Slots | |
| void | setActive (bool active) |
Signals | |
| void | activeChanged (bool active) |
Public Member Functions | |
| QimsysConverter (QObject *parent=0) | |
| Constructor. | |
| ~QimsysConverter () | |
| Destructor. | |
| virtual QString | identifier () const =0 |
| virtual QStringList | locales () const =0 |
| returns locales that the plugin supports | |
| virtual bool | useEngine () const =0 |
| virtual QList< QAction * > | actions ()=0 |
| QActions to be used by system tray or floating tool bar. | |
| bool | isActive () const |
Properties | |
| bool | active |
| QStringList QimsysConverter::locales | ( | ) | const [pure virtual] |
returns locales that the plugin supports
Note that this method is not used yet.
1.5.6