Helper struct to generate the various event queues. More...
#include <dispatcher.hpp>

Public Member Functions | |
| tsignal_queue () | |
| void | connect_signal (const tevent event, const tposition position, const T &signal) |
| void | disconnect_signal (const tevent event, const tposition position, const T &signal) |
Public Attributes | |
| std::map< tevent, tsignal< T > > | queue |
Helper struct to generate the various event queues.
Definition at line 549 of file dispatcher.hpp.
| gui2::event::tdispatcher::tsignal_queue< T >::tsignal_queue | ( | ) | [inline] |
Definition at line 551 of file dispatcher.hpp.
| void gui2::event::tdispatcher::tsignal_queue< T >::connect_signal | ( | const tevent | event, | |
| const tposition | position, | |||
| const T & | signal | |||
| ) | [inline] |
Definition at line 558 of file dispatcher.hpp.
Referenced by gui2::event::tdispatcher::connect_signal().

| void gui2::event::tdispatcher::tsignal_queue< T >::disconnect_signal | ( | const tevent | event, | |
| const tposition | position, | |||
| const T & | signal | |||
| ) | [inline] |
Definition at line 590 of file dispatcher.hpp.
Referenced by gui2::event::tdispatcher::disconnect_signal().

| std::map<tevent, tsignal<T> > gui2::event::tdispatcher::tsignal_queue< T >::queue |
Definition at line 556 of file dispatcher.hpp.
Referenced by gui2::event::tdispatcher::tsignal_queue< tsignal_function >::connect_signal(), and gui2::event::tdispatcher::tsignal_queue< tsignal_function >::disconnect_signal().
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:23:33 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |