mmsharing/livecommsui/lcuiengine/inc/lcuiengine.h
changeset 34 01f0bb65bcf1
parent 22 496ad160a278
child 39 4bcc59142325
equal deleted inserted replaced
29:36d7ded3ca23 34:01f0bb65bcf1
   121     void remotePlayerBuffering();
   121     void remotePlayerBuffering();
   122     void localPlayerPaused();
   122     void localPlayerPaused();
   123     void remotePlayerPaused();
   123     void remotePlayerPaused();
   124     void localPlayerUnavailable();
   124     void localPlayerUnavailable();
   125     void remotePlayerUnavailable();
   125     void remotePlayerUnavailable();
       
   126     void volumeChanged(int aVolumeLevel);
       
   127     
   126     
   128     
   127 public slots:
   129 public slots:
   128 
   130 
   129     void zoom( int value );
   131     void zoom( int value );
   130     void stop();
   132     void stop();
   164     bool isMaximized()const{return !isMinimized();}; 
   166     bool isMaximized()const{return !isMinimized();}; 
   165     void shareImage(const QString&);
   167     void shareImage(const QString&);
   166     void shareCamera();
   168     void shareCamera();
   167     void setCurrentView(HbView* view);
   169     void setCurrentView(HbView* view);
   168     bool SendDialTone( const QChar aKey );
   170     bool SendDialTone( const QChar aKey );
   169    
       
   170 
   171 
   171 private:
   172 private:
   172 
   173 
   173     LcUiEnginePrivate* d;
   174     LcUiEnginePrivate* d;
   174 
   175