MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / BuildDocksToolbarWindow

Method BuildDocksToolbarWindow

src/dock_gui.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 WidgetID last_clicked_widget = INVALID_WIDGET; ///< Contains the last widget that has been clicked on this toolbar.
102
103 BuildDocksToolbarWindow(WindowDesc &desc, WindowNumber window_number) : Window(desc)
104 {
105 this->InitNested(window_number);
106 this->OnInvalidateData();
107 if (_settings_client.gui.link_terraform_toolbar) ShowTerraformToolbar(this);
108 }
109
110 void Close([[maybe_unused]] int data = 0) override
111 {

Callers

nothing calls this directly

Calls 3

OnInvalidateDataMethod · 0.95
ShowTerraformToolbarFunction · 0.85
InitNestedMethod · 0.80

Tested by

no test coverage detected