1 #ifndef SMOOTHERPLUGIN_HH 2 #define SMOOTHERPLUGIN_HH 19 void updatedObject(
int _identifier,
const UpdateType& _type);
22 void log(
Logtype _type, QString _message);
23 void log(QString _message);
26 void addToolbox( QString _name, QWidget* _widget );
33 QString
name() {
return (QString(
"Simple Smoother")); };
34 QString
description( ) {
return (QString(
"Smooths the active Mesh")); };
44 void initializePlugin();
50 QString version() {
return QString(
"1.0"); };
53 #endif //SMOOTHERPLUGIN_HH
Logtype
Log types for Message Window.
QString name()
Return a name for the plugin.
QSpinBox * iterationsSpinbox_
SpinBox for Number of iterations.
Interface for all Plugins which do logging to the logging window of the framework.
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 description()
Return a description of what the plugin is doing.
void simpleLaplace()
simpleLaplace