#include <ScreenMapEditor.h>
Inheritance diagram for TextList:
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 |
Definition at line 10 of file ScreenMapEditor.h.
TextList::~TextList | ( | ) |
Definition at line 1389 of file ScreenMapEditor.cpp.
void TextList::Init | ( | ) | [virtual] |
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 | ||||
) |
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.