mmsharing/livecommsui/lcuiengine/inc/lcuiengine_p.h
changeset 39 4bcc59142325
parent 34 01f0bb65bcf1
equal deleted inserted replaced
37:e9675fb210bd 39:4bcc59142325
    61     ~LcUiEnginePrivate();
    61     ~LcUiEnginePrivate();
    62     
    62     
    63 public slots:
    63 public slots:
    64 
    64 
    65     void zoom( int value );
    65     void zoom( int value );
       
    66     void volume( int value );
       
    67     void volumeMuted( bool value );
    66     void stop();
    68     void stop();
    67     void stopLocalVideo();
    69     void stopLocalVideo();
    68     void startLocalVideo();
    70     void startLocalVideo();
    69         
    71         
    70 public: // API
    72 public: // API
    85     void toggleMute();
    87     void toggleMute();
    86     bool isMuted() const;
    88     bool isMuted() const;
    87     void toggleSpeaker();
    89     void toggleSpeaker();
    88     bool isSpeakerOn() const;
    90     bool isSpeakerOn() const;
    89     int zoomValues( LcControlValues& values ) const;
    91     int zoomValues( LcControlValues& values ) const;
       
    92     int volumeValues( LcControlValues& values ) const;
    90     void toggleDisableCamera();
    93     void toggleDisableCamera();
    91     void setMainCamera(const bool aMainCamera);
    94     void setMainCamera(const bool aMainCamera);
    92     bool mainCamera() const;
    95     bool mainCamera() const;
    93     void toggleCamera();
    96     void toggleCamera();
    94     bool fullScreenMode();
    97     bool fullScreenMode();
   202     TRect mRemoteRect;
   205     TRect mRemoteRect;
   203     LcActivityManager* mActivityManager;
   206     LcActivityManager* mActivityManager;
   204     
   207     
   205     XQSettingsManager* mSettingsMgr;
   208     XQSettingsManager* mSettingsMgr;
   206     XQSettingsKey* mEarVolumeKey; 
   209     XQSettingsKey* mEarVolumeKey; 
   207     XQSettingsKey* mLoudSpeakerKey; 
   210     XQSettingsKey* mLoudSpeakerKey;
   208     
   211 
   209 friend class LcUiEngine;    
   212     friend class LcUiEngine;    
   210 };
   213 };
   211 
   214 
   212 #endif // LCUIENGINEPRIVATE_H
   215 #endif // LCUIENGINEPRIVATE_H
   213 
   216 
   214 
   217