#include <iproject.h>

Public Member Functions | |
| virtual MainSegment * | addMainSegment (MainSegment *ms)=0 |
| Adds the main segment. | |
| virtual ObjectsSegment * | addObjectsSegment (ObjectsSegment *os)=0 |
| Adds the objects segment. | |
| virtual ProceduresSegment * | addProceduresSegment (ProceduresSegment *ps)=0 |
| Adds the procedures segment. | |
| virtual MainSegment* HGL::Type::IProject::addMainSegment | ( | MainSegment * | ms | ) | [pure virtual] |
Adds the main segment.
| ms | the main segment |
Implemented in HGL::Type::Project.
| virtual ObjectsSegment* HGL::Type::IProject::addObjectsSegment | ( | ObjectsSegment * | os | ) | [pure virtual] |
Adds the objects segment.
| os | the objects segment |
Implemented in HGL::Type::Project.
| virtual ProceduresSegment* HGL::Type::IProject::addProceduresSegment | ( | ProceduresSegment * | ps | ) | [pure virtual] |
Adds the procedures segment.
| ps | the procedures segment |
Implemented in HGL::Type::Project.
1.6.1