S60 3rd Edition API Reference: lafpanic.h Source File

lafpanic.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : lafpanic.h
00004 *  Part of     : 
00005 *  Description : 
00006 *  Version     :  
00007 *
00008 *  Copyright © 2002-2005 Nokia. All rights reserved.
00009 *  This material, including documentation and any related 
00010 *  computer programs, is protected by copyright controlled by 
00011 *  Nokia. All rights are reserved. Copying, including 
00012 *  reproducing, storing, adapting or translating, any 
00013 *  or all of this material requires the prior written consent of 
00014 *  Nokia. This material also contains confidential 
00015 *  information which may not be disclosed to others without the 
00016 *  prior written consent of Nokia.
00017 * ==============================================================================
00018 */
00019 
00020 #ifndef __LAFPANIC_H__
00021 #define __LAFPANIC_H__
00022 
00023 enum TLafPanic
00024         {
00025         ELafPanicPointerCursorIndexOutOfRange,
00026         ELafPanicFontIndexOutOfRange,
00027         ELafPanicConstantNotKnown,
00028         ELafPanicMsgWinBadHorizontalAlignment,
00029         ELafPanicMsgWinBadVerticalAlignment,
00030         ELafPanicBitmapIndexOutOfRange,
00031         ELafPanicNotificationWithoutRequest,
00032     ELafPanicFontUidUnknownOrMissing,
00033     ELafPanicUsingFontFromWrongVariant
00034 #start_since SINCE_3_1_SDK
00035     ,ELafPanicFontCreationFailure
00036 #end_since SINCE_3_1_SDK
00037         };
00038 
00039 //__LAFPANIC_H__
00040 #endif
00041 
00042 // End of file.

Copyright © Nokia Corporation 2001-2007
Back to top