uifw/eikctl/inc/EIKCAL.PAN
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 1997-1999 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #if !defined(__EIKCALPAN__)
       
    20 #define __EIKCALPAN__
       
    21 
       
    22 enum TEikCalendarPanic
       
    23 	{
       
    24 	EEikPanicCalendarDivideTestCodeFailed,
       
    25 	EEikPanicCalendarBadNumMonths,
       
    26 	EEikPanicCalendarNoTextSeparatingYearRange,
       
    27 	EEikPanicCalendarCannotDisplayAllMonths,
       
    28 	EEikPanicCalendarBadMinimumAndMaximum,
       
    29 	EEikPanicCalendarBadStartMonth1,
       
    30 	EEikPanicCalendarBadStartMonth2,
       
    31 	EEikPanicCalendarBadSize,
       
    32 	EEikPanicCalendarBadComponentControlIndex,
       
    33 	EEikPanicCalendarNoControlContext,
       
    34 	EEikPanicCalendarBadRowOrColumn,
       
    35 	EEikPanicCalendarBadRule1,
       
    36 	EEikPanicCalendarBadRule2,
       
    37 	EEikPanicCalendarCannotAlterCursor1,
       
    38 	EEikPanicCalendarCannotAlterCursor2,
       
    39 	EEikPanicCalendarCannotAlterCursor3,
       
    40 	EEikPanicCalendarNotFocused,
       
    41 	EEikPanicCalendarShouldHaveCompletedDrawingDayMatrix,
       
    42 	EEikPanicCalendarBadRangeOfColumns,
       
    43 	EEikPanicCalendarBadDivisor,
       
    44 	EEikPanicCalendarDialogBadResourceId,
       
    45 	EEikPanicCalendarDialogBadButtonId
       
    46 	};
       
    47 
       
    48 GLREF_C void Panic(TEikCalendarPanic aPanic);
       
    49 
       
    50 #endif
       
    51