|
ParaView
|
The pqSummaryPanel class is used to display a subset of proxy and representation properties to the user. More...
#include <pqSummaryPanel.h>
Public Slots | |
| void | setView (pqView *view) |
| Sets the view. | |
| void | setProxy (pqProxy *proxy) |
| Sets the proxy. | |
| void | setRepresentation (pqDataRepresentation *representation) |
| Sets the representation. | |
| void | setOutputPort (pqOutputPort *port) |
| Sets the output port. | |
| void | accept () |
| Causes the current property settings to be applied. | |
| void | reset () |
| Resets the current property settings to their previous value. | |
| void | canAccept (bool status) |
| Sets the enabled state for the apply button. | |
| void | updateDeleteButtonState () |
| Updates the enabled state for the delete button. | |
Signals | |
| void | viewChanged (pqView *view) |
| This signal is emitted when the view changes. | |
| void | helpRequested (const QString &proxyType) |
| This signal is emitted when the help button is clicked. | |
Public Member Functions | |
| pqSummaryPanel (QWidget *parent=0) | |
| Creates a new summary panel widget. | |
| ~pqSummaryPanel () | |
| Destroys the summary panel widget. | |
| pqView * | view () const |
| Returns the current view. | |
| pqProxy * | proxy () const |
| Returns the current proxy. | |
| pqRepresentation * | representation () const |
| Returns the current representation. | |
Protected Slots | |
| void | removeProxy (pqPipelineSource *proxy) |
| void | deleteProxy () |
| void | handleConnectionChanged (pqPipelineSource *in, pqPipelineSource *out) |
| void | updateAcceptState () |
| void | show (pqPipelineSource *source) |
The pqSummaryPanel class is used to display a subset of proxy and representation properties to the user.
Definition at line 60 of file pqSummaryPanel.h.
| pqSummaryPanel::pqSummaryPanel | ( | QWidget * | parent = 0 | ) |
Creates a new summary panel widget.
| pqSummaryPanel::~pqSummaryPanel | ( | ) |
Destroys the summary panel widget.
| pqView* pqSummaryPanel::view | ( | ) | const |
Returns the current view.
| pqProxy* pqSummaryPanel::proxy | ( | ) | const |
Returns the current proxy.
| pqRepresentation* pqSummaryPanel::representation | ( | ) | const |
Returns the current representation.
| void pqSummaryPanel::setView | ( | pqView * | view | ) | [slot] |
Sets the view.
| void pqSummaryPanel::setProxy | ( | pqProxy * | proxy | ) | [slot] |
Sets the proxy.
| void pqSummaryPanel::setRepresentation | ( | pqDataRepresentation * | representation | ) | [slot] |
Sets the representation.
| void pqSummaryPanel::setOutputPort | ( | pqOutputPort * | port | ) | [slot] |
Sets the output port.
| void pqSummaryPanel::accept | ( | ) | [slot] |
Causes the current property settings to be applied.
| void pqSummaryPanel::reset | ( | ) | [slot] |
Resets the current property settings to their previous value.
| void pqSummaryPanel::canAccept | ( | bool | status | ) | [slot] |
Sets the enabled state for the apply button.
| void pqSummaryPanel::updateDeleteButtonState | ( | ) | [slot] |
Updates the enabled state for the delete button.
| void pqSummaryPanel::viewChanged | ( | pqView * | view | ) | [signal] |
This signal is emitted when the view changes.
| void pqSummaryPanel::helpRequested | ( | const QString & | proxyType | ) | [signal] |
This signal is emitted when the help button is clicked.
| void pqSummaryPanel::removeProxy | ( | pqPipelineSource * | proxy | ) | [protected, slot] |
| void pqSummaryPanel::deleteProxy | ( | ) | [protected, slot] |
| void pqSummaryPanel::handleConnectionChanged | ( | pqPipelineSource * | in, |
| pqPipelineSource * | out | ||
| ) | [protected, slot] |
| void pqSummaryPanel::updateAcceptState | ( | ) | [protected, slot] |
| void pqSummaryPanel::show | ( | pqPipelineSource * | source | ) | [protected, slot] |
1.7.5.1