![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgcssproperties_p.h>
Public Attributes | |
| QStringView | name |
| int | duration = 0 |
| int | delay = 0 |
| int | iteration = 1 |
| QSvgCssValues::EasingFunction | easingFunction = QSvgCssValues::EasingFunction::Ease |
| QSvgCssValues::EasingValues | easingValues |
Definition at line 32 of file qsvgcssproperties_p.h.
| int QSvgAnimationProperty::delay = 0 |
Definition at line 36 of file qsvgcssproperties_p.h.
| int QSvgAnimationProperty::duration = 0 |
Definition at line 35 of file qsvgcssproperties_p.h.
| QSvgCssValues::EasingFunction QSvgAnimationProperty::easingFunction = QSvgCssValues::EasingFunction::Ease |
Definition at line 38 of file qsvgcssproperties_p.h.
| QSvgCssValues::EasingValues QSvgAnimationProperty::easingValues |
Definition at line 39 of file qsvgcssproperties_p.h.
| int QSvgAnimationProperty::iteration = 1 |
Definition at line 37 of file qsvgcssproperties_p.h.
| QStringView QSvgAnimationProperty::name |
Definition at line 34 of file qsvgcssproperties_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().