mmsharing/livecommsui/lcuiengine/inc/lcuiengine_p.h
changeset 29 36d7ded3ca23
parent 25 53c1c4459a94
child 34 01f0bb65bcf1
equal deleted inserted replaced
26:5554410e16f5 29:36d7ded3ca23
   150     void startSessionDurationTimer();
   150     void startSessionDurationTimer();
   151     void stopSessionDurationTimer();
   151     void stopSessionDurationTimer();
   152     void fillRemoteInfo(bool informChanges);
   152     void fillRemoteInfo(bool informChanges);
   153     void startStopGuardTimer();
   153     void startStopGuardTimer();
   154     bool isAllowedToShareVideo();
   154     bool isAllowedToShareVideo();
       
   155     int vtVideoSendingSetting();
   155     
   156     
   156 private: // New functions wrapping the leaving functions in LC plug-in API
   157 private: // New functions wrapping the leaving functions in LC plug-in API
   157     
   158     
   158     int establishSession();
   159     int establishSession();
   159     int terminateSession();
   160     int terminateSession();
   190     HbView* mCurrentView; // Not owned
   191     HbView* mCurrentView; // Not owned
   191     TRect mLocalRect;
   192     TRect mLocalRect;
   192     TRect mRemoteRect;
   193     TRect mRemoteRect;
   193     LcActivityManager* mActivityManager;
   194     LcActivityManager* mActivityManager;
   194     
   195     
       
   196 private: // Constants
       
   197     
       
   198     static const int VTSETTING_ALWAYS_ASK_FIRST = 0;
       
   199     static const int VTSETTING_DO_NOT_SHOW = 1;
       
   200     static const int VTSETTING_SHOW_AUTOMATICALLY = 2;
       
   201     
   195 friend class LcUiEngine;    
   202 friend class LcUiEngine;    
   196 };
   203 };
   197 
   204 
   198 #endif // LCUIENGINEPRIVATE_H
   205 #endif // LCUIENGINEPRIVATE_H
   199 
   206