Task #1170 Progress bar for meeting details pop-up
[qtmeetings] / src / BusinessLogic / Engine.h
index bec1f3b..461b437 100644 (file)
@@ -113,6 +113,24 @@ private slots:
         * \param aMeeting The meeting.
         */
        void fetchMeetingDetails( Meeting *aMeeting );
+       //! Slot for receiving the status of the entered password
+       /*!
+        * Slot. Receives the status of the entered password and makes the DeviceManager to change the
+        * operation mode if the password is correct.
+        * \param aPasswordStatus The status of the password.
+        */
+       void passwordEntered( PasswordDialog::PasswordStatus aPasswordStatus );
+       //! Slot for receiving the cancel event of the progress bar.
+       /*!
+        * Slot. Receives the cancel event of the progress bar.
+        */
+       void progressBarCancelled();
+       //! Slot for receiving the cancel event of the progress bar.
+       /*!
+        *  Receives the cancel event of the progress bar when meeting details requested.
+        */
+       void fetchMeetingDetailsCancelled();
+       
 private:
        //! Provides the index of the Meeting instance which is at the specified time.
        /*!