|
ParaView
|
vtkPVGUIPluginInterface defines the interface required by GUI plugins. More...
#include <vtkPVGUIPluginInterface.h>
Public Member Functions | |
| virtual | ~vtkPVGUIPluginInterface () |
| virtual QObjectList | interfaces ()=0 |
| virtual | ~vtkPVGUIPluginInterface () |
| virtual QObjectList | interfaces ()=0 |
vtkPVGUIPluginInterface defines the interface required by GUI plugins.
This simply provides access to the GUI-component interfaces defined in this plugin.
Definition at line 25 of file vtkPVGUIPluginInterface.h.
| virtual vtkPVGUIPluginInterface::~vtkPVGUIPluginInterface | ( | ) | [virtual] |
| virtual vtkPVGUIPluginInterface::~vtkPVGUIPluginInterface | ( | ) | [virtual] |
| virtual QObjectList vtkPVGUIPluginInterface::interfaces | ( | ) | [pure virtual] |
| virtual QObjectList vtkPVGUIPluginInterface::interfaces | ( | ) | [pure virtual] |
1.7.5.1