65 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-SimpleSmoother")
70 void updatedObject(
int _id,
const UpdateType& _type);
71 void setSlotDescription(QString _slotName, QString _slotDescription,
72 QStringList _parameters, QStringList _descriptions);
75 void log(
Logtype _type, QString _message);
76 void log(QString _message);
79 void addToolbox( QString _name , QWidget* _widget, QIcon* _icon);
82 void scriptInfo(QString _functionName);
93 QString
name() {
return (QString(
"Simple Smoother")); };
94 QString
description( ) {
return (QString(
"Smooths the active Mesh")); };
104 void initializePlugin();
113 QString version() {
return QString(
"1.0"); };
const UpdateType UPDATE_ALL(UpdateTypeSet(1))
Identifier for all updates.
Logtype
Log types for Message Window.
QString name()
Return a name for the plugin.
Interface for all Plugins which provide scriptable Functions.
void pluginsInitialized()
Set the scripting slot descriptions.
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.
Interface class for backup handling.
void simpleLaplace()
simpleLaplace