diff -r 7d91903f795f -r ce5ada96ab30 mediasettings/gsvideoplugin/inc/GSVideoPlugin.h --- 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* iViewIds; CMPSettingsMainView* iMainView; - CGSTabHelper* iTabHelper; CMPSettingsModelForROP* iModel; CMPSettingsBaseContainer* iContainer; RImplInfoPtrArray iImplInfoArray; TBool iConstructAsGsPlugin; CArrayPtrFlat* iViewArray; TVwsViewId iPrevViewId; // Previous view. + + /** + * Video view availability status. + */ + TBool iVideoViewAvailable; -}; + }; #endif //CGSVIDEOPLUGIN_H