Home
last modified time | relevance | path

Searched refs:selectedBackgroundColor (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/lib/
H A Dformat.cpp102 …&& (selectedBackgroundColor(theme).rgba() == (theme.selectedBackgroundColor(Theme::Normal))) && (i… in isDefaultTextStyle()
146 QColor Format::selectedBackgroundColor(const Theme &theme) const in selectedBackgroundColor() function in Format
149 if (overrideStyle.selectedBackgroundColor) in selectedBackgroundColor()
150 return overrideStyle.selectedBackgroundColor; in selectedBackgroundColor()
153 return d->style.selectedBackgroundColor ? QColor::fromRgba(d->style.selectedBackgroundColor) in selectedBackgroundColor()
154 … : QColor::fromRgba(theme.selectedBackgroundColor(d->defaultStyle)); in selectedBackgroundColor()
231 return d->style.selectedBackgroundColor; in hasSelectedBackgroundColorOverride()
256 style.selectedBackgroundColor = QColor(attribute.toString()).rgba(); in load()
H A Dtheme.cpp78 QRgb Theme::selectedBackgroundColor(TextStyle style) const in selectedBackgroundColor() function in Theme
80 return m_data ? m_data->selectedBackgroundColor(style) : 0; in selectedBackgroundColor()
H A Dtextstyledata_p.h33 QRgb selectedBackgroundColor = 0x0; variable
H A Dthemedata.cpp56 td.selectedBackgroundColor = readColor(obj.value(QLatin1String("selected-background-color"))); in readThemeData()
208 QRgb ThemeData::selectedBackgroundColor(Theme::TextStyle style) const in selectedBackgroundColor() function in ThemeData
211 return m_textStyles[style].selectedBackgroundColor; in selectedBackgroundColor()
H A Dformat.h100 QColor selectedBackgroundColor(const Theme &theme) const;
H A Dthemedata_p.h90 QRgb selectedBackgroundColor(Theme::TextStyle style) const;
H A Dtheme.h311 QRgb selectedBackgroundColor(TextStyle style) const;
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Dformat.cpp105 …&& (selectedBackgroundColor(theme).rgba() == (theme.selectedBackgroundColor(Theme::Normal))) && (i… in isDefaultTextStyle()
152 QColor Format::selectedBackgroundColor(const Theme &theme) const in selectedBackgroundColor() function in Format
155 if (overrideStyle.selectedBackgroundColor) { in selectedBackgroundColor()
156 return overrideStyle.selectedBackgroundColor; in selectedBackgroundColor()
160 return d->style.selectedBackgroundColor ? QColor::fromRgba(d->style.selectedBackgroundColor) in selectedBackgroundColor()
161 … : QColor::fromRgba(theme.selectedBackgroundColor(d->defaultStyle)); in selectedBackgroundColor()
242 return d->style.selectedBackgroundColor; in hasSelectedBackgroundColorOverride()
267 style.selectedBackgroundColor = QColor(attribute.toString()).rgba(); in load()
H A Dtheme.cpp78 QRgb Theme::selectedBackgroundColor(TextStyle style) const in selectedBackgroundColor() function in Theme
80 return m_data ? m_data->selectedBackgroundColor(style) : 0; in selectedBackgroundColor()
H A Dtextstyledata_p.h33 QRgb selectedBackgroundColor = 0x0; variable
H A Dthemedata.cpp56 td.selectedBackgroundColor = readColor(obj.value(QLatin1String("selected-background-color"))); in readThemeData()
209 QRgb ThemeData::selectedBackgroundColor(Theme::TextStyle style) const in selectedBackgroundColor() function in ThemeData
212 return m_textStyles[style].selectedBackgroundColor; in selectedBackgroundColor()
H A Dformat.h100 QColor selectedBackgroundColor(const Theme &theme) const;
H A Dthemedata_p.h90 QRgb selectedBackgroundColor(Theme::TextStyle style) const;
H A Dtheme.h313 QRgb selectedBackgroundColor(TextStyle style) const;
/dports/science/paje/Paje_1.97/SpaceTimeViewer/
H A DDrawView.m48 Assign(selectedBackgroundColor, nil);
59 - (NSColor *)selectedBackgroundColor
61 return selectedBackgroundColor;
75 Assign(selectedBackgroundColor, color);
77 setColor:selectedBackgroundColor
154 Assign(selectedBackgroundColor, [[NSUserDefaults standardUserDefaults]
156 if (selectedBackgroundColor == nil) {
157 Assign(selectedBackgroundColor, [NSColor controlLightHighlightColor]);
577 [selectedBackgroundColor set];
H A DDrawView.h68 NSColor *selectedBackgroundColor; variable
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dlist.go46 selectedBackgroundColor tcell.Color member
78 selectedBackgroundColor: Styles.PrimaryTextColor,
188 l.selectedBackgroundColor = color
441 style = style.Background(l.selectedBackgroundColor).Foreground(fg)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dlist.go46 selectedBackgroundColor tcell.Color member
78 selectedBackgroundColor: Styles.PrimaryTextColor,
188 l.selectedBackgroundColor = color
441 style = style.Background(l.selectedBackgroundColor).Foreground(fg)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/tview-2e907d29e475/
H A Dlist.go46 selectedBackgroundColor tcell.Color member
78 selectedBackgroundColor: Styles.PrimaryTextColor,
187 l.selectedBackgroundColor = color
440 style = style.Background(l.selectedBackgroundColor).Foreground(fg)
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dlist.go46 selectedBackgroundColor tcell.Color member
82 selectedBackgroundColor: Styles.PrimaryTextColor,
192 l.selectedBackgroundColor = color
459 style = style.Background(l.selectedBackgroundColor).Foreground(fg)
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dlist.go46 selectedBackgroundColor tcell.Color member
82 selectedBackgroundColor: Styles.PrimaryTextColor,
192 l.selectedBackgroundColor = color
459 style = style.Background(l.selectedBackgroundColor).Foreground(fg)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/common/
H A Dgenericoptionmenu.h23 CColor selectedBackgroundColor {MakeCColor (200, 200, 200, 235)}; in radar12491259()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/common/
H A Dgenericoptionmenu.h23 CColor selectedBackgroundColor {MakeCColor (200, 200, 200, 235)};
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/syntax/
H A Dkatehighlight.cpp333 if (const auto color = format.selectedBackgroundColor(currentTheme).rgba()) { in attributesForDefinition()
H A Dkatethemeconfig.cpp515 if (const auto col = currentTheme.selectedBackgroundColor(style)) { in attributeList()
763 newAttribute->setSelectedBackground(format.selectedBackgroundColor(invalidTheme)); in defaultsForHighlighting()

12