imageeditorengine/filters/FilterDraw/Inc/drawpath.h
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
    35 class RDrawPath : public RArray<TPoint>
    35 class RDrawPath : public RArray<TPoint>
    36     {
    36     {
    37 public:
    37 public:
    38 
    38 
    39     RDrawPath();
    39     RDrawPath();
    40 
    40 	TBuf<20> iBuf;
       
    41     
    41 public:
    42 public:
    42     /**
    43     /**
    43      * Color.
    44      * Color.
    44      *
    45      *
    45      * @since S60 5.0
    46      * @since S60 5.0
    74 private: // data
    75 private: // data
    75 
    76 
    76     /**
    77     /**
    77      * Path color 
    78      * Path color 
    78      */
    79      */
       
    80 
    79     TRgb iColor;
    81     TRgb iColor;
    80 	TSize iSize;
    82 	TSize iSize;
    81     };
    83     };
    82 
    84 
    83 #endif // T_DRAWPATH_H
    85 #endif // T_DRAWPATH_H