![]() |
CopperSpice API
2.0.0
|
The QInputEvent class is the base class for events that describe user input. More...
Public Methods | |
| Qt::KeyboardModifiers | modifiers () const |
| void | setModifiers (Qt::KeyboardModifiers modifiers) |
| void | setTimestamp (ulong timestamp) |
| ulong | timestamp () const |
Public Methods inherited from QEvent | |
| QEvent (const QEvent &other) | |
| QEvent (Type type) | |
| virtual | ~QEvent () |
| void | accept () |
| void | ignore () |
| bool | isAccepted () const |
| QEvent & | operator= (const QEvent &other) |
| void | setAccepted (bool accepted) |
| bool | spontaneous () const |
| Type | type () const |
Additional Inherited Members | |
Public Types inherited from QEvent | |
| enum | Type |
Static Public Methods inherited from QEvent | |
| static int | registerEventType (int hint=-1) |
The QInputEvent class is the base class for events that describe user input.
|
inline |
Returns the keyboard modifier flags that existed immediately before the event occurred.
|
inline |
Sets the value of the property to modifiers.
|
inline |
Sets the value of the property to timestamp.
|
inline |
Returns the value of the property.