20#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_CUTVALUESWIDGET_HPP
21#define DDT_DATAVISUALISATION_DDTWIDGETS_CUTVALUESWIDGET_HPP
23#include <QtUiPlugin/QDesignerExportWidget>
36 Q_PROPERTY(
double default_low READ get_default_low WRITE set_default_low)
37 Q_PROPERTY(
double default_high READ get_default_high WRITE set_default_high)
55 void set_default_low(
const double low);
61 double get_default_low()
const;
67 void set_default_high(
const double high);
73 double get_default_high()
const;
87 QPushButton* auto_cut_button;
88 QPushButton* min_max_button;
89 QPushButton* user_cut_button;
90 QLabel* low_value_label;
91 QLabel* high_value_label;
92 QLineEdit* low_value_edit;
93 QLineEdit* high_value_edit;
103 void SwitchToAutoCut();
108 void SwitchToMinMaxCut();
113 void SwitchToUserCut();
119 void CurrentCutValues(
const double cutvalue_min,
const double cutvalue_max);
Definition: ddtDatavisualisationUtils.hpp:27
DDT Utils. Helper classes for DDT Datavisualisation. Utilities for the DDT Datavisualisation.
Image Handling class, offers access to image handling functions. This file is part of the DDT Image H...