Home
last modified time | relevance | path

Searched refs:CharacterColor (Results 1 – 25 of 54) sorted by relevance

123

/dports/x11/konsole/konsole-21.12.3/src/characters/
H A DCharacterColor.h89 class CharacterColor
95 CharacterColor() in CharacterColor() function
113 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
187 friend bool operator==(const CharacterColor &a, const CharacterColor &b);
192 friend bool operator!=(const CharacterColor &a, const CharacterColor &b);
203 inline bool operator==(const CharacterColor &a, const CharacterColor &b)
208 inline bool operator!=(const CharacterColor &a, const CharacterColor &b)
239 inline QColor CharacterColor::color(const QColor *base) const in color()
259 inline void CharacterColor::setIntensive() in setIntensive()
266 inline void CharacterColor::setFaint() in setFaint()
H A DCharacter.h66CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT, DEFAULT_FORE_COLOR),
67CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT, DEFAULT_BACK_COLOR),
90 CharacterColor foregroundColor;
93 CharacterColor backgroundColor;
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DCharacterColor.h138 class CharacterColor
144 CharacterColor() in CharacterColor() function
161 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
218 friend bool operator == (const CharacterColor& a, const CharacterColor& b);
223 friend bool operator != (const CharacterColor& a, const CharacterColor& b);
234 inline bool operator == (const CharacterColor& a, const CharacterColor& b)
241 inline bool operator != (const CharacterColor& a, const CharacterColor& b)
264 inline QColor CharacterColor::color(const ColorEntry* base) const in color()
280 inline void CharacterColor::setIntensive() in setIntensive()
H A DCharacter.h73 CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_FORE_COLOR),
74 CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_BACK_COLOR),
96 CharacterColor foregroundColor;
98 CharacterColor backgroundColor;
H A DScreen.h643 CharacterColor currentForeground;
644 CharacterColor currentBackground;
666 CharacterColor effectiveForeground; // These are derived from
667 CharacterColor effectiveBackground; // the cu_* variables above
679 CharacterColor foreground;
680 CharacterColor background;
H A DTerminalCharacterDecoder.h143 CharacterColor _lastForeColor;
144 CharacterColor _lastBackColor;
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DCharacterColor.h138 class CharacterColor
144 CharacterColor() in CharacterColor() function
161 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
218 friend bool operator == (const CharacterColor& a, const CharacterColor& b);
223 friend bool operator != (const CharacterColor& a, const CharacterColor& b);
234 inline bool operator == (const CharacterColor& a, const CharacterColor& b)
241 inline bool operator != (const CharacterColor& a, const CharacterColor& b)
268 inline QColor CharacterColor::color(const ColorEntry* base) const in color()
284 inline void CharacterColor::toggleIntensive() in toggleIntensive()
H A DCharacter.h68 CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_FORE_COLOR),
69 CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_BACK_COLOR),
91 CharacterColor foregroundColor;
93 CharacterColor backgroundColor;
H A DScreen.h626 CharacterColor currentForeground;
627 CharacterColor currentBackground;
649 CharacterColor effectiveForeground; // These are derived from
650 CharacterColor effectiveBackground; // the cu_* variables above
662 CharacterColor foreground;
663 CharacterColor background;
H A DTerminalCharacterDecoder.h143 CharacterColor _lastForeColor;
144 CharacterColor _lastBackColor;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DCharacterColor.h138 class CharacterColor
144 CharacterColor() in CharacterColor() function
161 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
218 friend bool operator == (const CharacterColor& a, const CharacterColor& b);
223 friend bool operator != (const CharacterColor& a, const CharacterColor& b);
234 inline bool operator == (const CharacterColor& a, const CharacterColor& b)
241 inline bool operator != (const CharacterColor& a, const CharacterColor& b)
268 inline QColor CharacterColor::color(const ColorEntry* base) const in color()
284 inline void CharacterColor::toggleIntensive() in toggleIntensive()
H A DCharacter.h68 CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_FORE_COLOR),
69 CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_BACK_COLOR),
91 CharacterColor foregroundColor;
93 CharacterColor backgroundColor;
H A DScreen.h626 CharacterColor currentForeground;
627 CharacterColor currentBackground;
649 CharacterColor effectiveForeground; // These are derived from
650 CharacterColor effectiveBackground; // the cu_* variables above
662 CharacterColor foreground;
663 CharacterColor background;
H A DTerminalCharacterDecoder.h143 CharacterColor _lastForeColor;
144 CharacterColor _lastBackColor;
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DCharacterColor.h148 class CharacterColor
154 CharacterColor() in CharacterColor() function
171 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
228 friend bool operator == (const CharacterColor& a, const CharacterColor& b);
233 friend bool operator != (const CharacterColor& a, const CharacterColor& b);
244 inline bool operator == (const CharacterColor& a, const CharacterColor& b)
251 inline bool operator != (const CharacterColor& a, const CharacterColor& b)
274 inline QColor CharacterColor::color(const ColorEntry* base) const in color()
290 inline void CharacterColor::setIntensive() in setIntensive()
H A DCharacter.h73 CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_FORE_COLOR),
74 CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_BACK_COLOR),
96 CharacterColor foregroundColor;
98 CharacterColor backgroundColor;
H A DScreen.h631 CharacterColor currentForeground;
632 CharacterColor currentBackground;
654 CharacterColor effectiveForeground; // These are derived from
655 CharacterColor effectiveBackground; // the cu_* variables above
667 CharacterColor foreground;
668 CharacterColor background;
H A DTerminalCharacterDecoder.h143 CharacterColor _lastForeColor;
144 CharacterColor _lastBackColor;
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DCharacterColor.h143 class CharacterColor
149 CharacterColor() in CharacterColor() function
166 CharacterColor(quint8 colorSpace, int co) in CharacterColor() function
223 friend bool operator == (const CharacterColor& a, const CharacterColor& b);
228 friend bool operator != (const CharacterColor& a, const CharacterColor& b);
239 inline bool operator == (const CharacterColor& a, const CharacterColor& b)
247 inline bool operator != (const CharacterColor& a, const CharacterColor& b)
267 inline QColor CharacterColor::color(const ColorEntry* base) const in color()
283 inline void CharacterColor::toggleIntensive() in toggleIntensive()
H A DCharacter.h67 CharacterColor _f = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_FORE_COLOR),
68 CharacterColor _b = CharacterColor(COLOR_SPACE_DEFAULT,DEFAULT_BACK_COLOR),
90 CharacterColor foregroundColor;
92 CharacterColor backgroundColor;
H A DScreen.h606 CharacterColor cu_fg; // foreground
607 CharacterColor cu_bg; // background
629 CharacterColor ef_fg; // These are derived from
630 CharacterColor ef_bg; // the cu_* variables above
643 CharacterColor sa_cu_fg;
644 CharacterColor sa_cu_bg;
H A DTerminalCharacterDecoder.h129 CharacterColor _lastForeColor;
130 CharacterColor _lastBackColor;
/dports/x11/konsole/konsole-21.12.3/src/
H A DScreen.h721 CharacterColor _currentForeground;
722 CharacterColor _currentBackground;
744 CharacterColor _effectiveForeground; // These are derived from
745 CharacterColor _effectiveBackground; // the cu_* variables above
755 , foreground(CharacterColor()) in SavedState()
756 , background(CharacterColor()) in SavedState()
763 CharacterColor foreground;
764 CharacterColor background;
/dports/x11/konsole/konsole-21.12.3/src/autotests/
H A DCharacterColorTest.cpp92 CharacterColor charColor; in testDummyConstructor()
110 CharacterColor charColor(COLOR_SPACE_DEFAULT, colorValue); in testColorSpaceDefault()
131 CharacterColor charColor(COLOR_SPACE_SYSTEM, colorValue); in testColorSpaceSystem()
154 CharacterColor charColor(COLOR_SPACE_RGB, colorValue); in testColorSpaceRGB()
/dports/x11/konsole/konsole-21.12.3/src/decoders/
H A DHTMLDecoder.h44 CharacterColor _lastForeColor;
45 CharacterColor _lastBackColor;

123