#include <TestClass.hpp>
Private Member Functions | |
| void | optionDidChange (const telekyb::Option< int > *option) |
| void | optionDidChange (const telekyb::Option< double > *option) |
| void | optionShouldDelete (const telekyb::Option< int > *option) |
| void | optionShouldDelete (const telekyb::Option< double > *option) |
Definition at line 56 of file TestClass.hpp.
| void TestListener::optionDidChange | ( | const telekyb::Option< int > * | option | ) | [private] |
Definition at line 43 of file TestClass.cpp.
| void TestListener::optionDidChange | ( | const telekyb::Option< double > * | option | ) | [inline, private] |
Definition at line 59 of file TestClass.hpp.
| void TestListener::optionShouldDelete | ( | const telekyb::Option< int > * | option | ) | [private] |
Definition at line 47 of file TestClass.cpp.
| void TestListener::optionShouldDelete | ( | const telekyb::Option< double > * | option | ) | [inline, private] |
Definition at line 62 of file TestClass.hpp.