#include "graphvizwrapper.h"
#include "utility/dbglog.h"
#include <QtPlugin>
#include <QPointF>
#include <QString>
Go to the source code of this file.
Defines | |
#define | DBGLOG_GV(x) DBGLOG_("GRAPHVIZ", x) |
#define | RELLOG_GV(x) RELLOG_("GRAPHVIZ", x) |
#define DBGLOG_GV | ( | x | ) | DBGLOG_("GRAPHVIZ", x) |
Definition at line 9 of file graphvizwrapper.cpp.
Referenced by GraphVizWrapper::~GraphVizWrapper(), GVEdge::~GVEdge(), GVGraph::~GVGraph(), and GVNode::~GVNode().
#define RELLOG_GV | ( | x | ) | RELLOG_("GRAPHVIZ", x) |
Definition at line 10 of file graphvizwrapper.cpp.
Referenced by GVGraph::addEdge(), and GVGraph::addNode().