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")); };
107 void initializePlugin();
116 QString version() {
return QString(
"1.0"); };
Logtype
Log types for Message Window.
Interface class for backup handling.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
Interface for all Plugins which provide scriptable Functions.
QIcon * toolIcon_
Icon of the toolbox.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.
void pluginsInitialized()
Set the scripting slot descriptions.
void simpleLaplace()
simpleLaplace
QSpinBox * iterationsSpinbox_
SpinBox for Number of iterations.
const UpdateType UPDATE_ALL(UpdateTypeSet(1))
Identifier for all updates.