Autolayout::GraphvizGraph Class Reference
#include <graphvizgraph.h>
Inheritance diagram for Autolayout::GraphvizGraph:

Public Member Functions | |
| GraphvizGraph () | |
| virtual Node * | getNode (const char *arg1) |
| virtual bool | empty () |
| virtual void | addEdge (const char *nodea, const char *nodeb, int weight=10) |
| virtual void | addNode (const char *name, int width, int heigt) |
| void | setCompressShapes (bool b) |
| void | setCenterDiagram (bool b) |
| void | setShapeSeparation (int i) |
| void | setCanvas (Canvas *) |
Public Attributes | |
| Agraph_t * | _agraph |
| Agsym_t * | a_width |
| Agsym_t * | a_height |
| Agsym_t * | a_label |
| Agsym_t * | a_weight |
| std::deque< Node * > | nodelist |
| GVC_t * | gvc |
| bool | empty_flag |
Friends | |
| class | GraphvizAutolayouter |
Detailed Description
- Author:
- Dimitri Ognibene <ognibened .it>
Definition at line 30 of file graphvizgraph.h.
Constructor & Destructor Documentation
|
|
Definition at line 33 of file graphvizgraph.cpp. |
The documentation for this class was generated from the following files:
