#include <messages.h>
Public Member Functions | |
CTextInputMsg (Common::String text="", bool escaped=false) | |
virtual ClassDef | getType () const |
Public Member Functions inherited from Ultima::Shared::BaseObject | |
virtual ::Ultima::Shared::ClassDef | getType () const |
bool | isInstanceOf (const ClassDef &classDef) const |
Static Public Member Functions | |
static ClassDef | type () |
Static Public Member Functions inherited from Ultima::Shared::BaseObject | |
::Ultima::Shared::ClassDef | type () |
Public Attributes | |
Common::String | _text |
bool | _escaped |
Used when text input is finished, to pass the text back to the owning view