FBDeviceGlove::GloveChannel Class Reference

FBDeviceGlove::GloveChannel Class Reference

#include <fbcore.h>

Class Description

Base GloveChannel.

Definition at line 1005 of file fbcore.h.

Public Member Functions

 GloveChannel (FBAnimationNode *pAnimNode)
 Constructor. More...
 
virtual ~GloveChannel ()
 Destructor,. More...
 
FBString GetName ()
 Get the channel name. More...
 
void SetName (FBString pName)
 Set the channel name. More...
 

Public Attributes

bool Enabled
 true if this channel is enabled. More...
 
FBAnimationNodeAnimNode
 Animation node. More...
 

Protected Attributes

FBString Name
 Name of channel. More...
 

Constructor & Destructor Documentation

GloveChannel ( FBAnimationNode pAnimNode)

Constructor.

Parameters
pAnimNodeThe animation node associated to this channel.
virtual ~GloveChannel ( )
virtual

Destructor,.

Member Function Documentation

FBString GetName ( )

Get the channel name.

Returns
The channel name.
void SetName ( FBString  pName)

Set the channel name.

Parameters
pNameThe new channel name.

Member Data Documentation

FBAnimationNode* AnimNode

Animation node.

Definition at line 1032 of file fbcore.h.

bool Enabled

true if this channel is enabled.

Definition at line 1031 of file fbcore.h.

FBString Name
protected

Name of channel.

Definition at line 1028 of file fbcore.h.


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