FBDeviceGlove::GloveChannel Class Reference
 
 
 
FBDeviceGlove::GloveChannel Class Reference

#include <fbcore.h>


Class Description

Base GloveChannel.

Definition at line 955 of file fbcore.h.

Public Member Functions

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

Public Attributes

bool  Enabled
  true if this channel is enabled.
FBAnimationNode AnimNode
  Animation node.

Protected Attributes

FBString  Name
  Name of channel.

Constructor & Destructor Documentation

FBDeviceGlove::GloveChannel::GloveChannel ( FBAnimationNode pAnimNode )

Constructor.

Parameters:
pAnimNode The animation node associated to this channel.
virtual FBDeviceGlove::GloveChannel::~GloveChannel ( ) [virtual]

Destructor,.


Member Function Documentation

FBString FBDeviceGlove::GloveChannel::GetName ( )

Get the channel name.

Returns:
The channel name.
void FBDeviceGlove::GloveChannel::SetName ( FBString  pName )

Set the channel name.

Parameters:
pName The new channel name.

Member Data Documentation

Name of channel.

Definition at line 978 of file fbcore.h.

true if this channel is enabled.

Definition at line 981 of file fbcore.h.


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