GraphvizConverter Class Reference

#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/layout/GraphvizConverter.h>

Public Member Functions

 GraphvizConverter ()
 

Static Public Member Functions

static std::string convertFromFloat (float number)
 
static std::string convertFromPoint (QPointF point)
 
static std::string convertFromSpline (SupportPoints spline)
 
static float convertToFloat (const std::string &graphvizNumber)
 
static QPointF convertToPoint (std::string graphvizPoint)
 
static QRectF convertToRectangle (const std::string &graphvizPoint)
 
static SupportPoints convertToSpline (const std::string &graphVizSplineType)
 

Detailed Description

Definition at line 43 of file GraphvizConverter.h.

Constructor & Destructor Documentation

◆ GraphvizConverter()

Definition at line 44 of file GraphvizConverter.cpp.

Member Function Documentation

◆ convertFromFloat()

std::string convertFromFloat ( float  number)
static

Definition at line 67 of file GraphvizConverter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ convertFromPoint()

std::string convertFromPoint ( QPointF  point)
static

Definition at line 112 of file GraphvizConverter.cpp.

+ Here is the call graph for this function:

◆ convertFromSpline()

std::string convertFromSpline ( armarx::SupportPoints  spline)
static

Definition at line 186 of file GraphvizConverter.cpp.

◆ convertToFloat()

float convertToFloat ( const std::string &  graphvizNumber)
static

Definition at line 49 of file GraphvizConverter.cpp.

◆ convertToPoint()

QPointF convertToPoint ( std::string  graphvizPoint)
static

Definition at line 80 of file GraphvizConverter.cpp.

◆ convertToRectangle()

QRectF convertToRectangle ( const std::string &  graphvizPoint)
static

Definition at line 140 of file GraphvizConverter.cpp.

+ Here is the caller graph for this function:

◆ convertToSpline()

armarx::SupportPoints convertToSpline ( const std::string &  graphVizSplineType)
static

Definition at line 171 of file GraphvizConverter.cpp.

+ Here is the caller graph for this function:

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