52 lines
1.2 KiB
C++
52 lines
1.2 KiB
C++
//## begin module.cm preserve=no
|
|
|
|
// %X% %Q% %Z% %W%
|
|
|
|
//## end module.cm
|
|
|
|
|
|
|
|
//## begin module.cp preserve=no
|
|
|
|
//## end module.cp
|
|
|
|
|
|
|
|
//## Module: Graphics; Pseudo Package body
|
|
|
|
//## Subsystem: lab7
|
|
|
|
//## Source file: H:\kurs\avC++\lab7\Graphics.cpp
|
|
|
|
|
|
|
|
//## begin module.additionalIncludes preserve=no
|
|
|
|
//## end module.additionalIncludes
|
|
|
|
|
|
|
|
//## begin module.includes preserve=yes
|
|
|
|
//## end module.includes
|
|
|
|
|
|
|
|
// Graphics
|
|
|
|
#include "Graphics.h"
|
|
|
|
//## begin module.additionalDeclarations preserve=yes
|
|
|
|
//## end module.additionalDeclarations
|
|
|
|
|
|
|
|
|
|
|
|
// Class Graphics
|
|
|
|
|
|
|
|
Graphics::Graphics()
|
|
|
|
//## begin Graphics::Graphics%.hasinit preserve=no
|
|
|
|
//## end Graphics::Graphics%.hasinit
|
|
|
|
//## begin Graphics::Graphics%.initialization preserve=yes
|
|
|
|
//## end Graphics::Graphics%.initialization
|
|
|
|
{
|
|
|
|
//## begin Graphics::Graphics%.body preserve=yes
|
|
|
|
//## end Graphics::Graphics%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Graphics::~Graphics()
|
|
|
|
{
|
|
|
|
//## begin Graphics::~Graphics%.body preserve=yes
|
|
|
|
//## end Graphics::~Graphics%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Additional Declarations
|
|
|
|
//## begin Graphics.declarations preserve=yes
|
|
|
|
//## end Graphics.declarations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//## begin module.epilog preserve=yes
|
|
|
|
//## end module.epilog
|
|
|