![]() |
VR-Forces 4.8 Class Documentation
|
Information that makes up a function group/function code information. More...
Public Member Functions | |
| DtFunctionGroupInformation () | |
| DtFunctionGroupInformation (const DtFunctionGroupInformation &) | |
| virtual | ~DtFunctionGroupInformation () |
| DtFunctionGroupInformation & | operator= (const DtFunctionGroupInformation &) |
| bool | operator== (const DtFunctionGroupInformation &) const |
| bool | operator!= (const DtFunctionGroupInformation &rhs) |
| void | setNeedsTransition (bool) |
| bool | needsTransition () const |
| void | setCycle (bool) |
| bool | cycle () const |
| void | setMinimumValue (double) |
| double | minimumValue () const |
| void | setMaximumValue (double) |
| double | maximumValue () const |
| void | setDescription (const std::string &) |
| const std::string & | description () const |
| bool | isSimilarTo (const DtFunctionGroupInformation &) const |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
| When the class Archive corresponds to an output archive, the & operator is defined similar to <<. More... | |
Protected Attributes | |
| bool | myNeedsTransition |
| bool | myCycle |
| double | myMinimumValue |
| double | myMaximumValue |
| std::string | myDescription |
Friends | |
| class | boost::serialization::access |
Information that makes up a function group/function code information.
This is used to figure out how to set values on input from a game controller event
| makVrv::DtFunctionGroupInformation::DtFunctionGroupInformation | ( | ) |
| makVrv::DtFunctionGroupInformation::DtFunctionGroupInformation | ( | const DtFunctionGroupInformation & | ) |
|
virtual |
| DtFunctionGroupInformation& makVrv::DtFunctionGroupInformation::operator= | ( | const DtFunctionGroupInformation & | ) |
| bool makVrv::DtFunctionGroupInformation::operator== | ( | const DtFunctionGroupInformation & | ) | const |
|
inline |
| void makVrv::DtFunctionGroupInformation::setNeedsTransition | ( | bool | ) |
| bool makVrv::DtFunctionGroupInformation::needsTransition | ( | ) | const |
| void makVrv::DtFunctionGroupInformation::setCycle | ( | bool | ) |
| bool makVrv::DtFunctionGroupInformation::cycle | ( | ) | const |
| void makVrv::DtFunctionGroupInformation::setMinimumValue | ( | double | ) |
| double makVrv::DtFunctionGroupInformation::minimumValue | ( | ) | const |
| void makVrv::DtFunctionGroupInformation::setMaximumValue | ( | double | ) |
| double makVrv::DtFunctionGroupInformation::maximumValue | ( | ) | const |
| void makVrv::DtFunctionGroupInformation::setDescription | ( | const std::string & | ) |
| const std::string& makVrv::DtFunctionGroupInformation::description | ( | ) | const |
| bool makVrv::DtFunctionGroupInformation::isSimilarTo | ( | const DtFunctionGroupInformation & | ) | const |
|
inlineprotected |
When the class Archive corresponds to an output archive, the & operator is defined similar to <<.
Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |