Home
last modified time | relevance | path

Searched refs:GetWidgetOfType (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwidget_type.h137 virtual NWidgetBase *GetWidgetOfType(WidgetType tp);
412 NWidgetBase *GetWidgetOfType(WidgetType tp) override;
600 NWidgetBase *GetWidgetOfType(WidgetType tp) override;
H A Dwidget.cpp827 NWidgetBase *NWidgetBase::GetWidgetOfType(WidgetType tp) in GetWidgetOfType() function in NWidgetBase
1025 NWidgetBase *NWidgetContainer::GetWidgetOfType(WidgetType tp) in GetWidgetOfType() function in NWidgetContainer
1029 NWidgetBase *nwid = child_wid->GetWidgetOfType(tp); in GetWidgetOfType()
2018 NWidgetBase *NWidgetBackground::GetWidgetOfType(WidgetType tp) in GetWidgetOfType() function in NWidgetBackground
2021 if (this->child != nullptr) nwid = this->child->GetWidgetOfType(tp); in GetWidgetOfType()
3059 …if (hor_cont != nullptr && hor_cont->GetWidgetOfType(WWT_CAPTION) != nullptr && hor_cont->GetWidge… in MakeWindowNWidgetTree()
H A Dwindow.cpp195 if (this->nested_root != nullptr && this->nested_root->GetWidgetOfType(WWT_STICKYBOX) != nullptr) { in ApplyDefaults()
597 …NWidgetCore *wid = this->nested_root != nullptr ? (NWidgetCore*)this->nested_root->GetWidgetOfType in RaiseButtons()
808 if (_settings_client.gui.right_mouse_wnd_close && w->nested_root->GetWidgetOfType(WWT_CLOSEBOX)) { in DispatchRightClickEvent()
1426 …if (!EditBoxInGlobalFocus() || this->nested_root->GetWidgetOfType(WWT_EDITBOX) != nullptr) SetFocu… in InitializeData()
2037 const NWidgetBase *caption = w->nested_root->GetWidgetOfType(WWT_CAPTION); in EnsureVisibleCaption()