videofeeds/vcnsscheduleplugin/inc/vcxnsscheduleplugin.h
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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:    NSeries schedule plugin definition*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXNSSCHEDULEPLUGIN_H
       
    21 #define VCXNSSCHEDULEPLUGIN_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <mpxaknviewplugin.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29  *  Schedule view plugin definition.
       
    30  *
       
    31  *  @lib vcxnsscheduleplugin.lib
       
    32  *  @since S60 v5.0
       
    33  */
       
    34 NONSHARABLE_CLASS( CVcxNsSchedulePlugin ) : public CMPXAknViewPlugin
       
    35     {
       
    36 public:
       
    37 
       
    38     /**
       
    39      * Two-phased constructor.
       
    40      *
       
    41      * @since 3.0
       
    42      * @return Pointer to newly created object.
       
    43      */
       
    44     static CVcxNsSchedulePlugin* NewL();
       
    45 
       
    46     /**
       
    47      * Destructor.
       
    48      */
       
    49     virtual ~CVcxNsSchedulePlugin();
       
    50 
       
    51 private:
       
    52 
       
    53     /**
       
    54      * From CMPXAknViewPlugin. Construct Avkon view.
       
    55      *
       
    56      * @return Pointer to a created Avkon view.
       
    57      */
       
    58     CAknView* ConstructViewLC();
       
    59 
       
    60 private:
       
    61 
       
    62     /**
       
    63      * C++ default constructor.
       
    64      */
       
    65     CVcxNsSchedulePlugin();
       
    66 
       
    67     /**
       
    68      * Symbian 2nd phase constructor
       
    69      */
       
    70     void ConstructL();
       
    71     };
       
    72 
       
    73 #endif // VCXNSSCHEDULEPLUGIN_H