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 type definitions.
QString name()
Return a name for the plugin.
void pluginsInitialized()
Initialize Plugin step 2.
Logtype
Log types for Message Window.
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.
void slotUpdateContextMenu(int _objectId)
int addEmpty()
Create an empty object.
Interface class from which all plugins have to be created.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface for all plugins which want to Load or Save files and create Objects.