TextList Class Reference

#include <ScreenMapEditor.h>

Inheritance diagram for TextList:

Inheritance graph
[legend]
Collaboration diagram for TextList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ~TextList ()
virtual void Init ()
void SetupList (MVector< MString > &vsList)
void UnsetupList ()
void Show ()
void Hide ()
 CLASS_RTTI (TextList, MercuryObject)

Private Attributes

MercurySprite m_sBG
vector< MercuryText * > m_vTexts

Detailed Description

Definition at line 10 of file ScreenMapEditor.h.


Constructor & Destructor Documentation

TextList::~TextList (  ) 

Definition at line 1389 of file ScreenMapEditor.cpp.


Member Function Documentation

void TextList::Init (  )  [virtual]

Reimplemented from MercuryObject.

Definition at line 1350 of file ScreenMapEditor.cpp.

void TextList::SetupList ( MVector< MString > &  vsList  ) 

Definition at line 1356 of file ScreenMapEditor.cpp.

void TextList::UnsetupList (  ) 

Definition at line 1394 of file ScreenMapEditor.cpp.

void TextList::Show (  ) 

Definition at line 1402 of file ScreenMapEditor.cpp.

void TextList::Hide (  ) 

Definition at line 1407 of file ScreenMapEditor.cpp.

TextList::CLASS_RTTI ( TextList  ,
MercuryObject   
)


Member Data Documentation

MercurySprite TextList::m_sBG [private]

Definition at line 21 of file ScreenMapEditor.h.

vector< MercuryText * > TextList::m_vTexts [private]

Definition at line 22 of file ScreenMapEditor.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo