Defines

C:/CVUT/diplomka/Automata_editor/gvwrapper/graphvizwrapper.cpp File Reference

#include "graphvizwrapper.h"
#include "utility/dbglog.h"
#include <QtPlugin>
#include <QPointF>
#include <QString>
Include dependency graph for graphvizwrapper.cpp:

Go to the source code of this file.

Defines

#define DBGLOG_GV(x)   DBGLOG_("GRAPHVIZ", x)
#define RELLOG_GV(x)   RELLOG_("GRAPHVIZ", x)

Define Documentation

#define DBGLOG_GV (   x  )     DBGLOG_("GRAPHVIZ", x)
#define RELLOG_GV (   x  )     RELLOG_("GRAPHVIZ", x)

Definition at line 10 of file graphvizwrapper.cpp.

Referenced by GVGraph::addEdge(), and GVGraph::addNode().