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::InstructionsUserInterface class Reference

Zap::InstructionsUserInterface Class Reference

#include <UIInstructions.h>

Inheritance diagram for Zap::InstructionsUserInterface:

Zap::UserInterface

Public Member Functions

void render ()
void renderPage1 ()
void renderPage2 ()
void renderPageObjectDesc (U32 index)
void nextPage ()
void prevPage ()
void onSpecialKeyDown (U32 key)
void onKeyDown (U32 key)
void onActivate ()
void exitInstructions ()

Private Attributes

U32 mCurPage

Member Function Documentation

void Zap::InstructionsUserInterface::render  )  [virtual]
 

Reimplemented from Zap::UserInterface.

void Zap::InstructionsUserInterface::renderPage1  ) 
 

void Zap::InstructionsUserInterface::renderPage2  ) 
 

void Zap::InstructionsUserInterface::renderPageObjectDesc U32  index  ) 
 

void Zap::InstructionsUserInterface::nextPage  ) 
 

void Zap::InstructionsUserInterface::prevPage  ) 
 

void Zap::InstructionsUserInterface::onSpecialKeyDown U32  key  )  [virtual]
 

Reimplemented from Zap::UserInterface.

void Zap::InstructionsUserInterface::onKeyDown U32  key  )  [virtual]
 

Reimplemented from Zap::UserInterface.

void Zap::InstructionsUserInterface::onActivate  )  [virtual]
 

Reimplemented from Zap::UserInterface.

void Zap::InstructionsUserInterface::exitInstructions  ) 
 


Field Documentation

U32 Zap::InstructionsUserInterface::mCurPage [private]