|
|
@ -94,6 +94,7 @@ public: |
|
|
|
// return wxT( "EDGE" ); ? |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#if defined(DEBUG) |
|
|
|
/** |
|
|
|
* Function Show |
|
|
@ -104,12 +105,5 @@ public: |
|
|
|
*/ |
|
|
|
virtual void Show( int nestLevel, std::ostream& os ); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* Function ShowShape |
|
|
|
* converts the enum Track_Shapes integer value to a C string. |
|
|
|
*/ |
|
|
|
static const char* ShowShape( int aShape ); |
|
|
|
|
|
|
|
#endif |
|
|
|
}; |