72 lines
1.9 KiB
C++
72 lines
1.9 KiB
C++
//## begin module.cm preserve=no
|
|
|
|
// %X% %Q% %Z% %W%
|
|
|
|
//## end module.cm
|
|
|
|
|
|
|
|
//## begin module.cp preserve=no
|
|
|
|
//## end module.cp
|
|
|
|
|
|
|
|
//## Module: DebugGraphics; Pseudo Package body
|
|
|
|
//## Subsystem: Figures
|
|
|
|
//## Source file: DbgGrphc.cpp
|
|
|
|
|
|
|
|
//## begin module.additionalIncludes preserve=no
|
|
|
|
//## end module.additionalIncludes
|
|
|
|
|
|
|
|
//## begin module.includes preserve=yes
|
|
|
|
//## end module.includes
|
|
|
|
|
|
|
|
// DebugGraphics
|
|
|
|
#include "DbgGrphc.h"
|
|
|
|
//## begin module.additionalDeclarations preserve=yes
|
|
|
|
//## end module.additionalDeclarations
|
|
|
|
|
|
|
|
|
|
|
|
// Class DebugGraphics
|
|
|
|
|
|
|
|
DebugGraphics::DebugGraphics()
|
|
|
|
//## begin DebugGraphics::DebugGraphics%.hasinit preserve=no
|
|
|
|
//## end DebugGraphics::DebugGraphics%.hasinit
|
|
|
|
//## begin DebugGraphics::DebugGraphics%.initialization preserve=yes
|
|
|
|
//## end DebugGraphics::DebugGraphics%.initialization
|
|
|
|
{
|
|
|
|
//## begin DebugGraphics::DebugGraphics%.body preserve=yes
|
|
|
|
//## end DebugGraphics::DebugGraphics%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
DebugGraphics::~DebugGraphics()
|
|
|
|
{
|
|
|
|
//## begin DebugGraphics::~DebugGraphics%.body preserve=yes
|
|
|
|
//## end DebugGraphics::~DebugGraphics%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//## Other Operations (implementation)
|
|
|
|
void DebugGraphics::drawCircle ()
|
|
|
|
{
|
|
|
|
//## begin DebugGraphics::drawCircle%938586296.body preserve=yes
|
|
|
|
//## end DebugGraphics::drawCircle%938586296.body
|
|
|
|
}
|
|
|
|
|
|
|
|
void DebugGraphics::drawRectangle ()
|
|
|
|
{
|
|
|
|
//## begin DebugGraphics::drawRectangle%938586297.body preserve=yes
|
|
|
|
//## end DebugGraphics::drawRectangle%938586297.body
|
|
|
|
}
|
|
|
|
|
|
|
|
void DebugGraphics::drawLine ()
|
|
|
|
{
|
|
|
|
//## begin DebugGraphics::drawLine%938586298.body preserve=yes
|
|
|
|
//## end DebugGraphics::drawLine%938586298.body
|
|
|
|
}
|
|
|
|
|
|
|
|
// Additional Declarations
|
|
|
|
//## begin DebugGraphics.declarations preserve=yes
|
|
|
|
//## end DebugGraphics.declarations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//## begin module.epilog preserve=yes
|
|
|
|
//## end module.epilog
|
|
|