libkdegames/libkdegamesprivate
kgamesvgdocument.h
Go to the documentation of this file.
145 ApplyToCurrentMatrix = 0x01,
149 ReplaceCurrentMatrix = 0x02
161 Unsorted = 0x01,
165 UseInkscapeOrder = 0x02
187 QDomNode elementByUniqueAttributeValue(const QString& attributeName, const QString& attributeValue);
249 void shear(double xRadians, double yRadians, const MatrixOptions& options = ApplyToCurrentMatrix);
263 void skew(double xDegrees, double yDegrees, const MatrixOptions& options = ApplyToCurrentMatrix);
277 void scale(double xFactor, double yFactor, const MatrixOptions& options = ApplyToCurrentMatrix);
459 void setStyleProperties(const QHash<QString, QString>& _styleProperties, const StylePropertySortOptions& options = Unsorted);
QDomElement elementById(const QString &elementId)
QFlags< StylePropertySortOption > StylePropertySortOptions
Q_DECLARE_FLAGS macro confuses doxygen, so create typedef's manually.
Definition: kgamesvgdocument.h:168
StylePropertySortOption
Options for sorting style properties when building a style attribute.
Definition: kgamesvgdocument.h:157
QFlags< MatrixOption > MatrixOptions
Q_DECLARE_FLAGS macro confuses doxygen, so create typedef's manually.
Definition: kgamesvgdocument.h:152
MatrixOption
Options for applying (multiplying) or replacing the current matrix.
Definition: kgamesvgdocument.h:141
QDomDocument & operator=(const QDomDocument &x)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.