|
ParaView
|
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>

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< vtkSMProperty > | Property |
| vtkSmartPointer< vtkSMDomain > | AttributeModeDomain |
| vtkSmartPointer< vtkSMDomain > | ScalarDomain |
| vtkEventQtSlotConnect * | Connection |
| bool | MarkedForUpdate |
| bool | IsGettingAllDomains |
Properties | |
| QString | attributeMode |
| QString | scalar |
| QStringList | selection |
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.
| pqFieldSelectionAdaptor::pqFieldSelectionAdaptor | ( | QComboBox * | p, |
| vtkSMProperty * | prop | ||
| ) |
constructor requires a QComboBox,
| pqFieldSelectionAdaptor::~pqFieldSelectionAdaptor | ( | ) |
| 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] |
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.
vtkEventQtSlotConnect* pqFieldSelectionAdaptor::Connection [protected] |
Definition at line 99 of file pqFieldSelectionAdaptor.h.
bool pqFieldSelectionAdaptor::MarkedForUpdate [protected] |
Definition at line 100 of file pqFieldSelectionAdaptor.h.
bool pqFieldSelectionAdaptor::IsGettingAllDomains [protected] |
Definition at line 101 of file pqFieldSelectionAdaptor.h.
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.
1.7.5.1