18 #include "milxQt_RENAMED_Plugin.h"    31     pluginName = 
"_RENAMED_";
    37 milxQt_RENAMED_Plugin::~milxQt_RENAMED_Plugin()
    41     cout << 
"_RENAMED_ Plugin Destroyed." << endl;
    51     QString openPythonExt = 
"";
    72     QString savePythonExt = 
"";
 bool threaded
Threaded plugin? 
virtual QString openFileSupport()
Get the file support string for opening (extension wildcard list). [Implement this in your plugin]...
virtual QString name()
Get the Name of the plugin. [Implement this in your plugin]. 
This class represents the MILX Qt Render Window Display object using QVTK. 
This class represents the MILX Qt Image Display object using VTK. 
virtual bool isPluginWindow(QWidget *window)
Is the window provided a plugin generated window? In this case a milxQtShapeModel window...
virtual QStringList openExtensions()
Get a list of supported file format extensions. [Implement this in your plugin]. 
virtual QDockWidget * dockWidget()
Return the dock widget (if one is provided by plugin). [Implement this in your plugin]. 
virtual milxQtImage * imageResult()
Get the image result. The result can then be displayed in milxQtMain etc.[Implement this in your plug...
virtual void loadExtension()
Load the extension. [Implement this in your plugin]. 
This class represents the MILX Qt Model/Mesh Display object using VTK. 
virtual milxQtModel * modelResult()
Get the model result. The result can then be displayed in milxQtMain etc. [Implement this in your plu...
virtual QString saveFileSupport()
Get the file support string for saving (extension wildcard list). [Implement this in your plugin]...
virtual void save(QString filename)
Save the result as a file using the plugin. [Implement this in your plugin]. 
The interface for any plugins that can be made for milxQtMain. 
virtual void open(QString filename)
Open the file using the plugin. [Implement this in your plugin]. 
virtual QStringList saveExtensions()
Get a list of supported file format extensions. [Implement this in your plugin]. 
milxQt_RENAMED_Plugin(QObject *theParent=0)
Default destructor. 
virtual void SetInputCollection(vtkPolyDataCollection *collection, QStringList &filenames)
Pass a collection to internal plugin class. [Implement this in your plugin]. 
virtual milxQtRenderWindow * genericResult()
Get the generic result, which is a milxQtRenderWindow. The result can then be displayed in milxQtMain...