#include <iostream>#include <QtCore>#include <QtXml>#include <QGuiApplication>#include <QFontDatabase>#include <QImage>#include <QPainter>#include <QPdfWriter>#include <QRegularExpression>#include "octave-qsvghandler.h"Go to the source code of this file.
Functions | |
| void | add_custom_properties (QDomElement &parent_elt) |
| void | configure_minimal_qtapp () |
| void | draw (QDomElement &parent_elt, pdfpainter &painter) |
| QString | get_field (QString str, QString field) |
| int | main (int argc, char **argv) |
| QVector< QPointF > | qstr2ptsvector (QString str) |
| QVector< QPoint > | qstr2ptsvectord (QString str) |
| QVector< double > | qstr2vectord (QString str) |
| QVector< double > | qstr2vectorf (QString str) |
| void | reconstruct_polygons (QDomElement &parent_elt, int reconstruct_level) |
| void | replace_polygons (QDomElement &parent_elt, QList< QDomNode > orig, QList< QPolygonF > polygons) |
| void add_custom_properties | ( | QDomElement & | parent_elt | ) |
Definition at line 867 of file octave-svgconvert.cc.
References add_custom_properties().
Referenced by add_custom_properties(), and main().
| void configure_minimal_qtapp | ( | ) |
Definition at line 54 of file octave-svgconvert.cc.
Referenced by main().
| void draw | ( | QDomElement & | parent_elt, |
| pdfpainter & | painter | ||
| ) |
Definition at line 355 of file octave-svgconvert.cc.
References d, draw(), get_field(), qstr2ptsvector(), qstr2ptsvectord(), qstr2vectord(), qstr2vectorf(), and x.
| QString get_field | ( | QString | str, |
| QString | field | ||
| ) |
Definition at line 159 of file octave-svgconvert.cc.
Referenced by draw().
Definition at line 907 of file octave-svgconvert.cc.
References add_custom_properties(), configure_minimal_qtapp(), draw(), reconstruct_polygons(), and strcmp().
| QVector< QPointF > qstr2ptsvector | ( | QString | str | ) |
Definition at line 126 of file octave-svgconvert.cc.
Referenced by draw(), and reconstruct_polygons().
| QVector< QPoint > qstr2ptsvectord | ( | QString | str | ) |
Definition at line 143 of file octave-svgconvert.cc.
Referenced by draw().
| QVector< double > qstr2vectord | ( | QString | str | ) |
Definition at line 115 of file octave-svgconvert.cc.
Referenced by draw().
| QVector< double > qstr2vectorf | ( | QString | str | ) |
Definition at line 102 of file octave-svgconvert.cc.
Referenced by draw().
| void reconstruct_polygons | ( | QDomElement & | parent_elt, |
| int | reconstruct_level | ||
| ) |
Definition at line 789 of file octave-svgconvert.cc.
References qstr2ptsvector(), reconstruct_polygons(), and replace_polygons().
Referenced by main(), and reconstruct_polygons().
| void replace_polygons | ( | QDomElement & | parent_elt, |
| QList< QDomNode > | orig, | ||
| QList< QPolygonF > | polygons | ||
| ) |
Definition at line 757 of file octave-svgconvert.cc.
References x.
Referenced by reconstruct_polygons().