a connection between figures More...
#include <structs.model.h>
Public Member Functions | |
| grt::IntegerRef | drawSplit () const |
| Getter for attribute drawSplit. | |
| virtual void | drawSplit (const grt::IntegerRef &value) |
| Setter for attribute drawSplit. | |
| model_FigureRef | endFigure () const |
| Getter for attribute endFigure. | |
| virtual void | endFigure (const model_FigureRef &value) |
| Setter for attribute endFigure. | |
| model_FigureRef | startFigure () const |
| Getter for attribute startFigure. | |
| virtual void | startFigure (const model_FigureRef &value) |
| Setter for attribute startFigure. | |
a connection between figures
| grt::IntegerRef drawSplit | ( | ) | const |
Getter for attribute drawSplit.
set to 1 if the connection line should be drawn split
| virtual void drawSplit | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute drawSplit.
set to 1 if the connection line should be drawn split
| model_FigureRef endFigure | ( | ) | const |
Getter for attribute endFigure.
the target figure
| virtual void endFigure | ( | const model_FigureRef & | value | ) | [virtual] |
Setter for attribute endFigure.
the target figure
| model_FigureRef startFigure | ( | ) | const |
Getter for attribute startFigure.
the source figure
| virtual void startFigure | ( | const model_FigureRef & | value | ) | [virtual] |
Setter for attribute startFigure.
the source figure
1.7.1