Home
last modified time | relevance | path

Searched refs:itemBackgroundColor (Results 1 – 18 of 18) 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
129 if (itemBackgroundColor != null) itemBackgroundColor.dispose(); in createColorAndFontGroup()
134 itemBackgroundColor = null; in createColorAndFontGroup()
192 Color oldColor = itemBackgroundColor; in changeFontOrColor()
197 oldColor = itemBackgroundColor; in changeFontOrColor()
198 itemBackgroundColor = new Color (display, rgb); in changeFontOrColor()
424 oldColor = itemBackgroundColor; in resetColorsAndFonts()
425 itemBackgroundColor = null; in resetColorsAndFonts()
587 tabFolder1.getItem(0).getControl().setBackground(itemBackgroundColor); in setItemBackground()
590 Color color = itemBackgroundColor; in setItemBackground()
H A DTableTab.java63 …Color itemForegroundColor, itemBackgroundColor, cellForegroundColor, cellBackgroundColor, headerFo… field in TableTab
119 if (itemBackgroundColor != null) itemBackgroundColor.dispose(); in createColorAndFontGroup()
127 itemBackgroundColor = null; in createColorAndFontGroup()
154 Color oldColor = itemBackgroundColor; in changeFontOrColor()
159 oldColor = itemBackgroundColor; in changeFontOrColor()
160 itemBackgroundColor = new Color (display, rgb); in changeFontOrColor()
478 oldColor = itemBackgroundColor; in resetColorsAndFonts()
479 itemBackgroundColor = null; in resetColorsAndFonts()
563 table1.getItem (0).setBackground (itemBackgroundColor); in setItemBackground()
566 Color color = itemBackgroundColor; in setItemBackground()
H A DTreeTab.java65 …Color itemForegroundColor, itemBackgroundColor, cellForegroundColor, cellBackgroundColor, headerFo… field in TreeTab
121 if (itemBackgroundColor != null) itemBackgroundColor.dispose(); in createColorAndFontGroup()
129 itemBackgroundColor = null; in createColorAndFontGroup()
156 Color oldColor = itemBackgroundColor; in changeFontOrColor()
161 oldColor = itemBackgroundColor; in changeFontOrColor()
162 itemBackgroundColor = new Color (display, rgb); in changeFontOrColor()
604 oldColor = itemBackgroundColor; in resetColorsAndFonts()
605 itemBackgroundColor = null; in resetColorsAndFonts()
726 textNode1.setBackground (itemBackgroundColor); in setItemBackground()
727 imageNode1.setBackground (itemBackgroundColor); in setItemBackground()
[all …]
/dports/deskutils/calindori/calindori-1.4/src/contents/ui/
H A DIncidenceItemDelegate.qml11 property alias itemBackgroundColor: backgroundRectangle.color
H A DDayView.qml92itemBackgroundColor: model.type === 0 ? Kirigami.Theme.backgroundColor : Qt.darker(Kirigami.Theme.…
H A DWeekView.qml140itemBackgroundColor: model.type === 0 ? Kirigami.Theme.backgroundColor : Qt.darker(Kirigami.Theme.…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h51 virtual QColor itemBackgroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/
H A Dqwebkitplatformplugin.h51 virtual QColor itemBackgroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderMenuList.h119 Color itemBackgroundColor(unsigned listIndex) const;
H A DRenderMenuList.cpp431 …e ? PopupMenuStyle(style->visitedDependentColor(CSSPropertyColor), itemBackgroundColor(listIndex),… in itemStyle()
434 Color RenderMenuList::itemBackgroundColor(unsigned listIndex) const in itemBackgroundColor() function in WebCore::RenderMenuList
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp49 …virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).background… in itemBackgroundColor() function in SelectData
H A DQtFallbackWebPopup.cpp174 model->item(i)->setBackground(data.itemBackgroundColor(i)); in populate()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/
H A Dqwebkitplatformplugin.h54 virtual QColor itemBackgroundColor(int index) const = 0;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/
H A DChangeLog2438 (SelectData::itemBackgroundColor):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1415102 (WebCore::PopupMenu::paint): Changed to use itemBackgroundColor().
15104 (WebCore::RenderMenuList::itemBackgroundColor): Added. Returns the color
15113 (WebCore::RenderTextControl::itemBackgroundColor): Added.
H A DChangeLog-2010-05-241200 (WebCore::RenderMenuList::itemBackgroundColor):
H A DChangeLog-2009-06-166906 (WebCore::RenderMenuList::itemBackgroundColor):
H A DChangeLog-2010-01-293077 (WebCore::RenderMenuList::itemBackgroundColor): If out of bounds check, return early.