The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
gui2::tscrollbar_container_implementation Struct Reference

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...
 

Detailed Description

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.

Member Function Documentation

template<class W >
static W* gui2::tscrollbar_container_implementation::find ( typename utils::tconst_clone< tscrollbar_container, W >::reference  scrollbar_container,
const std::string id,
const bool  must_be_active 
)
inlinestatic

Implementation for the wrappers for [const] twidget* tscrollbar_container::find( const std::string&, const bool) [const].

Template Parameters
Wtwidget or const twidget.

Definition at line 86 of file scrollbar_container_private.hpp.

template<class W >
static W* gui2::tscrollbar_container_implementation::find_at ( typename utils::tconst_clone< tscrollbar_container, W >::reference  scrollbar_container,
const tpoint coordinate,
const bool  must_be_active 
)
inlinestatic

Implementation for the wrappers for [const] twidget* tscrollbar_container::find_at( const tpoint&, const bool) [const].

Template Parameters
Wtwidget or const twidget.

Definition at line 57 of file scrollbar_container_private.hpp.


The documentation for this struct was generated from the following file: