- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/WK/BCGraphicsContextWK.h
r418 r437 94 94 class KURL; 95 95 class Path; 96 class Pattern; 96 97 class TextRun; 97 98 … … 135 136 Color fillColor() const; 136 137 void setFillColor(const Color&); 137 138 139 void applyStrokePattern(const Pattern&); 140 void applyFillPattern(const Pattern&); 141 138 142 void save(); 139 143 void restore(); … … 286 290 GdkDrawable* gdkDrawable() const; 287 291 GdkEventExpose* gdkExposeEvent() const; 288 IntPoint translatePoint(const IntPoint&) const;289 292 #endif 290 293
