Home
last modified time | relevance | path

Searched refs:menuBackground (Results 1 – 25 of 84) sorted by relevance

1234

/dports/games/glest/glest_source_3.2.2/source/glest_game/menu/
H A Dmain_menu.cpp86 renderer.loadCameraMatrix(menuBackground.getCamera()); in render()
87 renderer.renderMenuBackground(&menuBackground); in render()
108 menuBackground.update(); in update()
145 menuBackground.setTargetCamera(state->getCamera()); in setState()
H A Dmain_menu.h66 MenuBackground menuBackground; variable
79 MenuBackground *getMenuBackground() {return &menuBackground;} in getMenuBackground()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DEZPopUpMenu.sc36 setColors{arg stringBackground, stringColor, menuBackground, menuStringColor,background ;
42 menuBackground.notNil.if{
43 this.menu.background_(menuBackground);};
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmain_menu.h53 MenuBackground menuBackground; variable
68 MenuBackground *getMenuBackground() {return &menuBackground;} in getMenuBackground()
69 const MenuBackground *getConstMenuBackground() const {return &menuBackground;} in getConstMenuBackground()
H A Dmain_menu.cpp175 renderer.loadCameraMatrix(menuBackground.getCamera()); in render()
176 renderer.renderMenuBackground(&menuBackground); in render()
209 menuBackground.update(); in update()
289 menuBackground.setTargetCamera(newstate->getCamera()); in setState()
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/
H A DGtkPersonality.java77 DefaultButton menuBackground; field in GtkPersonality
116 menuBackground = GtkUtils.newButton(parser, "GtkMenu", in GtkPersonality()
268 if (c instanceof JPopupMenu && menuBackground != null) { in paintDialog()
269 menuBackground.paint(g, c); in paintDialog()
/dports/cad/uranium/Uranium-3ed9c4de/UM/Qt/qml/UM/
H A DApplicationMenu.qml14 id: menuBackground;
40 __contentItem.parent = menuBackground;
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DBasicQuaquaLookAndFeel.java319 Object menuBackground = table.get("menu"); in initColorDefaults() local
323 Object menuDisabledBackground = menuBackground; in initColorDefaults()
374 "CheckBoxMenuItem.background", menuBackground, in initColorDefaults()
457 "Menu.background", menuBackground, in initColorDefaults()
466 "MenuBar.background", menuBackground, in initColorDefaults()
468 "MenuItem.background", menuBackground, in initColorDefaults()
476 "MenuSeparator.background", menuBackground, in initColorDefaults()
490 "PopupMenu.background", menuBackground, in initColorDefaults()
502 "RadioButtonMenuItem.background", menuBackground, in initColorDefaults()
1508 Color menuBackground = (Color) table.get("menu"); in initGeneralDefaults() local
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/src/
H A Doptionmenuhelp.itcl124 rename -background -menubackground menuBackground Background
130 rename -background -menubackground menuBackground Background
/dports/games/glest/glest_source_3.2.2/source/glest_game/graphics/
H A Drenderer.cpp1744 Vec3f cameraPosition= menuBackground->getCamera()->getPosition(); in renderMenuBackground()
1755 Vec4f lightPos= Vec4f(10.f, 10.f, 10.f, 1.f)* menuBackground->getFade(); in renderMenuBackground()
1770 modelRenderer->render(menuBackground->getMainModel()); in renderMenuBackground()
1775 float dist= menuBackground->getAboutPosition().dist(cameraPosition); in renderMenuBackground()
1789 menuBackground->getCharacterModel(i)->updateInterpolationData(menuBackground->getAnim(), true); in renderMenuBackground()
1790 modelRenderer->render(menuBackground->getCharacterModel(i)); in renderMenuBackground()
1797 if(menuBackground->getWater()){ in renderMenuBackground()
1803 const float waterHeight= menuBackground->getWaterHeight(); in renderMenuBackground()
1824 if(menuBackground->getRain()){ in renderMenuBackground()
1837 Vec2f pos= menuBackground->getRaindropPos(i); in renderMenuBackground()
[all …]
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DThemeManager.cpp407 menuBackground = NULL; in ThemeManager()
446 if (menuBackground) { in destroy()
447 delete menuBackground; in destroy()
448 menuBackground = NULL; in destroy()
561 if(!menuBackground) menuBackground=new ThemeBackground(); in loadFile()
562 if(!menuBackground->addPictureFromNode(obj,themePath, imageManager, renderer)){ in loadFile()
564 delete menuBackground; in loadFile()
565 menuBackground=NULL; in loadFile()
638 if (menu&&menuBackground) in getBackground()
639 return menuBackground; in getBackground()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dconverse.cpp277 loadPic(menuBackground, backSurface); in converse()
293 loadPic(menuBackground, backSurface); in response()
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dconverse.cpp277 loadPic(menuBackground, backSurface); in converse()
293 loadPic(menuBackground, backSurface); in response()
/dports/games/amoebax/amoebax-0.2.1/data/graphics/
H A DMakefile.am33 menuBackground.png \
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/src/
H A Dpwscf.theme9 *menuBackground: #aaaaaa
/dports/games/amoebax/amoebax-0.2.1/data/graphics/gp2x/
H A DMakefile.am31 menuBackground.png \
/dports/editors/xvile/vile-9.8v/macros/
H A DXVile.ad37 *menuBackground: grey
/dports/editors/vile/vile-9.8v/macros/
H A DXVile.ad37 *menuBackground: grey
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java444 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1486 "ToolBar.background", menuBackground, in initComponentDefaults()
1489 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1490 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java444 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1486 "ToolBar.background", menuBackground, in initComponentDefaults()
1489 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1490 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()
/dports/games/scummvm/scummvm-2.5.1/engines/twine/resources/
H A Dresources.h277 TwineImage menuBackground() const { in menuBackground() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java453 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1470 "ToolBar.background", menuBackground, in initComponentDefaults()
1473 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1474 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java453 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1470 "ToolBar.background", menuBackground, in initComponentDefaults()
1473 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1474 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java453 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1470 "ToolBar.background", menuBackground, in initComponentDefaults()
1473 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1474 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java457 Color menuBackground = getMenuBackground(); in initComponentDefaults() local
1474 "ToolBar.background", menuBackground, in initComponentDefaults()
1477 "ToolBar.dockingBackground", menuBackground, in initComponentDefaults()
1478 "ToolBar.floatingBackground", menuBackground, in initComponentDefaults()

1234