Changeset 437 for trunk/BAL/WKAL/Skeletons/Graphics/GeneratedImage.t
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Skeletons/Graphics/GeneratedImage.t
r323 r437 112 112 113 113 protected: 114 115 /** 116 * destroyDecodedData 117 */ 118 virtual void destroyDecodedData(bool incremental = false) ; 119 120 121 /** 122 * get decodedSize 123 */ 124 virtual unsigned decodedSize() const ; 125 114 126 /** 115 127 * draw … … 149 161 150 162 151 152
