Public Member Functions

GraphVizWrapper Class Reference

#include <graphvizwrapper.h>

Inheritance diagram for GraphVizWrapper:
Collaboration diagram for GraphVizWrapper:

List of all members.

Public Member Functions

 GraphVizWrapper ()
virtual ~GraphVizWrapper ()
QSharedPointer< IGVGraphcreateGraph () const
QString getGraphVizVersion () const
 Returns used GraphViz version string.
QString getVersion () const
 Returns version of AutomataEditor for which plugin is implemented, tested ...

Detailed Description

Definition at line 81 of file graphvizwrapper.h.


Constructor & Destructor Documentation

GraphVizWrapper::GraphVizWrapper (  ) 

Definition at line 230 of file graphvizwrapper.cpp.

GraphVizWrapper::~GraphVizWrapper (  )  [virtual]

Definition at line 236 of file graphvizwrapper.cpp.

References DBGLOG_GV.


Member Function Documentation

QSharedPointer< IGVGraph > GraphVizWrapper::createGraph (  )  const [virtual]

Returns instance of new graph

See also:
IGVGraph, IGVNode and IGVEdge

Implements IGraphViz.

Definition at line 241 of file graphvizwrapper.cpp.

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.


The documentation for this class was generated from the following files: