#include <hps.h>
The TextInputEvent class is the event that is generated when an application receives text input
◆ TextInputEvent() [1/3]
HPS::TextInputEvent::TextInputEvent |
( |
| ) |
|
|
inline |
◆ TextInputEvent() [2/3]
HPS::TextInputEvent::TextInputEvent |
( |
char const * |
in_text | ) |
|
|
inline |
This constructor creates a TextInputEvent object for a given text string.
- Parameters
-
◆ TextInputEvent() [3/3]
HPS::TextInputEvent::TextInputEvent |
( |
Event const & |
in_event | ) |
|
|
inline |
◆ Clone()
Event* HPS::TextInputEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ Equals()
virtual bool HPS::TextInputEvent::Equals |
( |
TextInputEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
◆ operator!=()
virtual bool HPS::TextInputEvent::operator!= |
( |
ErrorEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator==()
virtual bool HPS::TextInputEvent::operator== |
( |
TextInputEvent const & |
in_that | ) |
const |
|
inlinevirtual |
Check if the source object is equivalent to this object.
- Parameters
-
in_event | The source object to compare to this object. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: