|
KDStateMachineEditor API Documentation 2.3
|
Functions | |
| Agedge_t * | _agedge (Agraph_t *graph, Agnode_t *tail, Agnode_t *head, const QString &name=QString(), bool create=true) |
| Agsym_t * | _agedgeattr (Agraph_t *object, const QString &attr, const QString &alt=QString()) |
| QString | _agget (void *object, const QString &attr, const QString &alt=QString()) |
| Add an alternative value parameter to the method for getting an object's attribute. | |
| Agnode_t * | _agnode (Agraph_t *graph, const QString &attr, bool create=true) |
| Agsym_t * | _agnodeattr (Agraph_t *object, const QString &attr, const QString &alt=QString()) |
| Agraph_t * | _agopen (const QString &name, int kind) |
| The agopen method for opening a graph. | |
| int | _agset (void *object, const QString &attr, const QString &value) |
| Directly use agsafeset which always works, contrarily to agset. | |
| Agraph_t * | _agsubg (Agraph_t *graph, const QString &attr, bool create=true) |
| int | _gvLayout (GVC_t *gvc, graph_t *g, const char *engine) |
| Agedge_t * KDSME::GVUtils::_agedge | ( | Agraph_t * | graph, |
| Agnode_t * | tail, | ||
| Agnode_t * | head, | ||
| const QString & | name = QString(), |
||
| bool | create = true |
||
| ) |
Definition at line 93 of file gvutils.cpp.
References MOVE_TO_FRONT.
| Agsym_t * KDSME::GVUtils::_agedgeattr | ( | Agraph_t * | object, |
| const QString & | attr, | ||
| const QString & | alt = QString() |
||
| ) |
Definition at line 63 of file gvutils.cpp.
| QString KDSME::GVUtils::_agget | ( | void * | object, |
| const QString & | attr, | ||
| const QString & | alt = QString() |
||
| ) |
Add an alternative value parameter to the method for getting an object's attribute.
Definition at line 43 of file gvutils.cpp.
| Agnode_t * KDSME::GVUtils::_agnode | ( | Agraph_t * | graph, |
| const QString & | attr, | ||
| bool | create = true |
||
| ) |
Definition at line 81 of file gvutils.cpp.
References MOVE_TO_FRONT.
| Agsym_t * KDSME::GVUtils::_agnodeattr | ( | Agraph_t * | object, |
| const QString & | attr, | ||
| const QString & | alt = QString() |
||
| ) |
Definition at line 52 of file gvutils.cpp.
|
extern |
The agopen method for opening a graph.
Definition at line 33 of file gvutils.cpp.
| int KDSME::GVUtils::_agset | ( | void * | object, |
| const QString & | attr, | ||
| const QString & | value | ||
| ) |
Directly use agsafeset which always works, contrarily to agset.
Definition at line 119 of file gvutils.cpp.
| Agraph_t * KDSME::GVUtils::_agsubg | ( | Agraph_t * | graph, |
| const QString & | attr, | ||
| bool | create = true |
||
| ) |
Definition at line 107 of file gvutils.cpp.
References MOVE_TO_FRONT.
| int KDSME::GVUtils::_gvLayout | ( | GVC_t * | gvc, |
| graph_t * | g, | ||
| const char * | engine | ||
| ) |
Definition at line 125 of file gvutils.cpp.
Referenced by GraphvizLayouterBackend::layout().