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