Public Member Functions | |
bool | getBool () |
Color | getColor () |
std::string | getEE () |
int | getEnum () |
float | getFloat () |
int | getInt () |
Ogre::Quaternion | getQuaternion () |
std::string | getString () |
std::string | getTF () |
std::string | getTopic () |
Ogre::Vector3 | getVector3 () |
MyPropertyReceiver (int index) | |
void | optionCallback (V_string &options_out) |
void | setBool (bool value) |
void | setColor (Color value) |
void | setEE (std::string value) |
void | setEnum (int value) |
void | setFloat (float value) |
void | setInt (int value) |
void | setQuaternion (Ogre::Quaternion value) |
void | setStatusProperty (StatusPropertyPtr sp) |
void | setString (std::string value) |
void | setTF (std::string value) |
void | setTopic (std::string value) |
void | setVector3 (Ogre::Vector3 value) |
Private Attributes | |
bool | b_ |
Color | c_ |
int | e_ |
std::string | ee_ |
float | f_ |
int | i_ |
int | index_ |
Ogre::Quaternion | q_ |
std::string | s_ |
StatusPropertyPtr | sp_ |
std::string | t_ |
std::string | tf_ |
Ogre::Vector3 | v_ |
Definition at line 47 of file property_test.cpp.
MyPropertyReceiver::MyPropertyReceiver | ( | int | index | ) | [inline] |
Definition at line 65 of file property_test.cpp.
bool MyPropertyReceiver::getBool | ( | ) | [inline] |
Definition at line 85 of file property_test.cpp.
Color MyPropertyReceiver::getColor | ( | ) | [inline] |
Definition at line 86 of file property_test.cpp.
std::string MyPropertyReceiver::getEE | ( | ) | [inline] |
Definition at line 91 of file property_test.cpp.
int MyPropertyReceiver::getEnum | ( | ) | [inline] |
Definition at line 88 of file property_test.cpp.
float MyPropertyReceiver::getFloat | ( | ) | [inline] |
Definition at line 89 of file property_test.cpp.
int MyPropertyReceiver::getInt | ( | ) | [inline] |
Definition at line 87 of file property_test.cpp.
Ogre::Quaternion MyPropertyReceiver::getQuaternion | ( | ) | [inline] |
Definition at line 95 of file property_test.cpp.
std::string MyPropertyReceiver::getString | ( | ) | [inline] |
Definition at line 90 of file property_test.cpp.
std::string MyPropertyReceiver::getTF | ( | ) | [inline] |
Definition at line 92 of file property_test.cpp.
std::string MyPropertyReceiver::getTopic | ( | ) | [inline] |
Definition at line 93 of file property_test.cpp.
Ogre::Vector3 MyPropertyReceiver::getVector3 | ( | ) | [inline] |
Definition at line 94 of file property_test.cpp.
void MyPropertyReceiver::optionCallback | ( | V_string & | options_out | ) | [inline] |
Definition at line 99 of file property_test.cpp.
void MyPropertyReceiver::setBool | ( | bool | value | ) | [inline] |
Definition at line 66 of file property_test.cpp.
void MyPropertyReceiver::setColor | ( | Color | value | ) | [inline] |
Definition at line 74 of file property_test.cpp.
void MyPropertyReceiver::setEE | ( | std::string | value | ) | [inline] |
Definition at line 79 of file property_test.cpp.
void MyPropertyReceiver::setEnum | ( | int | value | ) | [inline] |
Definition at line 76 of file property_test.cpp.
void MyPropertyReceiver::setFloat | ( | float | value | ) | [inline] |
Definition at line 77 of file property_test.cpp.
void MyPropertyReceiver::setInt | ( | int | value | ) | [inline] |
Definition at line 75 of file property_test.cpp.
void MyPropertyReceiver::setQuaternion | ( | Ogre::Quaternion | value | ) | [inline] |
Definition at line 83 of file property_test.cpp.
void MyPropertyReceiver::setStatusProperty | ( | StatusPropertyPtr | sp | ) | [inline] |
Definition at line 97 of file property_test.cpp.
void MyPropertyReceiver::setString | ( | std::string | value | ) | [inline] |
Definition at line 78 of file property_test.cpp.
void MyPropertyReceiver::setTF | ( | std::string | value | ) | [inline] |
Definition at line 80 of file property_test.cpp.
void MyPropertyReceiver::setTopic | ( | std::string | value | ) | [inline] |
Definition at line 81 of file property_test.cpp.
void MyPropertyReceiver::setVector3 | ( | Ogre::Vector3 | value | ) | [inline] |
Definition at line 82 of file property_test.cpp.
bool MyPropertyReceiver::b_ [private] |
Definition at line 50 of file property_test.cpp.
Color MyPropertyReceiver::c_ [private] |
Definition at line 60 of file property_test.cpp.
int MyPropertyReceiver::e_ [private] |
Definition at line 52 of file property_test.cpp.
std::string MyPropertyReceiver::ee_ [private] |
Definition at line 56 of file property_test.cpp.
float MyPropertyReceiver::f_ [private] |
Definition at line 53 of file property_test.cpp.
int MyPropertyReceiver::i_ [private] |
Definition at line 51 of file property_test.cpp.
int MyPropertyReceiver::index_ [private] |
Definition at line 58 of file property_test.cpp.
Ogre::Quaternion MyPropertyReceiver::q_ [private] |
Definition at line 62 of file property_test.cpp.
std::string MyPropertyReceiver::s_ [private] |
Definition at line 54 of file property_test.cpp.
StatusPropertyPtr MyPropertyReceiver::sp_ [private] |
Definition at line 59 of file property_test.cpp.
std::string MyPropertyReceiver::t_ [private] |
Definition at line 55 of file property_test.cpp.
std::string MyPropertyReceiver::tf_ [private] |
Definition at line 57 of file property_test.cpp.
Ogre::Vector3 MyPropertyReceiver::v_ [private] |
Definition at line 61 of file property_test.cpp.