summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input/qkeyboardinput.h86
1 files changed, 43 insertions, 43 deletions
diff --git a/src/input/qkeyboardinput.h b/src/input/qkeyboardinput.h
index 5875a84d9..d94d7b6f5 100644
--- a/src/input/qkeyboardinput.h
+++ b/src/input/qkeyboardinput.h
@@ -65,49 +65,49 @@ Q_SIGNALS:
void controllerChanged();
void focusChanged();
- void digit0Pressed(Q3DKeyEvent *event);
- void digit1Pressed(Q3DKeyEvent *event);
- void digit2Pressed(Q3DKeyEvent *event);
- void digit3Pressed(Q3DKeyEvent *event);
- void digit4Pressed(Q3DKeyEvent *event);
- void digit5Pressed(Q3DKeyEvent *event);
- void digit6Pressed(Q3DKeyEvent *event);
- void digit7Pressed(Q3DKeyEvent *event);
- void digit8Pressed(Q3DKeyEvent *event);
- void digit9Pressed(Q3DKeyEvent *event);
-
- void leftPressed(Q3DKeyEvent *event);
- void rightPressed(Q3DKeyEvent *event);
- void upPressed(Q3DKeyEvent *event);
- void downPressed(Q3DKeyEvent *event);
- void tabPressed(Q3DKeyEvent *event);
- void backtabPressed(Q3DKeyEvent *event);
-
- void asteriskPressed(Q3DKeyEvent *event);
- void numberSignPressed(Q3DKeyEvent *event);
- void escapePressed(Q3DKeyEvent *event);
- void returnPressed(Q3DKeyEvent *event);
- void enterPressed(Q3DKeyEvent *event);
- void deletePressed(Q3DKeyEvent *event);
- void spacePressed(Q3DKeyEvent *event);
- void backPressed(Q3DKeyEvent *event);
- void cancelPressed(Q3DKeyEvent *event);
- void selectPressed(Q3DKeyEvent *event);
- void yesPressed(Q3DKeyEvent *event);
- void noPressed(Q3DKeyEvent *event);
- void context1Pressed(Q3DKeyEvent *event);
- void context2Pressed(Q3DKeyEvent *event);
- void context3Pressed(Q3DKeyEvent *event);
- void context4Pressed(Q3DKeyEvent *event);
- void callPressed(Q3DKeyEvent *event);
- void hangupPressed(Q3DKeyEvent *event);
- void flipPressed(Q3DKeyEvent *event);
- void menuPressed(Q3DKeyEvent *event);
- void volumeUpPressed(Q3DKeyEvent *event);
- void volumeDownPressed(Q3DKeyEvent *event);
-
- void pressed(Q3DKeyEvent *event);
- void released(Q3DKeyEvent *event);
+ void digit0Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit1Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit2Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit3Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit4Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit5Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit6Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit7Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit8Pressed(Qt3D::Q3DKeyEvent *event);
+ void digit9Pressed(Qt3D::Q3DKeyEvent *event);
+
+ void leftPressed(Qt3D::Q3DKeyEvent *event);
+ void rightPressed(Qt3D::Q3DKeyEvent *event);
+ void upPressed(Qt3D::Q3DKeyEvent *event);
+ void downPressed(Qt3D::Q3DKeyEvent *event);
+ void tabPressed(Qt3D::Q3DKeyEvent *event);
+ void backtabPressed(Qt3D::Q3DKeyEvent *event);
+
+ void asteriskPressed(Qt3D::Q3DKeyEvent *event);
+ void numberSignPressed(Qt3D::Q3DKeyEvent *event);
+ void escapePressed(Qt3D::Q3DKeyEvent *event);
+ void returnPressed(Qt3D::Q3DKeyEvent *event);
+ void enterPressed(Qt3D::Q3DKeyEvent *event);
+ void deletePressed(Qt3D::Q3DKeyEvent *event);
+ void spacePressed(Qt3D::Q3DKeyEvent *event);
+ void backPressed(Qt3D::Q3DKeyEvent *event);
+ void cancelPressed(Qt3D::Q3DKeyEvent *event);
+ void selectPressed(Qt3D::Q3DKeyEvent *event);
+ void yesPressed(Qt3D::Q3DKeyEvent *event);
+ void noPressed(Qt3D::Q3DKeyEvent *event);
+ void context1Pressed(Qt3D::Q3DKeyEvent *event);
+ void context2Pressed(Qt3D::Q3DKeyEvent *event);
+ void context3Pressed(Qt3D::Q3DKeyEvent *event);
+ void context4Pressed(Qt3D::Q3DKeyEvent *event);
+ void callPressed(Qt3D::Q3DKeyEvent *event);
+ void hangupPressed(Qt3D::Q3DKeyEvent *event);
+ void flipPressed(Qt3D::Q3DKeyEvent *event);
+ void menuPressed(Qt3D::Q3DKeyEvent *event);
+ void volumeUpPressed(Qt3D::Q3DKeyEvent *event);
+ void volumeDownPressed(Qt3D::Q3DKeyEvent *event);
+
+ void pressed(Qt3D::Q3DKeyEvent *event);
+ void released(Qt3D::Q3DKeyEvent *event);
protected:
QKeyboardInput(QKeyboardInputPrivate &dd, QNode *parent = 0);