44 #ifndef SLICEPLUGIN_HH 45 #define SLICEPLUGIN_HH 51 #include <ACG/Scenegraph/ClippingNode.hh> 54 #include "SliceToolbox.hh" 63 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Slice")
70 void log(
Logtype _type, QString _message );
71 void log( QString _message );
74 void addToolbox( QString _name , QWidget* _widget, QIcon* _icon );
78 void initializePlugin();
84 QString
name() {
return (QString(
"Slice")); };
85 QString
description( ) {
return (QString(
"Slice objects")); };
94 void resetParameters();
96 void updateSlice(
int bla);
102 QString version() {
return QString(
"1.0"); };
105 #endif //SLICEPLUGIN_HH 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.
Plugins can add its own toolbox to the main widget's toolbox area by using this interface.
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.