My Project
 
Loading...
Searching...
No Matches
WndStory Class Reference

#include <wndstory.h>

Inheritance diagram for WndStory:
Collaboration diagram for WndStory:

Public Member Functions

 WndStory (const std::string &text)
 
virtual void update ()
 
- Public Member Functions inherited from Window
 Window ()
 
 Window (int width, int height)
 
 Window (int width, int height, NinePatch *chrome)
 
virtual void onBackPressed ()
 
void hide ()
 
virtual void resize (int w, int h)
 
virtual void destroy ()
 
virtual void onSignal (Keys::Key *key)
 

Static Public Member Functions

static void showChapter (int id)
 

Static Public Attributes

static const int ID_SEWERS = 0
 
static const int ID_PRISON = 1
 
static const int ID_CAVES = 2
 
static const int ID_METROPOLIS = 3
 
static const int ID_HALLS = 4
 
- Static Public Attributes inherited from Window
static const int TITLE_COLOR = 0xFFFF44
 

Additional Inherited Members

- Public Attributes inherited from Window
int width
 
int height
 
TouchArea * blocker
 
ShadowBoxshadow
 
NinePatch * chrome
 

Constructor & Destructor Documentation

◆ WndStory()

WndStory::WndStory ( const std::string & text)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ showChapter()

void WndStory::showChapter ( int id)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update()

void WndStory::update ( )
virtual

Member Data Documentation

◆ ID_CAVES

const int WndStory::ID_CAVES = 2
static

◆ ID_HALLS

const int WndStory::ID_HALLS = 4
static

◆ ID_METROPOLIS

const int WndStory::ID_METROPOLIS = 3
static

◆ ID_PRISON

const int WndStory::ID_PRISON = 1
static

◆ ID_SEWERS

const int WndStory::ID_SEWERS = 0
static

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