19 #ifndef RQT_MULTIPLOT_CURVE_STYLE_CONFIG_WIDGET_H 20 #define RQT_MULTIPLOT_CURVE_STYLE_CONFIG_WIDGET_H 22 #include <QButtonGroup> 28 class CurveStyleConfigWidget;
43 Ui::CurveStyleConfigWidget*
ui_;
50 void configTypeChanged(
int type);
52 void configLinesInterpolateChanged(
bool interpolate);
53 void configSticksOrientationChanged(
int orientation);
54 void configSticksBaselineChanged(
double baseline);
55 void configStepsInvertChanged(
bool invert);
57 void configPenWidthChanged(
size_t width);
58 void configPenStyleChanged(
int style);
59 void configRenderAntialiasChanged(
bool antialias);
61 void radioButtonLinesToggled(
bool checked);
62 void radioButtonSticksToggled(
bool checked);
63 void radioButtonStepsToggled(
bool checked);
64 void radioButtonPointsToggled(
bool checked);
66 void checkBoxLinesInterpolateStateChanged(
int state);
67 void radioButtonSticksOrientationHorizontalToggled(
bool checked);
68 void radioButtonSticksOrientationVerticalToggled(
bool checked);
69 void lineEditSticksBaselineEditingFinished();
70 void checkBoxStepsInvertStateChanged(
int state);
72 void spinBoxPenWidthValueChanged(
int value);
73 void comboBoxPenStyleCurrentStyleChanged(
int style);
74 void checkBoxRenderAntialiasStateChanged(
int state);