Home
last modified time | relevance | path

Searched refs:iconsPanel (Results 1 – 7 of 7) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dinterface_focus.cpp53 iconsPanel.Select( hero ); in SetFocus()
81 iconsPanel.Select( castle ); in SetFocus()
100 iconsPanel.ResetIcons(); in ResetFocus()
199 iconsPanel.ResetIcons( ICON_HEROES ); in RedrawFocus()
200 iconsPanel.SetRedraw(); in RedrawFocus()
203 iconsPanel.Select( GetFocusHeroes() ); in RedrawFocus()
204 iconsPanel.SetRedraw(); in RedrawFocus()
209 iconsPanel.SetRedraw(); in RedrawFocus()
213 iconsPanel.SetRedraw(); in RedrawFocus()
219 iconsPanel.SetRedraw( ICON_HEROES ); in RedrawFocus()
[all …]
H A Dinterface_events.cpp165 iconsPanel.SetRedraw(); in EventKingdomInfo()
181 iconsPanel.SetRedraw(); in EventCastSpell()
372 iconsPanel.RedrawIcons( ICON_HEROES ); in EventDigArtifact()
399 iconsPanel.RedrawIcons( ICON_HEROES ); in EventDefaultAction()
484 iconsPanel.SetCurrentVisible(); in EventSwitchShowIcons()
485 iconsPanel.SetRedraw(); in EventSwitchShowIcons()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_interface.cpp38 , iconsPanel( *this ) in Basic()
72 return iconsPanel; in GetIconsPanel()
111 …pos_bttn = fheroes2::Point( px - BORDERWIDTH, iconsPanel.GetArea().y + iconsPanel.GetArea().height… in SetHideInterface()
117 iconsPanel.SetPos( pos_icon.x, pos_icon.y ); in SetHideInterface()
123 iconsPanel.SetPos( px, radar.GetArea().y + radar.GetArea().height + BORDERWIDTH ); in SetHideInterface()
125 … buttonsArea.SetPos( px, iconsPanel.GetArea().y + iconsPanel.GetArea().height + BORDERWIDTH ); in SetHideInterface()
187 iconsPanel.Redraw(); in Redraw()
189 iconsPanel.RedrawIcons( ICON_HEROES ); in Redraw()
191 iconsPanel.RedrawIcons( ICON_CASTLES ); in Redraw()
H A Dgame_startgame.cpp550 iconsPanel.ResetIcons(); in StartGame()
551 iconsPanel.HideIcons(); in StartGame()
608 iconsPanel.HideIcons(); in StartGame()
624 iconsPanel.ShowIcons(); in StartGame()
625 iconsPanel.SetRedraw(); in StartGame()
950 … else if ( ( !isHiddenInterface || conf.ShowIcons() ) && le.MouseCursor( iconsPanel.GetRect() ) ) { in HumanTurn()
953 iconsPanel.QueueEventProcessing(); in HumanTurn()
H A Dgame_interface.h155 IconsPanel iconsPanel; variable
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/desktopintegrationeditor/
H A DPanels.java61 JPanel iconsPanel = new JPanel(new BorderLayout()); in createIconsOrGeneratedPanel() local
64 iconsPanel.add(l, BorderLayout.PAGE_START); in createIconsOrGeneratedPanel()
67 iconsPanel.add(scrollIcons, BorderLayout.CENTER); in createIconsOrGeneratedPanel()
73 iconsPanel.add(iconsToolPanel, BorderLayout.PAGE_END); in createIconsOrGeneratedPanel()
74 return iconsPanel; in createIconsOrGeneratedPanel()
132 …QuadroSplit(int width, JPanel menusPanel, JPanel desktopsPanel, JPanel iconsPanel, JPanel generate… in createQuadroSplit() argument
139 splitIconsAndLists.setLeftComponent(iconsPanel); in createQuadroSplit()
H A DFreeDesktopIntegrationEditorFrame.java189 JPanel iconsPanel = Panels.createIconsPanel(iconsList, new ActionListener() { in createListsLayout() local
201 …return Panels.createQuadroSplit(expectedWidth, menusPanel, desktopsPanel, iconsPanel, generatedsPa… in createListsLayout()