videofeeds/vcnsscheduleview/inc/CVcxNsScheduleSettingsDlTimePage.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 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 download time setting selection page*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CVCXNSSCHEDULESETTINGSDLTIMEPAGE_H
       
    21 #define CVCXNSSCHEDULESETTINGSDLTIMEPAGE_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <akncheckboxsettingpage.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 /**
       
    28 * 
       
    29 *  Download time selection setting page.
       
    30 *
       
    31 */
       
    32 class CVcxNsScheduleSettingsDlTimePage : public CAknCheckBoxSettingPage
       
    33     {
       
    34     public:  // Constructors and destructor
       
    35         
       
    36         /**
       
    37         * Constructor.
       
    38         *
       
    39         * @param aResourceID    Resource ID.
       
    40         * @param aItemArray     Item array for this settings page.
       
    41         */       
       
    42         CVcxNsScheduleSettingsDlTimePage( TInt aResourceID,
       
    43                                             CSelectionItemList* aItemArray);
       
    44         /**
       
    45         * Destructor.
       
    46         */ 
       
    47         virtual ~CVcxNsScheduleSettingsDlTimePage();
       
    48     
       
    49     public: // From CAknSettingPage.
       
    50     
       
    51     	/**
       
    52         * Handle key event
       
    53         *
       
    54         */ 
       
    55     	TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, 
       
    56     	                             TEventCode aType );
       
    57    
       
    58     public: // New methods
       
    59     	
       
    60     	/**
       
    61         * Sets correct softkeys for setting page.
       
    62         */ 
       
    63     	void SetCbaL();
       
    64     	
       
    65     private:
       
    66         
       
    67         /**
       
    68         * Reference to associated selection item list. 
       
    69         */
       
    70         CSelectionItemList& iItemArray;
       
    71         
       
    72     };
       
    73 
       
    74 #endif /* CVCXNSSCHEDULESETTINGSDLTIMEPAGE_H */
       
    75 
       
    76 // End of File