ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
pqComparativeCueWidget Class Reference

pqComparativeCueWidget is designed to be used by pqComparativeVisPanel to show/edit the values for an vtkSMComparativeAnimationCueProxy. More...

#include <pqComparativeCueWidget.h>

Inherits QTableWidget.

Public Slots

void setSize (int w, int h)
 Set the comparative grid size. More...
 

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. More...
 
vtkSMComparativeAnimationCueProxy * cue () const
 
QSize size () const
 
bool acceptsMultipleValues () const
 

Protected Slots

void updateGUI ()
 refreshes the GUI with values from the proxy. More...
 
void updateGUIOnIdle ()
 
void onSelectionChanged ()
 
void onCellChanged (int x, int y)
 

Protected Member Functions

virtual void mouseReleaseEvent (QMouseEvent *evt)
 called when mouse is released. More...
 
void editRange ()
 

Detailed Description

pqComparativeCueWidget is designed to be used by pqComparativeVisPanel to show/edit the values for an vtkSMComparativeAnimationCueProxy.

Definition at line 47 of file pqComparativeCueWidget.h.

Constructor & Destructor Documentation

§ pqComparativeCueWidget()

pqComparativeCueWidget::pqComparativeCueWidget ( QWidget *  parent = 0)

§ ~pqComparativeCueWidget()

virtual pqComparativeCueWidget::~pqComparativeCueWidget ( )
virtual

Member Function Documentation

§ setCue()

void pqComparativeCueWidget::setCue ( vtkSMProxy *  )

Get/Set the cue that is currently being shown/edited by this widget.

§ cue()

vtkSMComparativeAnimationCueProxy* pqComparativeCueWidget::cue ( ) const

§ size()

QSize pqComparativeCueWidget::size ( ) const
inline

Definition at line 59 of file pqComparativeCueWidget.h.

§ acceptsMultipleValues()

bool pqComparativeCueWidget::acceptsMultipleValues ( ) const

§ setSize

void pqComparativeCueWidget::setSize ( int  w,
int  h 
)
inlineslot

Set the comparative grid size.

Definition at line 67 of file pqComparativeCueWidget.h.

§ valuesChanged

void pqComparativeCueWidget::valuesChanged ( )
signal

§ updateGUI

void pqComparativeCueWidget::updateGUI ( )
protectedslot

refreshes the GUI with values from the proxy.

§ updateGUIOnIdle

void pqComparativeCueWidget::updateGUIOnIdle ( )
inlineprotectedslot

Definition at line 81 of file pqComparativeCueWidget.h.

§ onSelectionChanged

void pqComparativeCueWidget::onSelectionChanged ( )
inlineprotectedslot

Definition at line 84 of file pqComparativeCueWidget.h.

§ onCellChanged

void pqComparativeCueWidget::onCellChanged ( int  x,
int  y 
)
protectedslot

§ mouseReleaseEvent()

virtual void pqComparativeCueWidget::mouseReleaseEvent ( QMouseEvent *  evt)
protectedvirtual

called when mouse is released.

We use this to popup the range editing dialog if the selection changed.

§ editRange()

void pqComparativeCueWidget::editRange ( )
protected

The documentation for this class was generated from the following file: