50 #ifndef SLICEPLUGIN_HH 51 #define SLICEPLUGIN_HH 57 #include <ACG/Scenegraph/ClippingNode.hh> 60 #include "SliceToolbox.hh" 69 #if QT_VERSION >= 0x050000 70 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Slice")
78 void log(
Logtype _type, QString _message );
79 void log( QString _message );
82 void addToolbox( QString _name , QWidget* _widget, QIcon* _icon );
86 void initializePlugin();
92 QString
name() {
return (QString(
"Slice")); };
93 QString
description( ) {
return (QString(
"Slice objects")); };
102 void resetParameters();
104 void updateSlice(
int bla);
110 QString version() {
return QString(
"1.0"); };
113 #endif //SLICEPLUGIN_HH
QString name()
Return a name for the plugin.
Logtype
Log types for Message Window.
QString description()
Return a description of what the plugin is doing.
Interface class from which all plugins have to be created.
Plugins can add its own toolbox to the main widget's toolbox area by using this interface.
Interface for all Plugins which do logging to the logging window of the framework.