The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gui2::event::tdispatcher::tsignal< T > Struct Template Reference

Helper struct to generate the various signal types. More...

#include <dispatcher.hpp>

Public Member Functions

 tsignal ()
 

Public Attributes

std::vector< T > pre_child
 
std::vector< T > child
 
std::vector< T > post_child
 

Detailed Description

template<class T>
struct gui2::event::tdispatcher::tsignal< T >

Helper struct to generate the various signal types.

Definition at line 518 of file dispatcher.hpp.

Constructor & Destructor Documentation

template<class T>
gui2::event::tdispatcher::tsignal< T >::tsignal ( )
inline

Definition at line 520 of file dispatcher.hpp.

Member Data Documentation

template<class T>
std::vector<T> gui2::event::tdispatcher::tsignal< T >::child
template<class T>
std::vector<T> gui2::event::tdispatcher::tsignal< T >::post_child

Definition at line 526 of file dispatcher.hpp.

Referenced by gui2::event::implementation::fire_event().

template<class T>
std::vector<T> gui2::event::tdispatcher::tsignal< T >::pre_child

Definition at line 524 of file dispatcher.hpp.

Referenced by gui2::event::implementation::fire_event().


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