Changes between Version 3 and Version 4 of HowToImplementNewFiller
- Timestamp:
- 08/05/10 12:39:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToImplementNewFiller
v3 v4 21 21 22 22 == Design == 23 The !FillerBase class is defined asthe above description. All Filler classes must inherit this class.23 The !FillerBase class is defined to implement the above description. All Filler classes must inherit this class. 24 24 Constructor of the class takes Scantable object as its argument. The Scantable given will be filled by the Filler. 25 25 The !FillerBase is an abstract class that have three pure abstract methods: