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"); };
Logtype
Log types for Message Window.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.