Home
last modified time | relevance | path

Searched refs:BGSTYLE (Results 1 – 6 of 6) sorted by relevance

/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvStatusBar.cpp52 #define BGSTYLE(a) "color: #ffffff; background: " a in GetStatusStyle() macro
54 case STATUS_Idle: return BGSTYLE("#0066CC"); in GetStatusStyle()
61 case STATUS_Working: return BGSTYLE("#669900");// bright: 99cc00 in GetStatusStyle()
62 case STATUS_WorkingBg: return BGSTYLE("#003300"); in GetStatusStyle()
63 case STATUS_Warning: return BGSTYLE("#ff8800"); // bright: ffbb33 in GetStatusStyle()
64 case STATUS_Error: return BGSTYLE("#cc0000"); in GetStatusStyle()
66 default: return BGSTYLE("#9933cc"); // bright: aa66cc in GetStatusStyle()
68 #undef BGSTYLE in GetStatusStyle()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_slider.h38 Q_ENUMS( BGSTYLE )
41 Q_PROPERTY( BGSTYLE bgStyle READ bgStyle WRITE setBgStyle )
70 enum BGSTYLE enum
79 ScalePos = NoScale, BGSTYLE bgStyle = BgTrough);
88 void setBgStyle(BGSTYLE);
89 BGSTYLE bgStyle() const;
132 void initSlider(Qt::Orientation, ScalePos scalePos, BGSTYLE bgStyle);
H A Dqwt_slider.cpp35 QwtSlider::BGSTYLE bgStyle;
65 Qt::Orientation orientation, ScalePos scalePos, BGSTYLE bgStyle): in QwtSlider()
90 ScalePos scalePos, BGSTYLE bgStyle) in initSlider()
804 void QwtSlider::setBgStyle(BGSTYLE st) in setBgStyle()
813 QwtSlider::BGSTYLE QwtSlider::bgStyle() const in bgStyle()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_slider.h38 Q_ENUMS( BGSTYLE )
41 Q_PROPERTY( BGSTYLE bgStyle READ bgStyle WRITE setBgStyle )
70 enum BGSTYLE enum
79 ScalePos = NoScale, BGSTYLE bgStyle = BgTrough);
88 void setBgStyle(BGSTYLE);
89 BGSTYLE bgStyle() const;
132 void initSlider(Qt::Orientation, ScalePos scalePos, BGSTYLE bgStyle);
H A Dqwt_slider.cpp35 QwtSlider::BGSTYLE bgStyle;
65 Qt::Orientation orientation, ScalePos scalePos, BGSTYLE bgStyle): in QwtSlider()
90 ScalePos scalePos, BGSTYLE bgStyle) in initSlider()
803 void QwtSlider::setBgStyle(BGSTYLE st) in setBgStyle()
812 QwtSlider::BGSTYLE QwtSlider::bgStyle() const in bgStyle()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/doc/html/
H A Dindex.qhp1532 <section title="BGSTYLE" ref="class_qwt_slider.html" />