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

Zap::LevelMenuUserInterface Class Reference

#include <UIMenus.h>

Inheritance diagram for Zap::LevelMenuUserInterface:

Zap::MenuUserInterface Zap::UserInterface

Public Member Functions

void onActivate ()
void processSelection (U32 index)
void onEscape ()

Private Types

typedef MenuUserInterface Parent

Private Attributes

bool mTypeSelectDone

Member Typedef Documentation

typedef MenuUserInterface Zap::LevelMenuUserInterface::Parent [private]
 


Member Function Documentation

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

Reimplemented from Zap::MenuUserInterface.

void Zap::LevelMenuUserInterface::processSelection U32  index  )  [virtual]
 

Implements Zap::MenuUserInterface.

void Zap::LevelMenuUserInterface::onEscape  )  [virtual]
 

Reimplemented from Zap::MenuUserInterface.


Field Documentation

bool Zap::LevelMenuUserInterface::mTypeSelectDone [private]