Home
last modified time | relevance | path

Searched refs:unique_windows (Results 1 – 4 of 4) sorted by relevance

/dports/games/widelands/widelands-build21/src/wui/
H A Dinteractive_gamebase.cc554 unique_windows().get_registry((boost::format("building_%d") % building->serial()).str()); in show_building_window()
633 unique_windows().get_registry((boost::format("ship_%d") % ship->serial()).str()); in show_ship_window()
H A Dinteractive_base.h72 UniqueWindowHandler& unique_windows();
H A Dbuildingwindow.cc360 igbase()->unique_windows().get_registry(building_descr_for_help_->name() + "_help"); in create_capsbuttons()
H A Dinteractive_base.cc360 UniqueWindowHandler& InteractiveBase::unique_windows() { in unique_windows() function in InteractiveBase