|
|
@ -179,6 +179,17 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
bool Save( FILE* aFile ) const; |
|
|
|
|
|
|
|
#if defined(DEBUG) |
|
|
|
/** |
|
|
|
* Function Show |
|
|
|
* is used to output the object tree, currently for debugging only. |
|
|
|
* @param nestLevel An aid to prettier tree indenting, and is the level |
|
|
|
* of nesting of this object within the overall tree. |
|
|
|
* @param os The ostream& to output to. |
|
|
|
*/ |
|
|
|
virtual void Show( int nestLevel, std::ostream& os ); |
|
|
|
#endif |
|
|
|
}; |
|
|
|
|
|
|
|
#endif /* CLASS_GERBER_DRAW_ITEM_H */ |