47 #ifndef TYPEQTWIDGETPLUGIN_HH 48 #define TYPEQTWIDGETPLUGIN_HH 68 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeQtWidget")
73 void emptyObjectAdded(
int _id );
78 void noguiSupported( ) {};
87 QString
name() {
return (QString(
"TypeQtWidget")); };
88 QString
description( ) {
return (QString(tr(
"Register QtWidget type"))); };
95 QString version() {
return QString(
"1.0"); };
109 void passMouseEvents(QMouseEvent *_event);
111 std::map<int,QtWidgetObject*> widgets_;
115 #endif //TYPEQTWIDGETPLUGIN_HH
Interface class for type definitions.
Interface class for receiving mouse events.
Interface class from which all plugins have to be created.
Interface for all plugins which want to Load or Save files and create Objects.