classicui_plat/extended_editors_api/inc/aknedwincustomdrawbase.h
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
    23 
    23 
    24 // INCLUDES
    24 // INCLUDES
    25 
    25 
    26 class CTextView;
    26 class CTextView;
    27 class CTextLayout;
    27 class CTextLayout;
    28 class MAknsSkinInstance;
       
    29 
    28 
    30 #include <lafmain.h>
    29 #include <lafmain.h>
    31 #include <AknPictographDrawerInterface.h>
    30 #include <AknPictographDrawerInterface.h>
    32 
    31 
    33 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
   191     TBool iAppSkinEnabled; 
   190     TBool iAppSkinEnabled; 
   192 	CTextView* iTextView;
   191 	CTextView* iTextView;
   193     CWindowGc* iSysGc;
   192     CWindowGc* iSysGc;
   194     CAknPictographInterface* iPictographDrawer; // owned
   193     CAknPictographInterface* iPictographDrawer; // owned
   195     TInt iWsBufferRequestId;
   194     TInt iWsBufferRequestId;
   196     MAknsSkinInstance* iSkinInstance;
       
   197 	};
   195 	};
   198 
   196 
   199 #endif
   197 #endif