ProgressBar connections modified + Progress Bar class itself updated
[qtmeetings] / src / IO / DeviceControl / DeviceManager.h
index e65f714..d318482 100644 (file)
@@ -84,13 +84,6 @@ public:
         * \return QString value of the current operation mode.
         */
        QString operationModeToString( OperationMode aMode );
-       //! Connects/disconnects the HWKeyListener signals to the private HWKeyFullScreenPressed() slot.
-       /*!
-        * Connects/disconnects the HWKeyListener signals to the private HWKeyFullScreenPressed() slot. In case
-        * a signal is caught the connection is disabled until the signal handling is finished.
-        * \param aHandle indicates if the signals should be connected or not.
-        */
-       void handleKeyPresses( bool aHandle );
        //! Changes the operation mode.
        /*!
         * Changes the operation mode.
@@ -112,6 +105,8 @@ signals:
         * \param aAddInfo Possible additional information.
         */
        void error( int aCode, const QString &aAddInfo );
+       
+       void changingMode( const QString &aMessage );
 
 private slots:
        //! Slot. Handles "full screen"-hardware key presses.
@@ -153,6 +148,13 @@ private:
         * \return True if operation mode storing and deactivation of the init script succeed; otherwise, false.
         */
        bool finalizeStandAloneMode();
+       //! Connects/disconnects the HWKeyListener signals to the private HWKeyFullScreenPressed() slot.
+       /*!
+        * Connects/disconnects the HWKeyListener signals to the private HWKeyFullScreenPressed() slot. In case
+        * a signal is caught the connection is disabled until the signal handling is finished.
+        * \param aHandle indicates if the signals should be connected or not.
+        */
+       void handleKeyPresses( bool aHandle );
 
 private:
        AlarmSender *iAlarmSender;