Public Member Functions | |
| EventTest () | |
| int | float_listener (float a, float b) |
| void | float_reference (float &f) |
| void | listener (void) |
| void | listenerString (const std::string &what) |
| void | reset () |
| ~EventTest () | |
Public Attributes | |
| float | float_sum |
| Signal< void(void)> | t_event |
| Signal< int(float, float)> | t_event_float |
| Signal< void(std::string)> | t_event_string |
| bool | t_listener_value |
| std::string | t_listener_what |
Definition at line 148 of file event_test.cpp.
| EventTest::EventTest | ( | ) | [inline] |
Definition at line 160 of file event_test.cpp.
| EventTest::~EventTest | ( | ) | [inline] |
Definition at line 164 of file event_test.cpp.
| int EventTest::float_listener | ( | float | a, |
| float | b | ||
| ) | [inline] |
Definition at line 178 of file event_test.cpp.
| void EventTest::float_reference | ( | float & | f | ) | [inline] |
Definition at line 191 of file event_test.cpp.
| void EventTest::listener | ( | void | ) | [inline] |
Definition at line 168 of file event_test.cpp.
| void EventTest::listenerString | ( | const std::string & | what | ) | [inline] |
Definition at line 173 of file event_test.cpp.
| void EventTest::reset | ( | void | ) | [inline] |
Definition at line 185 of file event_test.cpp.
| float EventTest::float_sum |
Definition at line 157 of file event_test.cpp.
| Signal<void( void )> EventTest::t_event |
Definition at line 152 of file event_test.cpp.
| Signal<int( float, float )> EventTest::t_event_float |
Definition at line 154 of file event_test.cpp.
| Signal<void( std::string )> EventTest::t_event_string |
Definition at line 153 of file event_test.cpp.
Definition at line 155 of file event_test.cpp.
| std::string EventTest::t_listener_what |
Definition at line 156 of file event_test.cpp.