7#ifndef VIEW_SEGMENT_FILTER_H
8#define VIEW_SEGMENT_FILTER_H
49 bool m_filterIsDefined;
const int INNER_RADIUS_MIN
Color filter parameters for one curve. For a class, this is handled the same as LineStyle and PointSt...
Class that displays the current Segment Filter in a MainWindow toolbar.
void unsetColorFilterSettings()
Apply no color filter.
void setColorFilterSettings(const ColorFilterSettings &colorFilterSettings, const QPixmap &pixmap)
Apply the color filter of the currently selected curve. The pixmap is included so the background colo...
void setEnabled(bool enabled)
Show the style with semi-transparency or full-transparency to indicate if associated Curve is active ...
virtual void paintEvent(QPaintEvent *event)
Paint with a horizontal linear gradient.
ViewSegmentFilter(QWidget *parent=0)
Single constructor.