mediasettings/gsvideoplugin/inc/GSVideoPlugin.h
branchRCL_3
changeset 8 ce5ada96ab30
parent 1 6711b85517b7
--- a/mediasettings/gsvideoplugin/inc/GSVideoPlugin.h	Fri Feb 19 22:52:52 2010 +0200
+++ b/mediasettings/gsvideoplugin/inc/GSVideoPlugin.h	Fri Mar 12 15:43:00 2010 +0200
@@ -15,7 +15,7 @@
 */
 
 
-// Version : %version: 6 %
+// Version : %version: 7 %
 
 
 
@@ -113,7 +113,13 @@
         */
         void SetCurrentItem( TInt aIndex );
 
-                       
+        /**
+        * Checks if video contrast item should be visible.
+        * 
+        * @return ETrue if video contrast is supported
+        */
+        TBool VideoContrastIsSupportedL();
+        
     public: // From CGSPluginInterface - See CGSPluginInterface header file.
     
         /**
@@ -230,15 +236,19 @@
              
         CArrayFix<TUid>*             iViewIds;
         CMPSettingsMainView*      iMainView;                   
-        CGSTabHelper*                iTabHelper;
         CMPSettingsModelForROP*         iModel;
         CMPSettingsBaseContainer* iContainer;
         RImplInfoPtrArray       iImplInfoArray;
         TBool   iConstructAsGsPlugin;
         CArrayPtrFlat<MGSTabbedView>* iViewArray; 
         TVwsViewId iPrevViewId; // Previous view. 
+        
+        /**
+         * Video view availability status.
+         */
+        TBool iVideoViewAvailable;
     
-};
+    };
 
 
 #endif //CGSVIDEOPLUGIN_H