#include <graphvizwrapper.h>
Public Member Functions | |
GraphVizWrapper () | |
virtual | ~GraphVizWrapper () |
QSharedPointer< IGVGraph > | createGraph () const |
QString | getGraphVizVersion () const |
Returns used GraphViz version string. | |
QString | getVersion () const |
Returns version of AutomataEditor for which plugin is implemented, tested ... |
Definition at line 81 of file graphvizwrapper.h.
GraphVizWrapper::GraphVizWrapper | ( | ) |
Definition at line 230 of file graphvizwrapper.cpp.
GraphVizWrapper::~GraphVizWrapper | ( | ) | [virtual] |
Definition at line 236 of file graphvizwrapper.cpp.
References DBGLOG_GV.
QSharedPointer< IGVGraph > GraphVizWrapper::createGraph | ( | ) | const [virtual] |
QString GraphVizWrapper::getGraphVizVersion | ( | ) | const [virtual] |
Returns used GraphViz version string.
Implements IGraphViz.
Definition at line 246 of file graphvizwrapper.cpp.
QString GraphVizWrapper::getVersion | ( | ) | const [inline, virtual] |
Returns version of AutomataEditor for which plugin is implemented, tested ...
Implements IGraphViz.
Definition at line 90 of file graphvizwrapper.h.