combo box domain observers the domain for a combo box and updates accordingly the list of values in the combo box is automatically updated when the domain changes
More...
#include <pqComboBoxDomain.h>
Inherits QObject.
combo box domain observers the domain for a combo box and updates accordingly the list of values in the combo box is automatically updated when the domain changes
Definition at line 48 of file pqComboBoxDomain.h.
§ pqComboBoxDomain()
pqComboBoxDomain::pqComboBoxDomain |
( |
QComboBox * |
p, |
|
|
vtkSMProperty * |
prop, |
|
|
const QString & |
domainName = QString() |
|
) |
| |
constructor requires a QComboBox, and the property with the domain to observe optionally pass in a domainName if a specific one needs to be watched
§ ~pqComboBoxDomain()
virtual pqComboBoxDomain::~pqComboBoxDomain |
( |
| ) |
|
|
virtual |
§ forceDomainChanged()
void pqComboBoxDomain::forceDomainChanged |
( |
| ) |
|
|
inline |
§ addString()
void pqComboBoxDomain::addString |
( |
const QString & |
| ) |
|
Provides a mechanism to always add a set of strings to the combo box irrespective of what the domain tells us.
§ insertString()
void pqComboBoxDomain::insertString |
( |
int |
, |
|
|
const QString & |
|
|
) |
| |
§ removeString()
void pqComboBoxDomain::removeString |
( |
const QString & |
| ) |
|
§ removeAllStrings()
void pqComboBoxDomain::removeAllStrings |
( |
| ) |
|
§ getProperty()
§ getDomain()
§ getDomainName()
const QString& pqComboBoxDomain::getDomainName |
( |
| ) |
const |
§ getUserStrings()
const QStringList& pqComboBoxDomain::getUserStrings |
( |
| ) |
const |
§ domainChanged
void pqComboBoxDomain::domainChanged |
( |
| ) |
|
|
slot |
§ internalDomainChanged
virtual void pqComboBoxDomain::internalDomainChanged |
( |
| ) |
|
|
protectedvirtualslot |
§ markForUpdate()
void pqComboBoxDomain::markForUpdate |
( |
bool |
mark | ) |
|
|
protected |
§ Internal
pqInternal* pqComboBoxDomain::Internal |
|
protected |
The documentation for this class was generated from the following file: