|
#include <memory>
#include <string>
#include <vector>
#include <QPainterPath>
#include <QPointF>
#include "../model/Transition.h"
Go to the source code of this file.
Classes | |
class | GraphvizConverter |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Macros | |
#define | GV_DPI 72.0f |
Typedefs | |
using | splineVector = std::vector< SupportPoints > |
using | tokenVector = std::vector< std::string > |
#define GV_DPI 72.0f |
Definition at line 35 of file GraphvizConverter.h.