66 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeCamera")
70 void log(
Logtype _type, QString _message);
71 void log(QString _message);
74 void emptyObjectAdded(
int _id );
82 void noguiSupported( ) {} ;
95 QString
name() {
return (QString(
"TypeCamera")); };
96 QString
description( ) {
return (QString(tr(
"Register Camera type"))); };
103 QString version() {
return QString(
"1.0"); };
110 void contextMenuClicked(QAction* _contextAction);
115 QAction* showFrustumAction_;
Interface class for creating custom context menus.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Logtype
Log types for Message Window.
Interface for all plugins which want to Load or Save files and create Objects.
QString name()
Return a name for the plugin.
int addEmpty()
Create an empty object.
Interface class for type definitions.
Interface for all Plugins which do logging to the logging window of the framework.
void pluginsInitialized()
Initialize Plugin step 2.
Interface class from which all plugins have to be created.
void slotUpdateContextMenu(int _objectId)
QString description()
Return a description of what the plugin is doing.