QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Contains settings relating to symbol animation. More...
#include <qgssymbol.h>
Public Member Functions | |
double | frameRate () const |
Returns the symbol animation frame rate (in frames per second). | |
bool | isAnimated () const |
Returns true if the symbol is animated. | |
void | setFrameRate (double rate) |
Sets the symbol animation frame rate (in frames per second). | |
void | setIsAnimated (bool animated) |
Sets whether the symbol is animated. | |
Contains settings relating to symbol animation.
Definition at line 40 of file qgssymbol.h.
|
inline |
Returns the symbol animation frame rate (in frames per second).
Definition at line 78 of file qgssymbol.h.
|
inline |
Returns true
if the symbol is animated.
This is a user-facing setting for symbols, which allows users to define whether a symbol is animated, and allows for creation of animated symbols via data defined properties.
Definition at line 64 of file qgssymbol.h.
|
inline |
Sets the symbol animation frame rate (in frames per second).
Definition at line 71 of file qgssymbol.h.
|
inline |
Sets whether the symbol is animated.
This is a user-facing setting for symbols, which allows users to define whether a symbol is animated, and allows for creation of animated symbols via data defined properties.
Definition at line 53 of file qgssymbol.h.