Autolayout::AutolayouterAdapter Class Reference
#include <autolayouteradapter.h>
Inheritance diagram for Autolayout::AutolayouterAdapter:

Public Member Functions | |
| virtual void | setAssociationWeight (int i) |
| virtual void | setDependenciesWeight (int i) |
| virtual void | setGeneralizationWeight (int i) |
| virtual void | setGeneralizationAsEdges (bool b) |
| virtual void | setDependenciesAsEdges (bool b) |
| virtual void | setAssociationAsEdges (bool b) |
| virtual void | setCompressShapes (bool b) |
| virtual void | setCenterDiagram (bool b) |
| virtual void | setClusterizeHierarchies (bool b) |
| virtual void | setShapeSeparation (int i) |
| virtual void | setNoteConnectionsAsEdges (bool b) |
| virtual void | setNoteConnectionWeight (int i) |
Protected Member Functions | |
| virtual void | run ()=0 |
| virtual void | updateView (UMLView *view) |
| virtual Canvas * | getCanvas () |
| virtual Graph * | getGraph ()=0 |
| virtual Graph * | setGraph (UMLView *view) |
| virtual void | addRelationship (AssociationWidget *a) |
| virtual Canvas * | setCanvas (UMLView *view) |
Protected Attributes | |
| int | associationWeight |
| int | dependenciesWeight |
| int | generalizationWeight |
| bool | genralizationAsEdges |
| bool | dependenciesAsEdges |
| bool | associationAsEdges |
| bool | compressShapes |
| bool | centerDiagram |
| bool | clusterizeHierarchies |
| int | shapeSeparation |
| int | noteConnectionWeight |
| bool | noteConnectionAsEdges |
| bool | anchorsAsEdges |
| int | anchorsWeight |
| Canvas * | canvas |
Detailed Description
- Author:
- Dimitri Ognibene <ognibened .it>
Definition at line 26 of file autolayouteradapter.h.
The documentation for this class was generated from the following files:
