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