Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::Animation Struct Reference

Animation helper class. More...

Collaboration diagram for gem::Animation:

Public Member Functions

 Animation (EAnimation t=AnimationNone, ProgressListener p=ProgressListener(), int d=-1)
 Create an Animation.
 Animation (EAnimation t, int d)
 Create an Animation.

Public Attributes

EAnimation type
 The type of animation.
ProgressListener progress
 The progress listener.
int duration
 The duration of animation in milliseconds (0 means no animation).

Detailed Description

Animation helper class.

Constructor & Destructor Documentation

◆ Animation() [1/2]

gem::Animation::Animation ( EAnimation t = AnimationNone,
ProgressListener p = ProgressListener(),
int d = -1 )
inline

Create an Animation.

Parameters
tType of animation.
pProgress listener of the animation.
dTime in milliseconds representing how long should the animation take. 0 means a default duration set internally by the SDK

◆ Animation() [2/2]

gem::Animation::Animation ( EAnimation t,
int d )
inline

Create an Animation.

Parameters
tType of animation.
dTime in milliseconds representing how long should the animation take. 0 means a default duration set internally by the SDK