|
enum | { EVENT_TEXT_CHANGED = sysEventID('I', 'T', 'C')
} |
|
enum | { EVENT_COMPLETE = Event::COMPLETE
} |
|
typedef std::vector< ObjectBase * > | __createdObjects |
|
|
void | start (spTextField textActor) |
|
void | stop () |
|
void | setAllowedSymbols (const std::string &utf8str) |
|
void | setAllowedSymbols (const std::wstring &str) |
|
void | setDisallowedSymbols (const std::string &utf8str) |
|
void | setDisallowedSymbols (const std::wstring &str) |
|
void | setMaxTextLength (int) |
|
void | showCursor (bool show) |
|
| EventDispatcher (const EventDispatcher &ed) |
|
int | addEventListener (eventType, const EventCallback &) |
|
void | removeEventListener (eventType, const EventCallback &) |
|
void | removeEventListener (int id) |
|
bool | hasEventListeners (void *CallbackThis) |
|
bool | hasEventListeners (eventType, const EventCallback &) |
|
void | removeEventListeners (void *CallbackThis) |
|
void | removeAllEventListeners () |
|
virtual void | dispatchEvent (Event *event) |
|
int | getListenersCount () const |
|
int | getLastListenerID () const |
|
const EventCallback & | getListenerByIndex (int index) const |
|
| Object (const Object &src) |
|
| Object (bool assignUniqueID=true) |
|
void | addRef () |
|
void | releaseRef () |
|
| ObjectBase (const ObjectBase &src) |
|
| ObjectBase (bool assignID=true) |
|
const std::string & | getName () const |
|
const void * | getUserData () const |
|
int | getObjectID () const |
|
bool | isName (const std::string &name) const |
|
bool | isName (const char *name) const |
|
void | setName (const std::string &name) |
|
void | setUserData (const void *data) |
|
void | dumpObject () const |
|
void | __removeFromDebugList () |
|
|
static void | stopAnyInput () |
|
static void | dumpCreatedObjects () |
|
static void | showAssertInCtor (int id) |
|
static void | showAssertInDtor (int id) |
|
static __createdObjects & | __getCreatedObjects () |
|
static void | __startTracingLeaks () |
|
static void | __stopTracingLeaks () |
|
|
int | _ref_counter |
|
typedef std::vector< listener > | listeners |
|
void | __doCheck () |
|
void | __generateID () |
|
std::string * | __getName () const |
|
void | __freeName () const |
|
static void | __addToDebugList (ObjectBase *base) |
|
static void | __removeFromDebugList (ObjectBase *base) |
|
int | _lastID |
|
listeners * | _listeners |
|
std::string | __name |
|
int | __id |
|
const void * | __userData |
|
static int | _lastID |
|
static int | _assertCtorID |
|
static int | _assertDtorID |
|
◆ start()
void oxygine::InputText::start |
( |
spTextField |
textActor | ) |
|
Shows virtual keyboard(if supported on platform) and sends pressed chars to TextField
The documentation for this class was generated from the following file: