first commit
This commit is contained in:
100
Lab4/cmplxfgr.h
Normal file
100
Lab4/cmplxfgr.h
Normal file
@@ -0,0 +1,100 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: ComplexFigure; Pseudo Package specification
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Source file: H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\CmplxFgr.h
|
||||
|
||||
|
||||
|
||||
#ifndef CmplxFgr_h
|
||||
|
||||
#define CmplxFgr_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Figure
|
||||
|
||||
#include "H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\Figure.h"
|
||||
|
||||
// FList
|
||||
|
||||
#include "H:\WebDocs\skola\Avancerad_C++\Lab4\Rose\FList.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: ComplexFigure
|
||||
|
||||
//## Category: Figures
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
class ComplexFigure : public Figure //## Inherits: <unnamed>
|
||||
|
||||
{
|
||||
|
||||
//## begin ComplexFigure.initialDeclarations preserve=yes
|
||||
|
||||
//## end ComplexFigure.initialDeclarations
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//## Constructors (generated)
|
||||
|
||||
ComplexFigure();
|
||||
|
||||
|
||||
|
||||
//## Destructor (generated)
|
||||
|
||||
~ComplexFigure();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Other Operations (specified)
|
||||
|
||||
//## Operation: draw%939104770
|
||||
|
||||
void draw (Graphics &g);
|
||||
|
||||
Reference in New Issue
Block a user