camerauis/cameraxui/cxui/inc/cxuiselftimer.h
changeset 32 5c1e3c6aa4ef
parent 29 699651f2666f
child 37 64817133cd1d
equal deleted inserted replaced
29:699651f2666f 32:5c1e3c6aa4ef
    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: