Helper to implement private functions without modifying the header. More...
Static Public Member Functions | |
template<class W > | |
static utils::const_clone_ptr< widget, W > | find_at (W viewport, point coordinate, const bool must_be_active) |
Implementation for the wrappers for [const] widget* pane::find_at(const point&, const bool) [const]. More... | |
template<class W > | |
static utils::const_clone_ptr< widget, W > | find (W viewport, const std::string &id, const bool must_be_active) |
Helper to implement private functions without modifying the header.
The class is a helper to avoid recompilation and only has static functions. It also facilitates to create duplicates of functions for a const and a non-const member function.
Definition at line 40 of file viewport.cpp.
|
inlinestatic |
Definition at line 72 of file viewport.cpp.
References gui2::viewport::widget_.
Referenced by gui2::viewport::find().
|
inlinestatic |
Implementation for the wrappers for [const] widget* pane::find_at(const point&, const bool) [const].
W | A pointer to the pane. |
Definition at line 50 of file viewport.cpp.
References gui2::widget::get_x(), gui2::widget::get_y(), gui2::viewport::widget_, map_location::x, and map_location::y.
Referenced by gui2::viewport::find_at().