first commit
This commit is contained in:
87
Lab4/cmplxfgr.cpp
Normal file
87
Lab4/cmplxfgr.cpp
Normal file
@@ -0,0 +1,87 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: ComplexFigure; Pseudo Package body
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Source file: H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\CmplxFgr.cpp
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// ComplexFigure
|
||||
|
||||
#include "H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\CmplxFgr.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
#include "H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\Graphic\Graphics.h"
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Class ComplexFigure
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ComplexFigure::ComplexFigure()
|
||||
|
||||
//## begin ComplexFigure::ComplexFigure%.hasinit preserve=no
|
||||
|
||||
//## end ComplexFigure::ComplexFigure%.hasinit
|
||||
|
||||
//## begin ComplexFigure::ComplexFigure%.initialization preserve=yes
|
||||
|
||||
//## end ComplexFigure::ComplexFigure%.initialization
|
||||
|
||||
{
|
||||
|
||||
//## begin ComplexFigure::ComplexFigure%.body preserve=yes
|
||||
|
||||
//## end ComplexFigure::ComplexFigure%.body
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ComplexFigure::~ComplexFigure()
|
||||
|
||||
{
|
||||
|
||||
//## begin ComplexFigure::~ComplexFigure%.body preserve=yes
|
||||
|
||||
//## end ComplexFigure::~ComplexFigure%.body
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user