uiacceltk/hitchcock/coretoolkit/inc/huicanvaswspainter.h
changeset 31 1b6909418757
parent 27 70e659bb284f
equal deleted inserted replaced
30:920e03da86f0 31:1b6909418757
    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     };