examples/AppFramework/UIControls/CustomControls/CustomControls.hrh

00001 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 // Definitions
00015 // Maximum length of text item on the application data dialog
00016 //
00017 
00018 #define KExampleMaxlenTextData 16 
00019 
00020 
00022 //
00023 // Command ids
00024 // Identify all commands defined by this application.
00025 //
00026 //
00028 
00029 #define ECreateSmileyDialog     0x800
00030 
00032 //
00033 // Control ids
00034 // Identify all controls defined and used by this application.
00035 //
00037 enum {ESmileyControlIdData};
00038 
00039 
00041 //
00042 // Define the CSmileyContainer control so it can be created as a component in a dialog                  
00043 //
00045 // Assume there are less than 1000 framework controls, and they can't be defined anywhere else.         
00046 enum {ESmileyControl=1000};
00047 
00049 //
00050 // Define the values for the "mood" resource.                   
00051 //
00053 enum TSmileyMood {ESad, EHappy};
00054 

Generated by  doxygen 1.6.2