Checkbox Class Reference

#include <Checkbox.h>

Inherits Widget.

Collaboration diagram for Checkbox:

List of all members.


Public Member Functions

 Checkbox (XMLNode *xml)
void pressed ()
void released ()

Private Member Functions

void parse_symbol (char *path, char symbol)

Private Attributes

SceneGraphchecked
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]

bool Checkbox::selected [private]


The documentation for this class was generated from the following files:

Generated on Wed Oct 20 16:11:54 2010 for inVRs by doxygen 1.5.8