|
|
| VirtualKeyboardEvent (InputContext *context, bool isRelease, int time=0) |
| |
|
int | time () const |
| |
|
void | setKey (Key key) |
| |
|
const Key & | key () const |
| |
|
void | setPosition (float x, float y) |
| |
|
float | x () const |
| |
|
float | y () const |
| |
|
void | setLongPress (bool longPress) |
| |
|
bool | isLongPress () const |
| |
|
void | setUserAction (uint64_t actionId) |
| |
|
uint64_t | userAction () const |
| |
|
void | setText (std::string text) |
| |
|
const std::string & | text () const |
| |
|
std::unique_ptr< KeyEvent > | toKeyEvent () const |
| |
|
| InputContextEvent (InputContext *context, EventType type) |
| |
|
InputContext * | inputContext () const |
| |
|
| Event (EventType type) |
| |
| EventType | type () const |
| | Type of event, can be used to decide event class. More...
|
| |
|
void | accept () |
| |
| bool | accepted () const |
| | Return value used by Instance::postEvent. More...
|
| |
| virtual bool | filtered () const |
| | Whether a event is filtered by handler. More...
|
| |
| bool | isInputContextEvent () const |
| | A helper function to check if a event is input context event. More...
|
| |
Definition at line 377 of file event.h.
The documentation for this class was generated from the following files: