#include <config-kdsme.h>
#include <graphviz/types.h>
#include <QString>
Go to the source code of this file.
|
Agedge_t * | KDSME::GVUtils::_agedge (Agraph_t *graph, Agnode_t *tail, Agnode_t *head, const QString &name=QString(), bool create=true) |
|
Agsym_t * | KDSME::GVUtils::_agedgeattr (Agraph_t *object, const QString &attr, const QString &alt=QString()) |
|
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.
|
|
Agnode_t * | KDSME::GVUtils::_agnode (Agraph_t *graph, const QString &attr, bool create=true) |
|
Agsym_t * | KDSME::GVUtils::_agnodeattr (Agraph_t *object, const QString &attr, const QString &alt=QString()) |
|
Agraph_t * | KDSME::GVUtils::_agopen (const QString &name, int kind) |
| The agopen method for opening a graph.
|
|
int | KDSME::GVUtils::_agset (void *object, const QString &attr, const QString &value) |
| Directly use agsafeset which always works, contrarily to agset.
|
|
Agraph_t * | KDSME::GVUtils::_agsubg (Agraph_t *graph, const QString &attr, bool create=true) |
|
int | KDSME::GVUtils::_gvLayout (GVC_t *gvc, graph_t *g, const char *engine) |
|