.TH "sources/svg/qetsvg.h" 3 "Version 0.200.1-dev" "QElectroTech" \" -*- nroff -*-
.ad l
.nh
.SH NAME
sources/svg/qetsvg.h
.SH SYNOPSIS
.br
.PP
\fR#include <QDomElement>\fP
.br

.SS "Namespaces"

.in +1c
.ti -1c
.RI "namespace \fBQETSVG\fP"
.br
.RI "the \fBQETSVG\fP namespace provide function read and write svg\&. Some function work on xml element (ex rect) and some other work on attribute of an element (ex x) "
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "QDomElement \fBQETSVG::rectToElmt\fP (const QRectF &rect, QDomDocument &parent_document)"
.br
.RI "\fBQETSVG::rectToElmt\fP Write a QRect as a svg rect element\&. "
.ti -1c
.RI "QRectF \fBQETSVG::rectFromElmt\fP (const QDomElement &xml_element)"
.br
.RI "\fBQETSVG::rectFromElmt\fP\&. "
.ti -1c
.RI "void \fBQETSVG::yToAttribute\fP (const qreal &y, QDomElement &xml_element)"
.br
.RI "\fBQETSVG::yToAttribute\fP\&. "
.ti -1c
.RI "qreal \fBQETSVG::yFromAttribute\fP (const QDomElement &xml_element, const qreal &def_value=0)"
.br
.RI "\fBQETSVG::yFromAttribute\fP\&. "
.ti -1c
.RI "void \fBQETSVG::heightToAttribute\fP (const qreal &height, QDomElement &xml_element)"
.br
.RI "\fBQETSVG::heightToAttribute\fP\&. "
.ti -1c
.RI "qreal \fBQETSVG::heightFromAttribute\fP (const QDomElement &xml_element, const qreal &def_value=10)"
.br
.ti -1c
.RI "void \fBQETSVG::rToAttribute\fP (const qreal &r, QDomElement &xml_element)"
.br
.ti -1c
.RI "qreal \fBQETSVG::rFromAttribute\fP (const QDomElement &xml_element, const qreal &def_value=1)"
.br
.ti -1c
.RI "void \fBQETSVG::pointsToAttribute\fP (const QVector< QPointF > &points, QDomElement &xml_element)"
.br
.ti -1c
.RI "QVector< QPointF > \fBQETSVG::pointsFromAttribute\fP (const QDomElement &xml_element)"
.br
.RI "\fBQETSVG::pointsFromAttribute\fP\&. "
.in -1c
.SH "Author"
.PP 
Generated automatically by Doxygen for QElectroTech from the source code\&.
