camerauis/cameraxui/cxui/inc/cxuicapturekeyhandler_desktop_p.h
changeset 52 7e18d488ac5f
parent 46 c826656d6714
equal deleted inserted replaced
46:c826656d6714 52:7e18d488ac5f
    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);