35 #ifndef OPENMS_VISUAL_COLORSELECTOR_H    36 #define OPENMS_VISUAL_COLORSELECTOR_H    39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>    42 #include <QtGui/QWidget>    74     const QColor & getColor();
    77     void setColor(
const QColor &);
    80     QSize sizeHint() 
const;
    84     void paintEvent(QPaintEvent * e);
    85     void mousePressEvent(QMouseEvent * e);
    91 #endif // OPENMS_VISUAL_COLORSELECTOR_H A widget for selecting a color. 
Definition: ColorSelector.h:61
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
QColor color_
Definition: ColorSelector.h:87