clock/clockui/clocksettingsview/inc/clocksettingsdefines.h
changeset 18 c198609911f9
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 * Definition file for ClockSettingsView.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef CLOCKSETTINGSDEFINES_H
       
    20 #define CLOCKSETTINGSDEFINES_H
       
    21 
       
    22 // System includes
       
    23 #include <qglobal.h>
       
    24 
       
    25 #ifdef CLOCKSETTINGSVIEW_LIB
       
    26 #	define CLOCKSETTINGSVIEW_EXPORT Q_DECL_EXPORT
       
    27 #else
       
    28 #	define CLOCKSETTINGSVIEW_EXPORT Q_DECL_IMPORT
       
    29 #endif
       
    30 
       
    31 // Definitions for docml.
       
    32 #define CLOCK_SETTINGS_VIEW_DOCML				":/xml/clocksettingsview.docml"
       
    33 #define CLOCK_SETTINGS_VIEW_PORTRAIT_SECTION	"portrait"
       
    34 #define CLOCK_SETTINGS_VIEW_LANDSCAPE_SECTION	"landscape"
       
    35 #define CLOCK_SETTINGS_VIEW						"clockSettingsView"
       
    36 #define CLOCK_WIDGET							"clockWidget"
       
    37 #define CLOCK_SETTINGS_DATA_FORM				"dataForm"
       
    38 #define CLOCK_SETTINGS_DATE_LABEL				"dateLabel"
       
    39 #define CLOCK_SETTINGS_PLACE_LABEL				"placeLabel"
       
    40 
       
    41 #define CLOCK_REG_SETTINGS_VIEW_DOCML	":/xml/clockregionalsettingsview.docml"
       
    42 #define CLOCK_REG_SETTINGS_VIEW			"regionalSettingsView"
       
    43 #define CLOCK_REG_SETTINGS_DATA_FORM	"dataForm"
       
    44 
       
    45 #endif // CLOCKSETTINGSDEFINES_H
       
    46 
       
    47 // End of file	--Don't remove this.