qtmobileextensions/examples/keycaptureex/keycapturetestapp.h
changeset 27 6bfad47013df
parent 15 1f895d8a5b2b
--- a/qtmobileextensions/examples/keycaptureex/keycapturetestapp.h	Fri Sep 17 08:34:25 2010 +0300
+++ b/qtmobileextensions/examples/keycaptureex/keycapturetestapp.h	Mon Oct 04 01:32:41 2010 +0300
@@ -50,6 +50,7 @@
 	
 	void enableRemBasic(bool);
     void enableRemCallHandlingEx(bool);
+    void enableRemoteSideKeys(bool);
     void enableRemoteExtEvents(bool);
 	
     void remoteAll(bool enable);
@@ -57,7 +58,9 @@
 
 private:
     void procesAction(CaptureRequest request);
-    void processEvent(QEvent *event);
+    void processEvent(const QString &prefix, QEvent *event);
+    
+    QFlags<XQKeyCapture::CapturingFlag> getFlags();
 private:	
     QPlainTextEdit *mTextArea;
 
@@ -65,6 +68,7 @@
     
     QAction *toggleRemoteBasic;
     QAction *toggleRemoteCallHandlingEx;
+    QAction *toggleRemoteSideKeys;
     QAction *toggleRemoteExtEvents;
     
     QAction *remoteAllOn;