Home
last modified time | relevance | path

Searched refs:advanceToItemStartingWith (Results 1 – 6 of 6) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/facilities/
H A Dcomponents.cpp622 bool GraphicListBox::mouseClick(int x, int y,string advanceToItemStartingWith) { in mouseClick() argument
633 if(advanceToItemStartingWith != "") { in mouseClick()
637 if(StartsWith(toLower(item),toLower(advanceToItemStartingWith)) == true) { in mouseClick()
648 if(StartsWith(toLower(item),toLower(advanceToItemStartingWith)) == true) { in mouseClick()
665 if(advanceToItemStartingWith != "") { in mouseClick()
670 if(StartsWith(toLower(item),toLower(advanceToItemStartingWith)) == true) { in mouseClick()
681 if(StartsWith(toLower(item),toLower(advanceToItemStartingWith)) == true) { in mouseClick()
H A Dcomponents.h294 virtual bool mouseClick(int x, int y, string advanceToItemStartingWith="");
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_scenario.cpp206 string advanceToItemStartingWith = ""; in mouseClick() local
229 advanceToItemStartingWith = lastKey; in mouseClick()
243 else if(listBoxScenario.mouseClick(x, y,advanceToItemStartingWith)){ in mouseClick()
H A Dmenu_state_connected_game.h297 void mouseClickAdmin(int x, int y, MouseButton mouseButton,string advanceToItemStartingWith);
H A Dmenu_state_connected_game.cpp1223 string advanceToItemStartingWith = ""; in mouseClick() local
1228 advanceToItemStartingWith = lastKey; in mouseClick()
1565 if(listBoxFactions[i].mouseClick(x, y,advanceToItemStartingWith)) { in mouseClick()
1702 mouseClickAdmin(x, y, mouseButton,advanceToItemStartingWith); in mouseClick()
1818 …ctedGame::mouseClickAdmin(int x, int y, MouseButton mouseButton,string advanceToItemStartingWith) { in mouseClickAdmin() argument
1843 else if(listBoxMap.mouseClick(x, y,advanceToItemStartingWith)) { in mouseClickAdmin()
1882 else if(listBoxTileset.mouseClick(x, y,advanceToItemStartingWith)) { in mouseClickAdmin()
1900 else if(listBoxTechTree.mouseClick(x, y,advanceToItemStartingWith)) { in mouseClickAdmin()
1955 listBoxFactions[i].mouseClick(x, y,advanceToItemStartingWith)) { in mouseClickAdmin()
H A Dmenu_state_custom_game.cpp1096 string advanceToItemStartingWith = ""; in mouseClick() local
1102 advanceToItemStartingWith = lastKey; in mouseClick()
1177 else if(listBoxMap.mouseClick(x, y,advanceToItemStartingWith)){ in mouseClick()
1329 else if(listBoxTileset.mouseClick(x, y,advanceToItemStartingWith)) { in mouseClick()
1367 else if(listBoxTechTree.mouseClick(x, y,advanceToItemStartingWith)){ in mouseClick()
1562 else if(listBoxFactions[i].mouseClick(x, y,advanceToItemStartingWith)) { in mouseClick()