32 #ifndef pqComparativeCueWidget_h 33 #define pqComparativeCueWidget_h 35 #include "pqComponentsModule.h" 37 #include "vtkSmartPointer.h" 38 #include <QTableWidget> 40 class vtkEventQtSlotConnect;
52 typedef QTableWidget Superclass;
64 QSize
size()
const {
return this->Size; }
67 bool acceptsMultipleValues()
const;
75 this->Size = QSize(w, h);
76 this->updateGUIOnIdle();
93 void onCellChanged(
int x,
int y);
100 virtual void mouseReleaseEvent(QMouseEvent* evt);
107 vtkEventQtSlotConnect* VTKConnect;
109 bool SelectionChanged;
110 pqTimer IdleUpdateTimer;
112 vtkSmartPointer<vtkSMComparativeAnimationCueProxy> Cue;
cue used for parameter animation by the comparative view.
proxy for a VTK object(s) on a server