|
ParaView
|
interface class for plugins that create view options pages More...
#include <pqViewOptionsInterface.h>
Public Member Functions | |
| virtual | ~pqViewOptionsInterface () |
| destructor | |
| virtual QStringList | viewTypes () const =0 |
| returns a list of view types that this interface provides options for | |
| virtual pqActiveViewOptions * | createActiveViewOptions (const QString &type, QObject *parent)=0 |
| return an options object for the active view. | |
| virtual pqOptionsContainer * | createGlobalViewOptions (const QString &type, QWidget *parent)=0 |
| return an options object for global view options this is used when there are options that apply to all instance of a view | |
interface class for plugins that create view options pages
Definition at line 41 of file pqViewOptionsInterface.h.
| virtual pqViewOptionsInterface::~pqViewOptionsInterface | ( | ) | [inline, virtual] |
destructor
Definition at line 45 of file pqViewOptionsInterface.h.
| virtual QStringList pqViewOptionsInterface::viewTypes | ( | ) | const [pure virtual] |
returns a list of view types that this interface provides options for
| virtual pqActiveViewOptions* pqViewOptionsInterface::createActiveViewOptions | ( | const QString & | type, |
| QObject * | parent | ||
| ) | [pure virtual] |
return an options object for the active view.
this is used when there are options that are specific to an instance of a view
| virtual pqOptionsContainer* pqViewOptionsInterface::createGlobalViewOptions | ( | const QString & | type, |
| QWidget * | parent | ||
| ) | [pure virtual] |
return an options object for global view options this is used when there are options that apply to all instance of a view
1.7.5.1