#include <ScreenMapEditor.h>
Inheritance diagram for MercuryTextPrompt:
Public Member Functions | |
virtual void | Init () |
virtual void | Update (const float dTime) |
[internal] Update (call this update last when abstracting because Update can destroy the object) | |
virtual void | Message (int Message, PStack &data, const MString &name) |
Receive message (When subscribing to messages, you receive them via this command). | |
void | PromptForText (int iMessageWhenDone, MercuryScreen *Notifier, const MString &sPrompt, const MString &sDefaultText, bool bAllowCancel=false, bool bSingleChar=false) |
CLASS_RTTI (MercuryTextPrompt, MercuryObject) | |
Public Attributes | |
MercurySprite | m_sTextInOverlay |
MercuryText | m_tTextInOverlayPrompt |
MercuryText | m_tTextInOverlayText |
bool | m_bPromptingForText |
bool | m_bSingleChar |
bool | m_bAllowCancel |
int | m_iMessageWhenDone |
MString | m_sPromptedText |
MercuryScreen * | m_objNotify |
Definition at line 47 of file ScreenMapEditor.h.
void MercuryTextPrompt::Init | ( | ) | [virtual] |
void MercuryTextPrompt::Update | ( | const float | dTime | ) | [virtual] |
[internal] Update (call this update last when abstracting because Update can destroy the object)
Reimplemented from MercuryObject.
Definition at line 1173 of file ScreenMapEditor.cpp.
Receive message (When subscribing to messages, you receive them via this command).
Reimplemented from MercuryMessageHandler.
Definition at line 1179 of file ScreenMapEditor.cpp.
void MercuryTextPrompt::PromptForText | ( | int | iMessageWhenDone, | |
MercuryScreen * | Notifier, | |||
const MString & | sPrompt, | |||
const MString & | sDefaultText, | |||
bool | bAllowCancel = false , |
|||
bool | bSingleChar = false | |||
) |
Definition at line 1237 of file ScreenMapEditor.cpp.
MercuryTextPrompt::CLASS_RTTI | ( | MercuryTextPrompt | , | |
MercuryObject | ||||
) |
Definition at line 57 of file ScreenMapEditor.h.
Definition at line 58 of file ScreenMapEditor.h.
Definition at line 59 of file ScreenMapEditor.h.
Definition at line 60 of file ScreenMapEditor.h.
Definition at line 61 of file ScreenMapEditor.h.
Definition at line 62 of file ScreenMapEditor.h.
Definition at line 63 of file ScreenMapEditor.h.
Definition at line 64 of file ScreenMapEditor.h.
Definition at line 65 of file ScreenMapEditor.h.