xoreos  0.0.5
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Engines::Sonic::AreaMiniMap Class Reference

#include <areaminimap.h>

Collaboration diagram for Engines::Sonic::AreaMiniMap:
Collaboration graph
[legend]

Public Member Functions

 AreaMiniMap (const Common::UString &name)
 
 ~AreaMiniMap ()
 
void show ()
 
void hide ()
 

Private Member Functions

void loadMiniMap (const Common::UString &name)
 

Private Attributes

Common::ScopedPtr< Graphics::Aurora::GUIQuad_miniMap
 

Detailed Description

Definition at line 44 of file areaminimap.h.

Constructor & Destructor Documentation

◆ AreaMiniMap()

Engines::Sonic::AreaMiniMap::AreaMiniMap ( const Common::UString name)

Definition at line 44 of file areaminimap.cpp.

References loadMiniMap().

Here is the call graph for this function:

◆ ~AreaMiniMap()

Engines::Sonic::AreaMiniMap::~AreaMiniMap ( )

Definition at line 48 of file areaminimap.cpp.

References hide().

Here is the call graph for this function:

Member Function Documentation

◆ hide()

void Engines::Sonic::AreaMiniMap::hide ( )

Definition at line 57 of file areaminimap.cpp.

References _miniMap.

Referenced by ~AreaMiniMap().

Here is the caller graph for this function:

◆ loadMiniMap()

void Engines::Sonic::AreaMiniMap::loadMiniMap ( const Common::UString name)
private

◆ show()

void Engines::Sonic::AreaMiniMap::show ( )

Definition at line 52 of file areaminimap.cpp.

References _miniMap.

Member Data Documentation

◆ _miniMap

Common::ScopedPtr<Graphics::Aurora::GUIQuad> Engines::Sonic::AreaMiniMap::_miniMap
private

Definition at line 53 of file areaminimap.h.

Referenced by hide(), loadMiniMap(), and show().


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