Home
last modified time | relevance | path

Searched refs:setEdgeAttr (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgxl2gv.c311 setEdgeAttr(Agedge_t * ep, char *name, char *value, userdata_t * ud) in setEdgeAttr() function
392 setEdgeAttr(E, name, value, ud); in setAttr()
504 setEdgeAttr(E, GXL_FROM, (char *) atts[pos], ud); in startElementHandler()
509 setEdgeAttr(E, GXL_TO, (char *) atts[pos], ud); in startElementHandler()
514 setEdgeAttr(E, GXL_ID, (char *) atts[pos], ud); in startElementHandler()
H A Dgraphml2gv.c320 setEdgeAttr(Agedge_t * ep, char *name, char *value, userdata_t * ud) in setEdgeAttr() function
401 setEdgeAttr(E, name, value, ud); in setAttr()
516 setEdgeAttr(E, GRAPHML_ID, (char *) atts[pos], ud); in startElementHandler()
/dports/graphics/qvge/qvge-0.6.3/src/qvge/
H A DIGraphInterface.h20 …virtual bool setEdgeAttr(const QString& edgeId, const QByteArray& attrId, const QVariant& value) =…
H A DCGraphInterface.h26 virtual bool setEdgeAttr(const QString& edgeId, const QByteArray& attrId, const QVariant& value);
H A DCGraphInterface.cpp106 bool CGraphInterface::setEdgeAttr(const QString& edgeId, const QByteArray& attrId, const QVariant& … in setEdgeAttr() function in CGraphInterface