camerauis/cameraxui/cxui/inc/cxuiselftimer.h
changeset 39 c5025ea871a1
parent 38 0f0b4c1d7744
child 37 64817133cd1d
equal deleted inserted replaced
38:0f0b4c1d7744 39:c5025ea871a1
    37 
    37 
    38     void loadSelftimerWidgets(CxuiDocumentLoader *documentLoader);
    38     void loadSelftimerWidgets(CxuiDocumentLoader *documentLoader);
    39     bool isEnabled();
    39     bool isEnabled();
    40     bool isOngoing();
    40     bool isOngoing();
    41 
    41 
       
    42     int getTimeout() const;
    42 signals:
    43 signals:
    43     void timerFinished();
    44     void timerFinished();
    44     void cancelled();
    45     void cancelled();
    45 
    46 
    46 public slots:
    47 public slots: