~ubuntu-branches/ubuntu/trusty/kamoso/trusty-proposed

« back to all changes in this revision

Viewing changes to src/kamoso.h

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-09-18 18:35:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090918183515-dsx4l0bkj4dmbevs
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
//Only slots
61
61
        public slots:
62
62
                void takePhoto();
63
 
                void startCountdown(int timeInterval=-1);
 
63
                
 
64
                /** Starts a countdown before we take a picture.
 
65
                        @param minimumTime in miliseconds */
 
66
                void startCountdown(qreal minimumTime=0);
64
67
                void configuration();
65
68
                void generalUpdated();
66
69
                void webcamChanged(int index);
74
77
                void changeMode(bool);
75
78
                
76
79
                void setFlashEnabled(bool en) { m_flashEnabled=en; }
 
80
                void stopCountdown();
77
81
                
78
82
        private slots:
79
83
                void restore();