QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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. More... | |
QgsSymbolAnimationSettings | animationSettings () const |
Returns the animation settings as defined in the dialog. More... | |
void | setAnimationSettings (const QgsSymbolAnimationSettings &settings) |
Sets the animation settings to show in the dialog. More... | |
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.