| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
A dialog for customising animation settings for a symbol. More...
#include <qgssymbolanimationsettingswidget.h>

| Public Member Functions | |
| QgsSymbolAnimationSettingsDialog (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Constructor for QgsSymbolAnimationSettingsDialog. | |
| QgsSymbolAnimationSettings | animationSettings () const | 
| Returns the animation settings as defined in the dialog. | |
| void | setAnimationSettings (const QgsSymbolAnimationSettings &settings) | 
| Sets the animation settings to show in the dialog. | |
A dialog for customising animation settings for a symbol.
Definition at line 68 of file qgssymbolanimationsettingswidget.h.
| QgsSymbolAnimationSettingsDialog::QgsSymbolAnimationSettingsDialog | ( | QWidget * | parent = nullptr, | 
| Qt::WindowFlags | f = Qt::WindowFlags() | ||
| ) | 
Constructor for QgsSymbolAnimationSettingsDialog.
Definition at line 62 of file qgssymbolanimationsettingswidget.cpp.
| QgsSymbolAnimationSettings QgsSymbolAnimationSettingsDialog::animationSettings | ( | ) | const | 
Returns the animation settings as defined in the dialog.
Definition at line 81 of file qgssymbolanimationsettingswidget.cpp.
| void QgsSymbolAnimationSettingsDialog::setAnimationSettings | ( | const QgsSymbolAnimationSettings & | settings | ) | 
Sets the animation settings to show in the dialog.
Definition at line 76 of file qgssymbolanimationsettingswidget.cpp.