Checkbox Class Reference
#include <Checkbox.h>
Inherits Widget.
Collaboration diagram for Checkbox:

Public Member Functions | |
| Checkbox (XMLNode *xml) | |
| void | pressed () |
| void | released () |
Private Member Functions | |
| void | parse_symbol (char *path, char symbol) |
Private Attributes | |
| SceneGraph * | checked |
| std::string * | animationName |
| std::string * | callbackSelected |
| std::string * | callbackDeselected |
| bool | selected |
Constructor & Destructor Documentation
| Checkbox::Checkbox | ( | XMLNode * | xml | ) |
The constructor loads the widget shape and the animation-name.
- Parameters:
-
xml Pass an XMLNode -object, which focuses on the right XML-node.
Member Function Documentation
| void Checkbox::parse_symbol | ( | char * | path, | |
| char | symbol | |||
| ) | [private] |
| void Checkbox::pressed | ( | ) | [virtual] |
This is just a dummy implementation.
Implements Widget.
| void Checkbox::released | ( | ) | [virtual] |
This is just a dummy implementation.
Implements Widget.
Member Data Documentation
std::string* Checkbox::animationName [private] |
std::string* Checkbox::callbackDeselected [private] |
std::string* Checkbox::callbackSelected [private] |
SceneGraph* Checkbox::checked [private] |
bool Checkbox::selected [private] |
The documentation for this class was generated from the following files:
- tools/libraries/3DMenu/libWidgets/Checkbox.h
- tools/libraries/3DMenu/libWidgets/Checkbox.cpp
Generated on Wed Oct 20 16:11:54 2010 for inVRs by
1.5.8