|
xoreos
0.0.5
|
#include <areaminimap.h>

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 |
Definition at line 44 of file areaminimap.h.
| Engines::Sonic::AreaMiniMap::AreaMiniMap | ( | const Common::UString & | name | ) |
Definition at line 44 of file areaminimap.cpp.
References loadMiniMap().

| Engines::Sonic::AreaMiniMap::~AreaMiniMap | ( | ) |
Definition at line 48 of file areaminimap.cpp.
References hide().

| void Engines::Sonic::AreaMiniMap::hide | ( | ) |
Definition at line 57 of file areaminimap.cpp.
References _miniMap.
Referenced by ~AreaMiniMap().

|
private |
Definition at line 62 of file areaminimap.cpp.
References _miniMap, Common::StackException::add(), Common::UString::c_str(), Graphics::Aurora::Texture::create(), Common::ScopedPtrBase< T, Deallocator >::get(), Aurora::kFileTypeNBFP, Aurora::kFileTypeNBFS, Engines::Sonic::kScreenHeight, Engines::Sonic::kScreenWidth, Engines::Sonic::kTopScreenX, Engines::Sonic::kTopScreenY, Common::ScopedPtrBase< T, Deallocator >::release(), Common::ScopedPtrBase< T, Deallocator >::reset(), ResMan, and TextureMan.
Referenced by AreaMiniMap().


| void Engines::Sonic::AreaMiniMap::show | ( | ) |
Definition at line 52 of file areaminimap.cpp.
References _miniMap.
|
private |
Definition at line 53 of file areaminimap.h.
Referenced by hide(), loadMiniMap(), and show().
1.8.14