videofeeds/vcnsscheduleview/inc/CVcxNsScheduleSettingsDlConditionItem.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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:    Video on Demand setting item class for dowload condition*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CVCXNSSCHEDULESETTINGSDLCONDITIONITEM_H
       
    21 #define CVCXNSSCHEDULESETTINGSDLCONDITIONITEM_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <aknsettingitemlist.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 /**
       
    28 *
       
    29 *  Video on Demand setting item for download condition.
       
    30 *
       
    31 */
       
    32 class CVcxNsScheduleSettingsDlConditionItem : 
       
    33         public CAknEnumeratedTextPopupSettingItem
       
    34     {
       
    35     public: // constructors and destructor
       
    36     
       
    37         /**
       
    38         * C++ constructor.
       
    39         *
       
    40         * @param aIdentifier    Resource identifier.
       
    41         * @param aValue         The value to be manipulated. 
       
    42         * @param aWlanSupported WLAN supported
       
    43         * 
       
    44         */
       
    45         CVcxNsScheduleSettingsDlConditionItem( TInt aResourceId, 
       
    46                                                  TInt& aValue,
       
    47                                                  TBool aWlanSupported );
       
    48         /**
       
    49         * Destructor
       
    50         */
       
    51         virtual ~CVcxNsScheduleSettingsDlConditionItem();
       
    52        
       
    53     public: // From CAknSettingItem
       
    54        
       
    55         /**
       
    56         * Completes construction of this setting item.
       
    57         */
       
    58         void CompleteConstructionL();
       
    59        
       
    60     private: // data
       
    61     
       
    62         /**
       
    63         * Is WLAN supported
       
    64         */
       
    65         TBool iWlanSupported;
       
    66     };
       
    67 
       
    68 #endif /*CVCXNSSCHEDULESETTINGSDLCONDITIONITEM_H*/
       
    69 
       
    70 // End of File