first commit
This commit is contained in:
80
Lab6/persfig.h
Normal file
80
Lab6/persfig.h
Normal file
@@ -0,0 +1,80 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: PersFig; Pseudo Package specification
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Source file: PersFig.h
|
||||
|
||||
|
||||
|
||||
#ifndef PersFig_h
|
||||
|
||||
#define PersFig_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Figure
|
||||
|
||||
#include "Figure.h"
|
||||
|
||||
// Persistent
|
||||
|
||||
#include "Prsstent.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: PersFig
|
||||
|
||||
//## Category: Persist
|
||||
|
||||
//## Subsystem: Figures
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
class PersFig : public Persistent, //## Inherits: <unnamed>
|
||||
|
||||
virtual public Figure //## Inherits: <unnamed>
|
||||
|
||||
{
|
||||
|
||||
//## begin PersFig.initialDeclarations preserve=yes
|
||||
|
||||
//## end PersFig.initialDeclarations
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user