#include <polylineobject.h>
Inheritance diagram for ScEng::PolyLineObjectFactory:

Public Member Functions | |
| BlockType | GetBlockType () |
| Returns the BlockType for this descriptor. | |
| Block * | GetBlock (bool create_dependencies) |
| Returns the Block for this descriptor. | |
| std::string | GetName () |
| Returns the name for this descriptor. | |
| BlockType ScEng::PolyLineObjectFactory::GetBlockType | ( | ) | [virtual] |
Returns the BlockType for this descriptor.
Implements ScEng::BlockFactory.
| Block * ScEng::PolyLineObjectFactory::GetBlock | ( | bool | create_dependencies | ) | [virtual] |
Returns the Block for this descriptor.
Implements ScEng::BlockFactory.
| std::string ScEng::PolyLineObjectFactory::GetName | ( | ) | [virtual] |
Returns the name for this descriptor.
Implements ScEng::BlockFactory.
1.5.1-p1