Helper to implement private functions without modifying the header. More...
#include <scrollbar_container_private.hpp>
Static Public Member Functions | |
template<class W > | |
static W * | find_at (typename utils::tconst_clone< tscrollbar_container, W >::reference scrollbar_container, const tpoint &coordinate, const bool must_be_active) |
Implementation for the wrappers for [const] twidget* tscrollbar_container::find_at( const tpoint&, const bool) [const]. More... | |
template<class W > | |
static W * | find (typename utils::tconst_clone< tscrollbar_container, W >::reference scrollbar_container, const std::string &id, const bool must_be_active) |
Implementation for the wrappers for [const] twidget* tscrollbar_container::find( const std::string&, const bool) [const]. More... | |
Helper to implement private functions without modifying the header.
The class is a helper to avoid recompilation and only has static functions.
Definition at line 46 of file scrollbar_container_private.hpp.
|
inlinestatic |
Implementation for the wrappers for [const] twidget* tscrollbar_container::find( const std::string&, const bool) [const].
W | twidget or const twidget. |
Definition at line 86 of file scrollbar_container_private.hpp.
|
inlinestatic |
Implementation for the wrappers for [const] twidget* tscrollbar_container::find_at( const tpoint&, const bool) [const].
W | twidget or const twidget. |
Definition at line 57 of file scrollbar_container_private.hpp.