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 |
Helper struct to generate the various signal types.
Definition at line 518 of file dispatcher.hpp.
|
inline |
Definition at line 520 of file dispatcher.hpp.
std::vector<T> gui2::event::tdispatcher::tsignal< T >::child |
Definition at line 525 of file dispatcher.hpp.
Referenced by gui2::event::tdispatcher::tsignal_queue< tsignal_function >::disconnect_signal(), and gui2::event::implementation::fire_event().
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().
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().