#include <control.h>
Inheritance diagram for ScEng::FloatBezierControllerFactory:

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