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
QString name()
Return a name for the plugin.
Interface class from which all plugins have to be created.
Logtype
Log types for Message Window.
void slotUpdateContextMenu(int _objectId)
void generateBackup(int _id, QString _name, UpdateType _type)
This slot should be implemented in a TypePlugin to generate type specific backups.
Interface for all Plugins which do logging to the logging window of the framework.
QString description()
Return a description of what the plugin is doing.
int addEmpty()
Create an empty object.
Interface for all plugins which want to Load or Save files and create Objects.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface class for creating custom context menus.
Interface class for type definitions.
void pluginsInitialized()
Second initialization phase.