calendarui/regionalplugins/lunarchinese/inc/CalenRegionalInfoData.h
changeset 51 0b38fc5b94c6
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:   declaration of Calendar regional info 
       
    15  *
       
    16 */
       
    17 
       
    18 #ifndef CALENREGIONALINFODATA_H_
       
    19 #define CALENREGIONALINFODATA_H_
       
    20 
       
    21 //system includ//
       
    22 #include <QObject>
       
    23 
       
    24 
       
    25 class CCalenLunarChinesePlugin;
       
    26 /**
       
    27  * CCalenRegionalInfo is used for
       
    28  * slot implementation for showing regional data .
       
    29  */
       
    30 class  CalenRegionalInfo : public QObject
       
    31     {
       
    32     Q_OBJECT
       
    33     
       
    34     public:
       
    35         CalenRegionalInfo(CCalenLunarChinesePlugin &plugin);
       
    36         ~CalenRegionalInfo();
       
    37 
       
    38     public slots: 
       
    39        //slot to show reginal info
       
    40         void showRegionalDetails();
       
    41     
       
    42     private :
       
    43         CCalenLunarChinesePlugin &mPlugin ;
       
    44     };
       
    45 
       
    46 #endif /* CALENREGIONALINFODATA_H_ */