eiklay.h

Go to the documentation of this file.
00001 // EIKLAY.H
00002 //
00003 // Copyright (c) 2001 Symbian Ltd.  All rights reserved.
00004 //
00005 
00006 #ifndef __EIKLAY_H__
00007 #define __EIKLAY_H__
00008 
00009 #include <frmtlay.h>
00010 
00011 class TAvkonEditorCustomWrap : public MFormCustomWrap
00012         {
00013 public:
00014         enum
00015                 {
00016                 EAvkSpaceLineBreakClass=MTmCustom::ELineBreakClasses, // 29
00017                 EAvkLineBreakClasses
00018                 };
00019 
00020 public:
00021         // overrides of line break functions from MFormCustomWrap
00022         TUint LineBreakClass(TUint aCode,TUint& aRangeStart,TUint& aRangeEnd) const;
00023         TBool LineBreakPossible(TUint aPrevClass,TUint aNextClass,TBool aHaveSpaces) const;
00024         };
00025 
00026 // __EIKLAY_H__
00027 #endif

Copyright © Nokia Corporation 2001-2008
Back to top