camerauis/cameraxui/cxui/inc/cxuicapturekeyhandler.h
changeset 56 01e205c615b9
parent 48 42ba2d16bf40
equal deleted inserted replaced
48:42ba2d16bf40 56:01e205c615b9
    30 public:
    30 public:
    31     CxuiCaptureKeyHandler(CxeEngine &aEngine);
    31     CxuiCaptureKeyHandler(CxeEngine &aEngine);
    32     virtual ~CxuiCaptureKeyHandler();
    32     virtual ~CxuiCaptureKeyHandler();
    33 
    33 
    34 public:
    34 public:
    35     void listenKeys(bool listen);
       
    36 
    35 
       
    36     void startListeningKeys();
       
    37     void stopListeningKeys();
    37     bool isAutofocusKeyPressed();
    38     bool isAutofocusKeyPressed();
    38     bool isCaptureKeyPressed();
    39     bool isCaptureKeyPressed();
    39 
    40 
    40     bool handleKeyEvent(QEvent *event);
    41     bool handleKeyEvent(QEvent *event);
    41 
    42