uiacceltk/hitchcock/coretoolkit/inc/huicanvasrenderbuffer.h
branchRCL_3
changeset 9 3ac8bf5c5014
parent 0 15bf7259bb7c
equal deleted inserted replaced
8:46927d61fef3 9:3ac8bf5c5014
    78     /**
    78     /**
    79      * Copies content from the active surface.
    79      * Copies content from the active surface.
    80      */ 
    80      */ 
    81     IMPORT_C virtual void Copy(TPoint aPoint);    
    81     IMPORT_C virtual void Copy(TPoint aPoint);    
    82     
    82     
       
    83     /**
       
    84      * Initializes render buffer, with clear option.
       
    85      * @param aSize size of render buffer.
       
    86      * @param aClear contents of render buffer are cleared even if alredy initialized.
       
    87      */
       
    88     IMPORT_C virtual void InitializeL(const TSize& aSize, TBool aClear);
       
    89     
    83 protected:
    90 protected:
    84     
    91     
    85     TSize iSize;
    92     TSize iSize;
    86     TBool iInitialized;
    93     TBool iInitialized;
    87  
    94