|
ParaView
|
pqComparativeCueWidget is designed to be used by pqComparativeVisPanel to show/edit the values for an vtkSMComparativeAnimationCueProxy. More...
#include <pqComparativeCueWidget.h>
Public Slots | |
| void | setSize (int x, int y) |
| Set the comparative grid size. | |
Signals | |
| void | valuesChanged () |
Public Member Functions | |
| pqComparativeCueWidget (QWidget *parent=0) | |
| virtual | ~pqComparativeCueWidget () |
| void | setCue (vtkSMProxy *) |
| Get/Set the cue that is currently being shown/edited by this widget. | |
| vtkSMComparativeAnimationCueProxy * | cue () const |
| QSize | size () const |
| bool | acceptsMultipleValues () const |
Protected Slots | |
| void | updateGUI () |
| refreshes the GUI with values from the proxy. | |
| void | updateGUIOnIdle () |
| void | onSelectionChanged () |
| void | onCellChanged (int x, int y) |
Protected Member Functions | |
| virtual void | mouseReleaseEvent (QMouseEvent *evt) |
| called when mouse is released. | |
| void | editRange () |
pqComparativeCueWidget is designed to be used by pqComparativeVisPanel to show/edit the values for an vtkSMComparativeAnimationCueProxy.
Definition at line 47 of file pqComparativeCueWidget.h.
| pqComparativeCueWidget::pqComparativeCueWidget | ( | QWidget * | parent = 0 | ) |
| virtual pqComparativeCueWidget::~pqComparativeCueWidget | ( | ) | [virtual] |
| void pqComparativeCueWidget::setCue | ( | vtkSMProxy * | ) |
Get/Set the cue that is currently being shown/edited by this widget.
| vtkSMComparativeAnimationCueProxy* pqComparativeCueWidget::cue | ( | ) | const |
| QSize pqComparativeCueWidget::size | ( | ) | const [inline] |
Definition at line 59 of file pqComparativeCueWidget.h.
| bool pqComparativeCueWidget::acceptsMultipleValues | ( | ) | const |
Set the comparative grid size.
Definition at line 67 of file pqComparativeCueWidget.h.
| void pqComparativeCueWidget::valuesChanged | ( | ) | [signal] |
| void pqComparativeCueWidget::updateGUI | ( | ) | [protected, slot] |
refreshes the GUI with values from the proxy.
| void pqComparativeCueWidget::updateGUIOnIdle | ( | ) | [inline, protected, slot] |
Definition at line 81 of file pqComparativeCueWidget.h.
| void pqComparativeCueWidget::onSelectionChanged | ( | ) | [inline, protected, slot] |
Definition at line 84 of file pqComparativeCueWidget.h.
| virtual void pqComparativeCueWidget::mouseReleaseEvent | ( | QMouseEvent * | evt | ) | [protected, virtual] |
called when mouse is released.
We use this to popup the range editing dialog if the selection changed.
| void pqComparativeCueWidget::editRange | ( | ) | [protected] |
1.7.5.1