Q3DKeyEvent Class
(Qt3D::Q3DKeyEvent)Header: | #include <Q3DKeyEvent> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Instantiated By: | KeyEvent |
Inherits: | QObject |
Properties
|
|
- 1 property inherited from QObject
Public Functions
Q3DKeyEvent(QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, const QString & text = QString(), bool autorep = false, ushort count = 1) | |
Q3DKeyEvent(const QKeyEvent & ke) | |
int | count() const |
bool | isAccepted() const |
bool | isAutoRepeat() const |
int | key() const |
bool | matches(QKeySequence::StandardKey key_) const |
int | modifiers() const |
quint32 | nativeScanCode() const |
void | setAccepted(bool accepted) |
QString | text() const |
QEvent::Type | type() const |
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Property Documentation
accepted : bool
Access functions:
bool | isAccepted() const |
void | setAccepted(bool accepted) |
count : const int
Access functions:
int | count() const |
isAutoRepeat : const bool
Access functions:
bool | isAutoRepeat() const |
key : const int
Access functions:
int | key() const |
modifiers : const int
Access functions:
int | modifiers() const |
nativeScanCode : const quint32
Access functions:
quint32 | nativeScanCode() const |
text : const QString
Access functions:
QString | text() const |