Helper struct to generate the various signal types. More...
Public Member Functions | |
signal_type ()=default | |
bool | empty (const dispatcher::event_queue_type queue_type) const |
Checks whether the queue of a given type is empty. More... | |
Public Attributes | |
std::list< T > | pre_child |
std::list< T > | child |
std::list< T > | post_child |
Helper struct to generate the various signal types.
Definition at line 458 of file dispatcher.hpp.
|
default |
|
inline |
Checks whether the queue of a given type is empty.
queue_type | The queue to check. This may be one or more types OR'd together (event_queue_type is bit-unique). |
Definition at line 475 of file dispatcher.hpp.
References gui2::event::dispatcher::child, gui2::event::dispatcher::signal_type< T >::child, gui2::event::dispatcher::post, gui2::event::dispatcher::signal_type< T >::post_child, gui2::event::dispatcher::pre, and gui2::event::dispatcher::signal_type< T >::pre_child.
std::list<T> gui2::event::dispatcher::signal_type< T >::child |
Definition at line 463 of file dispatcher.hpp.
Referenced by gui2::event::dispatcher::signal_type< T >::empty().
std::list<T> gui2::event::dispatcher::signal_type< T >::post_child |
Definition at line 464 of file dispatcher.hpp.
Referenced by gui2::event::dispatcher::signal_type< T >::empty().
std::list<T> gui2::event::dispatcher::signal_type< T >::pre_child |
Definition at line 462 of file dispatcher.hpp.
Referenced by gui2::event::dispatcher::signal_type< T >::empty().