25 #ifndef HISTOGRAM_COLOR_PREFERENCES_QO_H_2
26 #define HISTOGRAM_COLOR_PREFERENCES_QO_H_2
30 #include <guitools/Histogram/ColorPreferences.ui.h>
68 QString
readCustomColor( QSettings& settings,
const QString& identifier,
const QString& colorDefaultName);
82 Ui::ColorPreferencesClass
ui;
91 #endif // PREFERENCESCOLOR_QO_H
QList< QString > multipleHistogramColors
QString readCustomColor(QSettings &settings, const QString &identifier, const QString &colorDefaultName)
void selectHistogramColor()
Allows user specification of the colors used in drawing the histogram and pluggable functionality...
void setMultipleHistogramColorsVisible(bool visible)
ColorPreferences(QWidget *parent=0)
void readCustomColorList(QSettings &settings)
QList< QColor > getMultipleHistogramColors() const
void deleteHistogramColor()
static const QString FIT_ESTIMATE_COLOR
static const QString MULTIPLE_HISTOGRAM_COLORS
void initializeUserColors()
QColor getFitCurveColor() const
static const QString APPLICATION
QColor getButtonColor(QPushButton *button) const
void setButtonColor(QPushButton *button, QColor color)
void selectFitCurveColor()
static const QString ORGANIZATION
static const QString FIT_CURVE_COLOR
QColor getFitEstimateColor() const
void selectFitEstimateColor()
void showColorDialog(QPushButton *source)
static const QString HISTOGRAM_COLOR
void addColorToList(QColor color)
void setFitColorsVisible(bool visible)
void persistColorList(QSettings &settings)
ABSTRACT CLASSES Abstract class for colors Any implementation of color should be able to provide a hexadecimal form of the color(i.e.,"000000"for black) and
QColor getHistogramColor() const
Ui::ColorPreferencesClass ui