Home
last modified time | relevance | path

Searched refs:itemForegroundColor (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DCTabFolderTab.java61 Color selectionForegroundColor, selectionBackgroundColor, itemForegroundColor, itemBackgroundColor; field in CTabFolderTab
130 if (itemForegroundColor != null) itemForegroundColor.dispose(); in createColorAndFontGroup()
135 itemForegroundColor = null; in createColorAndFontGroup()
180 Color oldColor = itemForegroundColor; in changeFontOrColor()
185 oldColor = itemForegroundColor; in changeFontOrColor()
186 itemForegroundColor = new Color (display, rgb); in changeFontOrColor()
420 oldColor = itemForegroundColor; in resetColorsAndFonts()
421 itemForegroundColor = null; in resetColorsAndFonts()
603 tabFolder1.getItem(0).getControl().setForeground(itemForegroundColor); in setItemForeground()
606 Color color = itemForegroundColor; in setItemForeground()
H A DTableTab.java63 …Color itemForegroundColor, itemBackgroundColor, cellForegroundColor, cellBackgroundColor, headerFo… field in TableTab
120 if (itemForegroundColor != null) itemForegroundColor.dispose(); in createColorAndFontGroup()
128 itemForegroundColor = null; in createColorAndFontGroup()
142 Color oldColor = itemForegroundColor; in changeFontOrColor()
147 oldColor = itemForegroundColor; in changeFontOrColor()
148 itemForegroundColor = new Color (display, rgb); in changeFontOrColor()
474 Color oldColor = itemForegroundColor; in resetColorsAndFonts()
475 itemForegroundColor = null; in resetColorsAndFonts()
579 table1.getItem (0).setForeground (itemForegroundColor); in setItemForeground()
582 Color color = itemForegroundColor; in setItemForeground()
H A DTreeTab.java65 …Color itemForegroundColor, itemBackgroundColor, cellForegroundColor, cellBackgroundColor, headerFo… field in TreeTab
122 if (itemForegroundColor != null) itemForegroundColor.dispose(); in createColorAndFontGroup()
130 itemForegroundColor = null; in createColorAndFontGroup()
144 Color oldColor = itemForegroundColor; in changeFontOrColor()
149 oldColor = itemForegroundColor; in changeFontOrColor()
150 itemForegroundColor = new Color (display, rgb); in changeFontOrColor()
600 Color oldColor = itemForegroundColor; in resetColorsAndFonts()
601 itemForegroundColor = null; in resetColorsAndFonts()
743 textNode1.setForeground (itemForegroundColor); in setItemForeground()
744 imageNode1.setForeground (itemForegroundColor); in setItemForeground()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h52 virtual QColor itemForegroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/
H A Dqwebkitplatformplugin.h52 virtual QColor itemForegroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp50 …virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foreground… in itemForegroundColor() function in SelectData
H A DQtFallbackWebPopup.cpp175 model->item(i)->setForeground(data.itemForegroundColor(i)); in populate()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/
H A Dqwebkitplatformplugin.h55 virtual QColor itemForegroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/
H A DChangeLog2439 (SelectData::itemForegroundColor):