The pqObjectInspectorWidget class is used to display the properties of an object in an editable form.
More...
#include <pqObjectInspectorWidget.h>
List of all members.
Detailed Description
The pqObjectInspectorWidget class is used to display the properties of an object in an editable form.
Definition at line 63 of file pqObjectInspectorWidget.h.
Constructor & Destructor Documentation
| pqObjectInspectorWidget::pqObjectInspectorWidget |
( |
QWidget * |
parent = 0 | ) |
|
| virtual pqObjectInspectorWidget::~pqObjectInspectorWidget |
( |
| ) |
[virtual] |
Member Function Documentation
| virtual QSize pqObjectInspectorWidget::sizeHint |
( |
| ) |
const [virtual] |
hint for sizing this widget
| pqView* pqObjectInspectorWidget::view |
( |
| ) |
|
get the render module to work in
| static bool pqObjectInspectorWidget::autoAccept |
( |
| ) |
[static] |
gets whether auto accept is on/off
| static void pqObjectInspectorWidget::setAutoAccept |
( |
bool |
| ) |
[static] |
sets whether auto accept is on/off
| void pqObjectInspectorWidget::setShowOnAccept |
( |
bool |
val | ) |
[inline] |
| bool pqObjectInspectorWidget::showOnAccept |
( |
| ) |
const [inline] |
| void pqObjectInspectorWidget::setProxy |
( |
pqProxy * |
proxy | ) |
[slot] |
| void pqObjectInspectorWidget::accept |
( |
| ) |
[slot] |
accept the changes made to the properties changes will be propogated down to the server manager
| void pqObjectInspectorWidget::reset |
( |
| ) |
[slot] |
reset the changes made editor will query properties from the server manager
| void pqObjectInspectorWidget::canAccept |
( |
bool |
status | ) |
[slot] |
Updates the accept/reset button state.
| void pqObjectInspectorWidget::setView |
( |
pqView * |
view | ) |
[slot] |
set the render module to work in
| void pqObjectInspectorWidget::setDeleteButtonVisibility |
( |
bool |
visible | ) |
[slot] |
set the visibility of the delete button.
| void pqObjectInspectorWidget::updateDeleteButtonState |
( |
| ) |
[slot] |
sets the enabled state of the delete button.
| void pqObjectInspectorWidget::setOutputPort |
( |
pqOutputPort * |
port | ) |
[slot] |
| void pqObjectInspectorWidget::preaccept |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::accepted |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::postaccept |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::prereject |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::postreject |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::viewChanged |
( |
pqView * |
| ) |
[signal] |
emitted when render module is changed
| void pqObjectInspectorWidget::helpRequested |
( |
const QString & |
proxyType | ) |
[signal] |
| void pqObjectInspectorWidget::helpRequested |
( |
const QString & |
groupname, |
|
|
const QString & |
proxyType |
|
) |
| [signal] |
| void pqObjectInspectorWidget::canAccept |
( |
| ) |
[signal] |
| void pqObjectInspectorWidget::removeProxy |
( |
pqPipelineSource * |
proxy | ) |
[protected, slot] |
| void pqObjectInspectorWidget::showHelp |
( |
| ) |
[protected, slot] |
| void pqObjectInspectorWidget::deleteProxy |
( |
| ) |
[protected, slot] |
checks the enabled state of the delete button.
| void pqObjectInspectorWidget::updateAcceptState |
( |
| ) |
[protected, slot] |
The documentation for this class was generated from the following file: