Home
last modified time | relevance | path

Searched refs:dropdown_subscriber_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/ui_basic/
H A Ddropdown.h201 std::unique_ptr<Notifications::Subscriber<NoteDropdown>> dropdown_subscriber_; variable
H A Ddropdown.cc115 dropdown_subscriber_ = Notifications::subscribe<NoteDropdown>([this](const NoteDropdown& note) { in BaseDropdown()