![]() |
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 |
![]() | |
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 | |
![]() | |
enum | Type |
![]() | |
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.