Home
last modified time | relevance | path

Searched refs:bgndCols (Results 1 – 24 of 24) sorted by relevance

/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt4/style/
H A Dqtcurve.h264 const QColor *btnCols, const QColor *bgndCols,
269 const QColor *bgndCols) const;
H A Dqtcurve.cpp4917 ? bgndCols in drawPrimitive()
4934 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitive()
7717 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
7724 : bgndCols); in drawComplexControl()
7727 bgndCols); in drawComplexControl()
8488 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
8495 ? bgndCols in drawComplexControl()
11804 … ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
11818 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
11824 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
[all …]
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt4/style/
H A Dqtcurve.h264 const QColor *btnCols, const QColor *bgndCols,
269 const QColor *bgndCols) const;
H A Dqtcurve.cpp4917 ? bgndCols in drawPrimitive()
4934 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitive()
7717 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
7724 : bgndCols); in drawComplexControl()
7727 bgndCols); in drawComplexControl()
8488 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
8495 ? bgndCols in drawComplexControl()
11804 … ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
11818 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
11824 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt4/style/
H A Dqtcurve.h264 const QColor *btnCols, const QColor *bgndCols,
269 const QColor *bgndCols) const;
H A Dqtcurve.cpp4917 ? bgndCols in drawPrimitive()
4934 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitive()
7717 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
7724 : bgndCols); in drawComplexControl()
7727 bgndCols); in drawComplexControl()
8488 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
8495 ? bgndCols in drawComplexControl()
11804 … ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
11818 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
11824 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
[all …]
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt4/style/
H A Dqtcurve.h264 const QColor *btnCols, const QColor *bgndCols,
269 const QColor *bgndCols) const;
H A Dqtcurve.cpp4917 ? bgndCols in drawPrimitive()
4934 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitive()
7717 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
7724 : bgndCols); in drawComplexControl()
7727 bgndCols); in drawComplexControl()
8488 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
8495 ? bgndCols in drawComplexControl()
11804 … ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
11818 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
11824 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
[all …]
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/style/
H A Dqtcurve.h277 const QColor *btnCols, const QColor *bgndCols,
282 const QColor *bgndCols) const;
H A Dqtcurve_api.cpp4642 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
4649 : bgndCols); in drawComplexControl()
4653 bgndCols); in drawComplexControl()
5256 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
5263 ? bgndCols in drawComplexControl()
5554 …ontrol(painter, titleBar, SC_TitleBarMinButton, widget, TITLEBAR_MIN, iconColor, btnCols, bgndCols, in drawComplexControl()
5559 …ontrol(painter, titleBar, SC_TitleBarMaxButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5563 …ol(painter, titleBar, SC_TitleBarCloseButton, widget, TITLEBAR_CLOSE, iconColor, btnCols, bgndCols, in drawComplexControl()
5571 …rol(painter, titleBar, SC_TitleBarNormalButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5579 …ol(painter, titleBar, SC_TitleBarShadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
[all …]
H A Dqtcurve.cpp2673 … ETitleBarButtons btn, const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols, in drawMdiControl() argument
2694 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
2708 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
2714 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
2724 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawDwtControl()
2734 …drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], rect, hover, sunke… in drawDwtControl()
H A Dqtcurve_primitive.cpp1032 const QColor *bgndCols = in drawPrimitiveFrameWindow() local
1036 const QColor *borderCols = (colTbarOnly ? bgndCols : in drawPrimitiveFrameWindow()
1052 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitiveFrameWindow()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/style/
H A Dqtcurve.h277 const QColor *btnCols, const QColor *bgndCols,
282 const QColor *bgndCols) const;
H A Dqtcurve_api.cpp4642 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
4649 : bgndCols); in drawComplexControl()
4653 bgndCols); in drawComplexControl()
5256 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
5263 ? bgndCols in drawComplexControl()
5554 …ontrol(painter, titleBar, SC_TitleBarMinButton, widget, TITLEBAR_MIN, iconColor, btnCols, bgndCols, in drawComplexControl()
5559 …ontrol(painter, titleBar, SC_TitleBarMaxButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5563 …ol(painter, titleBar, SC_TitleBarCloseButton, widget, TITLEBAR_CLOSE, iconColor, btnCols, bgndCols, in drawComplexControl()
5571 …rol(painter, titleBar, SC_TitleBarNormalButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5579 …ol(painter, titleBar, SC_TitleBarShadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
[all …]
H A Dqtcurve.cpp2673 … ETitleBarButtons btn, const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols, in drawMdiControl() argument
2694 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
2708 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
2714 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
2724 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawDwtControl()
2734 …drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], rect, hover, sunke… in drawDwtControl()
H A Dqtcurve_primitive.cpp1032 const QColor *bgndCols = in drawPrimitiveFrameWindow() local
1036 const QColor *borderCols = (colTbarOnly ? bgndCols : in drawPrimitiveFrameWindow()
1052 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitiveFrameWindow()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/style/
H A Dqtcurve.h277 const QColor *btnCols, const QColor *bgndCols,
282 const QColor *bgndCols) const;
H A Dqtcurve_api.cpp4642 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
4649 : bgndCols); in drawComplexControl()
4653 bgndCols); in drawComplexControl()
5256 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
5263 ? bgndCols in drawComplexControl()
5554 …ontrol(painter, titleBar, SC_TitleBarMinButton, widget, TITLEBAR_MIN, iconColor, btnCols, bgndCols, in drawComplexControl()
5559 …ontrol(painter, titleBar, SC_TitleBarMaxButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5563 …ol(painter, titleBar, SC_TitleBarCloseButton, widget, TITLEBAR_CLOSE, iconColor, btnCols, bgndCols, in drawComplexControl()
5571 …rol(painter, titleBar, SC_TitleBarNormalButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5579 …ol(painter, titleBar, SC_TitleBarShadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
[all …]
H A Dqtcurve.cpp2673 … ETitleBarButtons btn, const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols, in drawMdiControl() argument
2694 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
2708 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
2714 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
2724 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawDwtControl()
2734 …drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], rect, hover, sunke… in drawDwtControl()
H A Dqtcurve_primitive.cpp1032 const QColor *bgndCols = in drawPrimitiveFrameWindow() local
1036 const QColor *borderCols = (colTbarOnly ? bgndCols : in drawPrimitiveFrameWindow()
1052 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitiveFrameWindow()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/style/
H A Dqtcurve.h277 const QColor *btnCols, const QColor *bgndCols,
282 const QColor *bgndCols) const;
H A Dqtcurve_api.cpp4642 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
4649 : bgndCols); in drawComplexControl()
4653 bgndCols); in drawComplexControl()
5256 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
5263 ? bgndCols in drawComplexControl()
5554 …ontrol(painter, titleBar, SC_TitleBarMinButton, widget, TITLEBAR_MIN, iconColor, btnCols, bgndCols, in drawComplexControl()
5559 …ontrol(painter, titleBar, SC_TitleBarMaxButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5563 …ol(painter, titleBar, SC_TitleBarCloseButton, widget, TITLEBAR_CLOSE, iconColor, btnCols, bgndCols, in drawComplexControl()
5571 …rol(painter, titleBar, SC_TitleBarNormalButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
5579 …ol(painter, titleBar, SC_TitleBarShadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
[all …]
H A Dqtcurve.cpp2673 … ETitleBarButtons btn, const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols, in drawMdiControl() argument
2694 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
2708 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
2714 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
2724 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawDwtControl()
2734 …drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], rect, hover, sunke… in drawDwtControl()
H A Dqtcurve_primitive.cpp1032 const QColor *bgndCols = in drawPrimitiveFrameWindow() local
1036 const QColor *borderCols = (colTbarOnly ? bgndCols : in drawPrimitiveFrameWindow()
1052 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitiveFrameWindow()