calendarui/regionalplugins/lunarchinese/src/CalenRegionalInfoData.cpp
changeset 51 0b38fc5b94c6
child 55 2c54b51f39c4
equal deleted inserted replaced
46:ecd7b9840282 51:0b38fc5b94c6
       
     1 /*
       
     2 * Copyright (c) 2010 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:  CalenAgendaView implementation.
       
    15 *
       
    16 */
       
    17 
       
    18 //  User includes
       
    19 #include "CalenRegionalInfoData.h"
       
    20 #include "CalenLunarChinesePlugin.h"
       
    21 
       
    22 
       
    23 // ============================ MEMBER FUNCTIONS ===============================
       
    24 
       
    25 // -----------------------------------------------------------------------------
       
    26 // CalenRegionalInfo::CCalenRegionalInfo
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 CalenRegionalInfo::CalenRegionalInfo(CCalenLunarChinesePlugin &plugin): mPlugin(plugin)
       
    30     {
       
    31 
       
    32     }
       
    33 
       
    34 // -----------------------------------------------------------------------------
       
    35 // CCalenRegionalInfo::~CCalenRegionalInfo
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 CalenRegionalInfo::~CalenRegionalInfo()
       
    39     {
       
    40 
       
    41     }
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // CCalenRegionalInfo::showRegionalDetailsL
       
    45 // its a slot ,calls when user clicked show lunar data option
       
    46 // -----------------------------------------------------------------------------
       
    47 //
       
    48 void CalenRegionalInfo::showRegionalDetails()
       
    49     {
       
    50     mPlugin.ShowDetailsL();
       
    51     }