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