ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | Properties
pqFieldSelectionAdaptor Class Reference

adaptor to which combines cell & point arrays into one selection this adaptor also takes care of the domain, so there's no need to use the pqComboBoxDomain More...

#include <pqFieldSelectionAdaptor.h>

Collaboration diagram for pqFieldSelectionAdaptor:
Collaboration graph
[legend]

List of all members.

Public Slots

void setAttributeMode (const QString &)
 set the attribute mode
void setScalar (const QString &)
 set the scalar mode
void setAttributeModeAndScalar (const QString &mode, const QString &scalar)

Signals

void selectionChanged ()
 signal the attributeMode and/or scalar changed

Public Member Functions

 pqFieldSelectionAdaptor (QComboBox *p, vtkSMProperty *prop)
 constructor requires a QComboBox,
 ~pqFieldSelectionAdaptor ()
QString attributeMode () const
 get the attribute mode
QString scalar () const
 get the scalar
void setSelection (const QStringList &selection)
QStringList selection () const

Protected Slots

void updateGUI ()
void indexChanged (int index)
void domainChanged ()

Protected Attributes

QStringList Selection
vtkSmartPointer< vtkSMPropertyProperty
vtkSmartPointer< vtkSMDomainAttributeModeDomain
vtkSmartPointer< vtkSMDomainScalarDomain
vtkEventQtSlotConnectConnection
bool MarkedForUpdate
bool IsGettingAllDomains

Properties

QString attributeMode
QString scalar
QStringList selection

Detailed Description

adaptor to which combines cell & point arrays into one selection this adaptor also takes care of the domain, so there's no need to use the pqComboBoxDomain

Definition at line 51 of file pqFieldSelectionAdaptor.h.


Constructor & Destructor Documentation

pqFieldSelectionAdaptor::pqFieldSelectionAdaptor ( QComboBox *  p,
vtkSMProperty prop 
)

constructor requires a QComboBox,

pqFieldSelectionAdaptor::~pqFieldSelectionAdaptor ( )

Member Function Documentation

QString pqFieldSelectionAdaptor::attributeMode ( ) const

get the attribute mode

QString pqFieldSelectionAdaptor::scalar ( ) const

get the scalar

void pqFieldSelectionAdaptor::setSelection ( const QStringList &  selection)
QStringList pqFieldSelectionAdaptor::selection ( ) const
void pqFieldSelectionAdaptor::selectionChanged ( ) [signal]

signal the attributeMode and/or scalar changed

void pqFieldSelectionAdaptor::setAttributeMode ( const QString &  ) [slot]

set the attribute mode

void pqFieldSelectionAdaptor::setScalar ( const QString &  ) [slot]

set the scalar mode

void pqFieldSelectionAdaptor::setAttributeModeAndScalar ( const QString &  mode,
const QString &  scalar 
) [slot]
void pqFieldSelectionAdaptor::updateGUI ( ) [protected, slot]
void pqFieldSelectionAdaptor::indexChanged ( int  index) [protected, slot]
void pqFieldSelectionAdaptor::domainChanged ( ) [protected, slot]

Member Data Documentation

QStringList pqFieldSelectionAdaptor::Selection [protected]

Definition at line 95 of file pqFieldSelectionAdaptor.h.

Definition at line 96 of file pqFieldSelectionAdaptor.h.

Definition at line 97 of file pqFieldSelectionAdaptor.h.

Definition at line 98 of file pqFieldSelectionAdaptor.h.

Definition at line 99 of file pqFieldSelectionAdaptor.h.

Definition at line 100 of file pqFieldSelectionAdaptor.h.

Definition at line 101 of file pqFieldSelectionAdaptor.h.


Property Documentation

QString pqFieldSelectionAdaptor::attributeMode [read, write]

Definition at line 54 of file pqFieldSelectionAdaptor.h.

QString pqFieldSelectionAdaptor::scalar [read, write]

Definition at line 55 of file pqFieldSelectionAdaptor.h.

QStringList pqFieldSelectionAdaptor::selection [read, write]

Definition at line 56 of file pqFieldSelectionAdaptor.h.


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