14 #include <QtWidgets/QWidget>
22 class DtSliderDoubleSpinboxWidget;
23 class DtColorPushButton;
38 DtDe& de, QWidget* parent, Qt::WindowFlags flags = Qt::Widget);
44 virtual void setIntersectorDrawEnabled(
bool enabled );
47 virtual void setIntersectorDrawnDuration(
float duration );
50 virtual void setFailedIntersectorColor(
const DtColorValue& color );
54 virtual void setOddSegmentIntersectorColor(
const DtColorValue& color );
58 virtual void setEvenSegmentIntersectorColor(
const DtColorValue& color );
63 virtual void on_intersectorDrawEnabledChanged(
int enabled);
64 virtual void on_intersectorDrawnDurationChanged(
double duration);
65 virtual void on_failedIntersectorColorValueChanged(
const QColor&);
66 virtual void on_oddSegmentIntersectorColorValueChanged(
const QColor&);
67 virtual void on_evenIntersectorColorValueChanged(
const QColor&);
83 void connectToSignals();
87 void enableIntersectorParameters(
bool enabled );