13 #ifndef QmitkTransferFunctionWidget_h
14 #define QmitkTransferFunctionWidget_h
17 #include "ui_QmitkTransferFunctionWidget.h"
26 #include <QPushButton>
46 void SetScalarLabel(
const QString &scalarLabel);
48 void ShowScalarOpacityFunction(
bool show);
49 void ShowColorFunction(
bool show);
50 void ShowGradientOpacityFunction(
bool show);
52 void SetScalarOpacityFunctionEnabled(
bool enable);
53 void SetColorFunctionEnabled(
bool enable);
54 void SetGradientOpacityFunctionEnabled(
bool enable);
58 void SetXValueScalar(
const QString text);
59 void SetYValueScalar(
const QString text);
60 void SetXValueGradient(
const QString text);
61 void SetYValueGradient(
const QString text);
62 void SetXValueColor(
const QString text);
64 void OnUpdateCanvas();
66 void UpdateStepSize();
69 void OnSpanChanged(
double lower,
double upper);