ScummVM API documentation
Pegasus::GameMenu Class Reference
Inheritance diagram for Pegasus::GameMenu:
Pegasus::IDObject Pegasus::InputHandler Pegasus::CreditsMenu Pegasus::DeathMenu Pegasus::MainMenu Pegasus::PauseMenu

Public Member Functions

 GameMenu (const uint32)
 
virtual void becomeCurrentHandler ()
 
virtual void restorePreviousHandler ()
 
GameMenuCommand getLastCommand ()
 
void clearLastCommand ()
 
- Public Member Functions inherited from Pegasus::IDObject
 IDObject (const int32 id)
 
int32 getObjectID () const
 
- Public Member Functions inherited from Pegasus::InputHandler
 InputHandler (InputHandler *)
 
virtual void setNextHandler (InputHandler *nextHandler)
 
virtual InputHandlergetNextHandler ()
 
virtual void handleInput (const Input &, const Hotspot *)
 
virtual void clickInHotspot (const Input &, const Hotspot *)
 
virtual void activateHotspots ()
 
virtual void updateCursor (const Common::Point, const Hotspot *)
 
virtual bool isClickInput (const Input &, const Hotspot *)
 
virtual bool wantsCursor ()
 
virtual bool releaseInputFocus ()
 
virtual void grabInputFocus ()
 
virtual InputBits getInputFilter ()
 
virtual InputBits getClickFilter ()
 
virtual void allowInput (const bool allow)
 

Protected Member Functions

void setLastCommand (const GameMenuCommand command)
 
void drawScore (GameScoreType, GameScoreType, const Common::Rect &, Surface *)
 

Protected Attributes

InputHandler_previousHandler
 
GameMenuCommand _lastCommand
 
- Protected Attributes inherited from Pegasus::InputHandler
InputHandler_nextHandler
 
bool _allowInput
 

Additional Inherited Members

- Static Public Member Functions inherited from Pegasus::InputHandler
static InputHandlersetInputHandler (InputHandler *)
 
static InputHandlergetCurrentHandler ()
 
static void pollForInput ()
 
static void getInput (Input &, Hotspot *&)
 
static void readInputDevice (Input &)
 
static void invalHotspots ()
 
static InputBits getCurrentFilter ()
 
- Static Protected Attributes inherited from Pegasus::InputHandler
static InputHandler_inputHandler
 
static bool _invalHotspots
 
static InputBits _lastFilter
 

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