Home
last modified time | relevance | path

Searched refs:mForegroundColor (Results 1 – 25 of 100) sorted by relevance

1234

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Davatarlistbox.cpp303 mForegroundColor, in draw()
304 mForegroundColor, in draw()
312 mForegroundColor, in draw()
313 mForegroundColor, in draw()
324 mForegroundColor, in draw()
325 mForegroundColor, in draw()
333 mForegroundColor, in draw()
334 mForegroundColor, in draw()
539 mForegroundColor, in safeDraw()
540 mForegroundColor, in safeDraw()
[all …]
H A Ditemshortcutcontainer.cpp133 mForegroundColor, in draw()
134 mForegroundColor, in draw()
206 mForegroundColor, in draw()
207 mForegroundColor, in draw()
231 mForegroundColor, in draw()
232 mForegroundColor, in draw()
280 mForegroundColor, in safeDraw()
281 mForegroundColor, in safeDraw()
353 mForegroundColor, in safeDraw()
354 mForegroundColor, in safeDraw()
[all …]
H A Dlabel.cpp130 mForegroundColor = getThemeColor(ThemeColorId::LABEL, 255U); in init()
180 mTextChunk.color = mForegroundColor; in draw()
210 if (mForegroundColor != color || mForegroundColor2 != color) in setForegroundColor()
213 mForegroundColor = color; in setForegroundColor()
220 if (mForegroundColor != color1 || mForegroundColor2 != color2) in setForegroundColorAll()
223 mForegroundColor = color1; in setForegroundColorAll()
H A Dspellshortcutcontainer.cpp63 mForegroundColor = getThemeColor(ThemeColorId::TEXT, 255U); in setSkin()
83 graphics->setColor(mForegroundColor); in draw()
119 mForegroundColor, in draw()
146 graphics->setColor(mForegroundColor); in safeDraw()
182 mForegroundColor, in safeDraw()
H A Dprogressbar.cpp81 mForegroundColor = getThemeColor(ThemeColorId::PROGRESS_BAR, 255U); in ProgressBar()
230 mTextChunk.color = mForegroundColor; in draw()
301 mTextChunk.color = mForegroundColor; in safeDraw()
359 mForegroundColor = color1; in setColor()
H A Demoteshortcutcontainer.cpp83 mForegroundColor = getThemeColor(ThemeColorId::TEXT, 255U); in setSkin()
130 mForegroundColor, in draw()
183 mForegroundColor, in safeDraw()
H A Dtextbox.cpp98 mForegroundColor = getThemeColor(ThemeColorId::TEXTBOX, 255U); in TextBox()
469 mForegroundColor, in draw()
484 mForegroundColor = color; in setForegroundColor()
491 mForegroundColor = color1; in setForegroundColorAll()
631 graphics->setColor(mForegroundColor); in drawCaret()
H A Dshoplistbox.cpp65 mForegroundColor = getThemeColor(ThemeColorId::LISTBOX, 255U); in ShopListBox()
83 mForegroundColor = getThemeColor(ThemeColorId::LISTBOX, 255U); in ShopListBox()
180 mForegroundColor, in draw()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgstablecell.cpp29 , mForegroundColor( other.mForegroundColor ) in QgsTableCell()
42 mForegroundColor = other.mForegroundColor; in operator =()
65 res.insert( QStringLiteral( "foreground" ), mForegroundColor ); in properties()
90 mForegroundColor = properties.value( QStringLiteral( "foreground" ) ).value< QColor >(); in setProperties()
H A Dqgstablecell.h87 QColor foregroundColor() const { return mForegroundColor; } in foregroundColor()
96 void setForegroundColor( const QColor &color ) { mForegroundColor = color; } in setForegroundColor()
197 QColor mForegroundColor; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgstablecell.cpp29 , mForegroundColor( other.mForegroundColor ) in QgsTableCell()
42 mForegroundColor = other.mForegroundColor; in operator =()
65 res.insert( QStringLiteral( "foreground" ), mForegroundColor ); in properties()
90 mForegroundColor = properties.value( QStringLiteral( "foreground" ) ).value< QColor >(); in setProperties()
H A Dqgstablecell.h87 QColor foregroundColor() const { return mForegroundColor; } in foregroundColor()
96 void setForegroundColor( const QColor &color ) { mForegroundColor = color; } in setForegroundColor()
197 QColor mForegroundColor; variable
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dgraph.h40 const Color &foregroundColor() const { return mForegroundColor; } in NAMESPACE_BEGIN()
41 void setForegroundColor(const Color &foregroundColor) { mForegroundColor = foregroundColor; } in NAMESPACE_BEGIN()
57 Color mBackgroundColor, mForegroundColor, mTextColor; in NAMESPACE_BEGIN() local
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dgraph.h40 const Color &foregroundColor() const { return mForegroundColor; } in NAMESPACE_BEGIN()
41 void setForegroundColor(const Color &foregroundColor) { mForegroundColor = foregroundColor; } in NAMESPACE_BEGIN()
57 Color mBackgroundColor, mForegroundColor, mTextColor; in NAMESPACE_BEGIN() local
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dgraph.cpp22 mForegroundColor = Color(255, 192, 0, 128); in NAMESPACE_BEGIN()
53 nvgFillColor(ctx, mForegroundColor); in draw()
91 s.set("foregroundColor", mForegroundColor); in save()
102 if (!s.get("foregroundColor", mForegroundColor)) return false; in load()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dgraph.cpp22 mForegroundColor = Color(255, 192, 0, 128); in NAMESPACE_BEGIN()
53 nvgFillColor(ctx, mForegroundColor); in draw()
91 s.set("foregroundColor", mForegroundColor); in save()
102 if (!s.get("foregroundColor", mForegroundColor)) return false; in load()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/accessibility/captioning/
H A DCaptioningStyle.java22 private Integer mForegroundColor; field in CaptioningStyle
41 mForegroundColor = foregroundColor; in CaptioningStyle()
75 return mForegroundColor; in getForegroundColor()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DTextRange.h68 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
100 (mForegroundColor != aOther.mForegroundColor)) in Equals()
122 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextRange.h51 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
83 (mForegroundColor != aOther.mForegroundColor)) in Equals()
105 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DTextRange.h68 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
100 (mForegroundColor != aOther.mForegroundColor)) in Equals()
122 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/www/firefox/firefox-99.0/widget/
H A DTextRange.h68 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
100 (mForegroundColor != aOther.mForegroundColor)) in Equals()
122 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextRange.h58 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
97 (mForegroundColor != aOther.mForegroundColor)) in Equals()
123 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DTextRange.h68 mForegroundColor = mBackgroundColor = mUnderlineColor = NS_RGBA(0, 0, 0, 0); in Clear()
100 (mForegroundColor != aOther.mForegroundColor)) in Equals()
122 nscolor mForegroundColor; // DEFINED_FOREGROUND_COLOR member
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/gui/SensorDisplayLib/
H A DDancingBarsSettings.cpp160 mForegroundColor = new KColorButton( page ); in DancingBarsSettings()
161 pageLayout->addWidget( mForegroundColor, 0, 1 ); in DancingBarsSettings()
162 label->setBuddy( mForegroundColor ); in DancingBarsSettings()
298 mForegroundColor->setColor( color ); in setForegroundColor()
303 return mForegroundColor->color(); in foregroundColor()
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Dcsshelperbase.cpp442 const QString fgColor = mUseBrowserColor ? QStringLiteral("black") : mForegroundColor.name(); in screenCssDefinitions()
450 const QString fgColor = mForegroundColor.name(); in screenCssDefinitions()
742 .arg(mForegroundColor.red()) in commonCssDefinitions()
743 .arg(mForegroundColor.green()) in commonCssDefinitions()
744 .arg(mForegroundColor.blue()) in commonCssDefinitions()

1234