vtuis/videotelui/inc/features/prefs/cvtuiprefsliderbase.h
branchRCL_3
changeset 25 779871d1e4f4
parent 0 ed9695c8bcbe
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Base class for video pref sliders
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef     CVTUIPREFSLIDERBASE_H
       
    20 #define     CVTUIPREFSLIDERBASE_H
       
    21 
       
    22 #include    "cvtuisliderbase.h"
       
    23 
       
    24 class CVtUiPopupBase;
       
    25 
       
    26 /**
       
    27 *  CVtUiPrefSliderBase
       
    28 *
       
    29 *  Base class for video pref sliders
       
    30 *
       
    31 *  @since S60 v3.2
       
    32 */
       
    33 class CVtUiPrefSliderBase : public CVtUiSliderBase
       
    34     {
       
    35 
       
    36 public:
       
    37 
       
    38     /**
       
    39     * Destructor
       
    40     */
       
    41     ~CVtUiPrefSliderBase();
       
    42 
       
    43 public: // from CVtUiSliderBase
       
    44 
       
    45     /** 
       
    46     * @see CVtUiSliderBase::StartL
       
    47     */
       
    48     void StartL();
       
    49 
       
    50      /** 
       
    51     * @see CVtUiSliderBase::Stop
       
    52     */
       
    53     void Stop();
       
    54     
       
    55      /** 
       
    56     * @see CVtUiSliderBase::InitFeatureL
       
    57     */
       
    58     void InitFeatureL();
       
    59 
       
    60 protected: 
       
    61 
       
    62     /*
       
    63     * Constructor
       
    64     */
       
    65     CVtUiPrefSliderBase( CVtUiFeatureManager& aFeatureManager,
       
    66         TVtUiFeatureId aFeatureId );
       
    67 
       
    68     /**
       
    69     * 2nd constructor
       
    70     */
       
    71     void BaseConstructL( ); 
       
    72     
       
    73     };
       
    74 
       
    75 #endif // CVTUIPREFSLIDERBASE_H