pqViewTypePropertyWidget is a property widget that shows a combo-box with values equal to the currently available types of views.
More...
#include <pqViewTypePropertyWidget.h>
|
template<class T > |
static QString | getXMLName (T *object) |
| Description: This static utility method returns the XML name for an object as a QString. More...
|
|
static QString | getTooltip (vtkSMProperty *property) |
| Returns the tooltip to use for the property. May return an empty string. More...
|
|
void | addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1) |
|
void | addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1) |
|
void | removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1) |
|
void | removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1) |
|
void | setShowLabel (bool show) |
|
void | setChangeAvailableAsChangeFinished (bool status) |
| For most pqPropertyWidget subclasses a changeAvailable() signal, corresponds to a changeFinished() signal. More...
|
|
void | addDecorator (pqPropertyWidgetDecorator *) |
| Register a decorator. More...
|
|
pqPropertyLinks & | links () |
| Provides access to the pqPropertyLinks instance. More...
|
|
pqViewTypePropertyWidget is a property widget that shows a combo-box with values equal to the currently available types of views.
This could have been implemented as a domain, but I was being lazy :).
Definition at line 44 of file pqViewTypePropertyWidget.h.
§ pqViewTypePropertyWidget()
pqViewTypePropertyWidget::pqViewTypePropertyWidget |
( |
vtkSMProxy * |
proxy, |
|
|
vtkSMProperty * |
smproperty, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
§ ~pqViewTypePropertyWidget()
virtual pqViewTypePropertyWidget::~pqViewTypePropertyWidget |
( |
| ) |
|
|
virtual |
§ value()
QString pqViewTypePropertyWidget::value |
( |
| ) |
const |
get the current value in the widget
§ setValue
void pqViewTypePropertyWidget::setValue |
( |
const QString & |
value | ) |
|
|
slot |
set the value for the widget.
§ valueChanged
void pqViewTypePropertyWidget::valueChanged |
( |
| ) |
|
|
signal |
§ value
QString pqViewTypePropertyWidget::value |
|
readwrite |
The documentation for this class was generated from the following file: