![]() |
ImGraph
|
Public Member Functions | |
| MainWidget_SubGraph (SubBlock *model) | |
| SubBlock * | getSubModel () const |
| SubGraphParamRepresentation * | getParamRepresentation (std::string paramName) const |
| void | addNewParamLink (const BlockLink &link) |
| void | removeParamLink (const BlockLink &link) |
Public Member Functions inherited from charliesoft::MainWidget | |
| MainWidget (GraphOfProcess *model) | |
| virtual QSize | sizeHint () const |
| virtual QSize | minimumSizeHint () const |
| charliesoft::GraphOfProcess * | getModel () const |
Protected Member Functions | |
| void | addParameter (SubGraphParamRepresentation *param) |
| virtual void | resizeEvent (QResizeEvent *event) |
Protected Attributes | |
| SubBlock * | _subModel |
| int | _posInput |
| int | _posOutput |
|
std::map< std::string, SubGraphParamRepresentation * > | _params |
Additional Inherited Members | |
Public Slots inherited from charliesoft::MainWidget | |
| void | initLinkCreation (QPoint start) |
| void | endLinkCreation (QPoint end) |