#include <SVisPrecDAG.h>
Inherits SObservable.
Inheritance diagram for SVisPrecDAG:

Public Methods | |
| SVisPrecDAG (SPrecDAG &precDAG) | |
| SVisPrecDAGMod & | getModifier () |
| void | setPos (leda_node v, const leda_point &p) |
| const leda_point & | getPos (leda_node v) const |
| void | setBends (leda_edge e, const leda_list< leda_point > &bends) |
| const leda_list< leda_point > & | getBends (leda_edge e) const |
| void | addObserver (SObserver &obs) |
| void | deleteObserver (SObserver &obs) |
| void | notifyObservers (const SEvent &event) |
Friends | |
| class | SVisPrecDAGMod |
|
|
Constructor |
|
|
Here another component can register himself as observer of this component
|
|
|
Here another component can delete himself from the list of observers of this component
|
|
|
Set bends of an edge |
|
|
Get access to the modifier |
|
|
Get position of a node |
|
|
Inform all observers of this component about an event. The Observers will receive this event by their SObserver::update()-method.
|
|
||||||||||||
|
Get bends of an edge |
|
||||||||||||
|
Set position of a node |
|
|
|
1.2.18