53 #ifndef TYPESKELETONPLUGIN_HH 54 #define TYPESKELETONPLUGIN_HH 75 #if QT_VERSION >= 0x050000 76 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeSkeleton")
81 void log(
Logtype _type, QString _message);
82 void log(QString _message);
85 void emptyObjectAdded(
int _id );
93 void noguiSupported( ) {} ;
97 void slotShowIndices();
98 void slotShowCoordFrames();
99 void slotShowMotionPath();
102 QAction* showIndicesAction_;
103 QAction* showCoordFramesAction_;
104 QAction* showMotionAction_;
111 QString
name() {
return (QString(
"TypeSkeleton")); };
112 QString
description( ) {
return (QString(tr(
"Register Skeleton type"))); };
119 QString version() {
return QString(
"1.0"); };
130 #endif //TYPESKELETONPLUGIN_HH
Interface class for creating custom context menus.
Logtype
Log types for Message Window.
Interface class for type definitions.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
int addEmpty()
Create an empty object.
QString description()
Return a description of what the plugin is doing.
void slotUpdateContextMenu(int _objectId)
Interface for all plugins which want to Load or Save files and create Objects.
void generateBackup(int _id, QString _name, UpdateType _type)
This slot should be implemented in a TypePlugin to generate type specific backups.
void pluginsInitialized()
Second initialization phase.
QString name()
Return a name for the plugin.