4 #ifndef pqTransferFunctionWidget_h 5 #define pqTransferFunctionWidget_h 24 typedef QWidget Superclass;
53 void SetLogScaleXAxis(
bool logScale);
54 bool GetLogScaleXAxis()
const;
70 void SetControlPointsFreehandDrawing(
bool use);
71 bool GetControlPointsFreehandDrawing()
const;
85 void setCurrentPointPosition(
double xpos);
97 void setHistogramTable(
vtkTable* table);
103 void currentPointChanged(
vtkIdType index);
109 void controlPointsModified();
114 void chartRangeModified();
119 void rangeHandlesRangeChanged(
double rangeMin,
double rangeMax);
124 void rangeHandlesDoubleClicked();
131 void onCurrentChangedEvent();
137 void onRangeHandlesRangeChanged();
142 void showUsageStatus();
147 void editColorAtCurrentControlPoint();
154 void onCurrentPointEditEvent();
160 pqInternals* Internals;
#define PQCOMPONENTS_EXPORT