qtmobileextensions/examples/keycaptureex/keycapturetestapp.h
changeset 27 6bfad47013df
parent 15 1f895d8a5b2b
equal deleted inserted replaced
26:3d09643def13 27:6bfad47013df
    48     void triggered(QAction* aAction);
    48     void triggered(QAction* aAction);
    49 	void cleanLog();
    49 	void cleanLog();
    50 	
    50 	
    51 	void enableRemBasic(bool);
    51 	void enableRemBasic(bool);
    52     void enableRemCallHandlingEx(bool);
    52     void enableRemCallHandlingEx(bool);
       
    53     void enableRemoteSideKeys(bool);
    53     void enableRemoteExtEvents(bool);
    54     void enableRemoteExtEvents(bool);
    54 	
    55 	
    55     void remoteAll(bool enable);
    56     void remoteAll(bool enable);
    56     void remoteNone(bool enable);
    57     void remoteNone(bool enable);
    57 
    58 
    58 private:
    59 private:
    59     void procesAction(CaptureRequest request);
    60     void procesAction(CaptureRequest request);
    60     void processEvent(QEvent *event);
    61     void processEvent(const QString &prefix, QEvent *event);
       
    62     
       
    63     QFlags<XQKeyCapture::CapturingFlag> getFlags();
    61 private:	
    64 private:	
    62     QPlainTextEdit *mTextArea;
    65     QPlainTextEdit *mTextArea;
    63 
    66 
    64     XQKeyCapture *mKeyCapture;
    67     XQKeyCapture *mKeyCapture;
    65     
    68     
    66     QAction *toggleRemoteBasic;
    69     QAction *toggleRemoteBasic;
    67     QAction *toggleRemoteCallHandlingEx;
    70     QAction *toggleRemoteCallHandlingEx;
       
    71     QAction *toggleRemoteSideKeys;
    68     QAction *toggleRemoteExtEvents;
    72     QAction *toggleRemoteExtEvents;
    69     
    73     
    70     QAction *remoteAllOn;
    74     QAction *remoteAllOn;
    71     QAction *remoteAllOff;
    75     QAction *remoteAllOff;
    72     
    76