uiacceltk/hitchcock/coretoolkit/inc/huicanvaswspainter.h
branchRCL_3
changeset 15 cd0ae4656946
parent 10 7c5dd702d6d3
equal deleted inserted replaced
13:3a60ebea00d0 15:cd0ae4656946
    34 
    34 
    35 class CHuiCanvasWsSwGc;
    35 class CHuiCanvasWsSwGc;
    36 class CHuiCanvasWsHwGc;
    36 class CHuiCanvasWsHwGc;
    37 class CAlfCommandDebug;
    37 class CAlfCommandDebug;
    38 class CHuiCanvasWsBitGc;
    38 class CHuiCanvasWsBitGc;
       
    39 #ifdef HUI_DEBUG_TRACK_DRAWING
       
    40 class CHuiCanvasDebugWsGc;
       
    41 #endif
       
    42     
    39 
    43 
    40 /**
    44 /**
    41  * This class is used internally by the toolkit and thus should
    45  * This class is used internally by the toolkit and thus should
    42  * not be used by the applications directly.
    46  * not be used by the applications directly.
    43  */
    47  */
   389     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempRegion;
   393     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempRegion;
   390     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempCurrentSubRegion;
   394     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempCurrentSubRegion;
   391     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempIntersectingRegion;
   395     mutable RRegionBuf<KHuiCanvasWsPainterRegionGranularity> iTempIntersectingRegion;
   392 
   396 
   393 #ifdef HUI_DEBUG_TRACK_DRAWING
   397 #ifdef HUI_DEBUG_TRACK_DRAWING
   394     CAlfCommandDebug* iCommandDebugger;
   398     CHuiCanvasDebugWsGc* iCanvasDebugWsGc; 
   395 #endif
   399 #endif
   396     
   400     
   397     // Boolean flag indicating if render buffer ought to be used.
   401     // Boolean flag indicating if render buffer ought to be used.
   398     TBool iEnableRenderBuffer;
   402     TBool iEnableRenderBuffer;
   399     };
   403     };