ParaView
Public Member Functions
pqViewOptionsInterface Class Reference

interface class for plugins that create view options pages More...

#include <pqViewOptionsInterface.h>

List of all members.

Public Member Functions

virtual ~pqViewOptionsInterface ()
 destructor
virtual QStringList viewTypes () const =0
 returns a list of view types that this interface provides options for
virtual pqActiveViewOptionscreateActiveViewOptions (const QString &type, QObject *parent)=0
 return an options object for the active view.
virtual pqOptionsContainercreateGlobalViewOptions (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

Detailed Description

interface class for plugins that create view options pages

Definition at line 41 of file pqViewOptionsInterface.h.


Constructor & Destructor Documentation

virtual pqViewOptionsInterface::~pqViewOptionsInterface ( ) [inline, virtual]

destructor

Definition at line 45 of file pqViewOptionsInterface.h.


Member Function Documentation

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


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