imageeditorengine/filters/FilterDraw/Inc/cfilterdraw.h
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
    56 	    void RDrawPath2PointArray( const RDrawPath& aPath,
    56 	    void RDrawPath2PointArray( const RDrawPath& aPath,
    57     		CArrayFix<TPoint>*& aArrayPtr ) const;
    57     		CArrayFix<TPoint>*& aArrayPtr ) const;
    58 	    void RealToViewedFactories(TReal& aWidth, TReal& aHeight);
    58 	    void RealToViewedFactories(TReal& aWidth, TReal& aHeight);
    59 	
    59 	
    60 	private: // Data
    60 	private: // Data
    61 	    /// Data is ready to be rendered
    61 	    // Data is ready to be rendered
    62 	    TBool iReadyToRender;
    62 	    TBool iReadyToRender;
       
    63 	    //If it can redo
       
    64 	    TBool iCanRedo;
    63 		/// Data buffer
    65 		/// Data buffer
    64 		TUint32* iData;
    66 	    static	TUint32* iData;
    65 		/// Drawed lines
    67 		// Drawed lines
    66 		RArray<RDrawPath> iPaths;	
    68 		RArray<RDrawPath> iPaths;	
    67 		/// Bitmap size 
    69 		// Bitmap size 
    68 		TSize iBitmapSize;				
    70 		TSize iBitmapSize;	
       
    71 		//Undo Path
       
    72 		RArray<RDrawPath> iUndoPaths;
       
    73 		CFbsBitmap* iBitmap;
       
    74 		CFbsBitmap* iMask;
    69     };
    75     };
    70 
    76 
    71 #endif // __CFILTER_DRAW_H_
    77 #endif // __CFILTER_DRAW_H_