News SF.net Project Frequently Asked Questions Documentation Downloads Mailing Lists How to Contribute

SourceForge.net Logo

Changing the way games are made and played.

Zap::VChatHelper class Reference

Zap::VChatHelper Class Reference

#include <quickChat.h>


Public Member Functions

 VChatHelper ()
void idle (U32 delta)
void render ()
void show (bool fromController)
void processKey (U32 key)

Private Types

enum  { MenuTimeout = 3500 }

Private Attributes

bool mFromController
VChatNodemCurNode
Timer mIdleTimer

Static Private Attributes

VChatNode mChatTree []


Member Enumeration Documentation

anonymous enum [private]
 

Enumeration values:
MenuTimeout 


Constructor & Destructor Documentation

Zap::VChatHelper::VChatHelper  ) 
 


Member Function Documentation

void Zap::VChatHelper::idle U32  delta  ) 
 

void Zap::VChatHelper::render  ) 
 

void Zap::VChatHelper::show bool  fromController  ) 
 

void Zap::VChatHelper::processKey U32  key  ) 
 


Field Documentation

VChatNode Zap::VChatHelper::mChatTree[] [static, private]
 

bool Zap::VChatHelper::mFromController [private]
 

VChatNode* Zap::VChatHelper::mCurNode [private]
 

Timer Zap::VChatHelper::mIdleTimer [private]