Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TypePolyMeshPlugin Class Reference
Inheritance diagram for TypePolyMeshPlugin:
BaseInterface LoadSaveInterface LoggingInterface TypeInterface

Public Slots

QString version ()
int addEmpty ()
DataType supportedType ()
void generateBackup (int _id, QString _name, UpdateType _type)

Signals

void log (Logtype _type, QString _message)
void log (QString _message)
void emptyObjectAdded (int _id)
- Signals inherited from BaseInterface
virtual void setRenderer (unsigned int _viewer, QString _rendererName)
 Set a renderer for the given viewer.
virtual void getCurrentRenderer (unsigned int _viewer, QString &_rendererName)
 Get the current renderer for the given viewer.
virtual void updateView ()
 Update current view in Main Application.
virtual void updatedObject (int _objectId)
 An object has been changed or added by this plugin.
virtual void updatedObject (int _identifier, const UpdateType &_type)
 An object has been changed or added by this plugin.
virtual void nodeVisibilityChanged (int _identifier)
 A scenegraph node has been shown or hidden.
virtual void setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions)
 Set a description for a public slot.
- Signals inherited from LoadSaveInterface
virtual void save (int _id, QString _filename)
 Save object to a file.
virtual void load (QString _filename, DataType _type, int &_id)
 Load object from file with a specific DataType.
virtual void addEmptyObject (DataType _type, int &_id)
virtual void copyObject (int _oldId, int &_newId)
virtual void emptyObjectAdded (int _id)
 DEPRECATED! Emit this signal if an empty object has been created.
virtual void deleteObject (int _id)
 Delete an object.
virtual void deleteAllObjects ()
 Delete all Objects.
virtual void getAllFileFilters (QStringList &_filters)
 Get all file filters that are registered.
- Signals inherited from LoggingInterface
virtual void log (Logtype _type, QString _message)=0
virtual void log (QString _message)=0
- Signals inherited from TypeInterface
virtual void emptyObjectAdded (int _id)
 Emit this signal if an empty object has been created.

Public Member Functions

QString name ()
QString description ()
bool registerType ()

Private Slots

void noguiSupported ()

Private Member Functions

QString get_unique_name (PolyMeshObject *_object)
 Return unique name for object.
- Private Member Functions inherited from BaseInterface
virtual ~BaseInterface ()
 Destructor.
virtual QString name ()=0
 Return a name for the plugin.
virtual QString description ()=0
 Return a description of what the plugin is doing.
- Private Member Functions inherited from LoadSaveInterface
virtual ~LoadSaveInterface ()
 Destructor.
- Private Member Functions inherited from LoggingInterface
virtual ~LoggingInterface ()
 Destructor.
- Private Member Functions inherited from TypeInterface
virtual ~TypeInterface ()
 Destructor.

Detailed Description

Definition at line 59 of file TypePolyMesh.hh.


The documentation for this class was generated from the following files: