#include <hps.h>
Public Member Functions | |
Event * | Clone () const |
virtual bool | Equals (TextInputEvent const &in_that) const |
virtual bool | operator!= (ErrorEvent const &in_that) const |
virtual bool | operator== (TextInputEvent const &in_that) const |
TextInputEvent () | |
TextInputEvent (char const *in_text) | |
TextInputEvent (Event const &in_event) | |
![]() | |
virtual bool | Drop (Event const *in_that_event) const |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
HPS::UTF8 | text |
The text for this TextInputEvent. | |
Additional Inherited Members | |
![]() | |
enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
The TextInputEvent class is the event that is generated when an application receives text input
|
inline |
The default constructor creates a TextInputEvent.
|
inline |
This constructor creates a TextInputEvent object for a given text string.
in_text | Text associated to this TextInputEvent. |
|
inline |
This constructor converts an Event Object to a TextInputEvent object.
|
inlinevirtual |
Allocates and returns a copy of this TextInputEvent.
Implements HPS::Event.
|
inlinevirtual |
Check if the source object is equivalent to this object.
in_event | The source object to compare to this object. |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
in_event | The source object to compare to this object. |
|
inlinevirtual |
Check if the source object is equivalent to this object.
in_event | The source object to compare to this object. |