The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
animated< T >::frame Struct Reference

Public Member Functions

 frame (int duration, const T &value, int start_time)
 
 frame ()
 

Public Attributes

int duration_
 
value_
 
int start_time_
 

Detailed Description

template<typename T>
struct animated< T >::frame

Definition at line 116 of file animated.hpp.

Constructor & Destructor Documentation

◆ frame() [1/2]

template<typename T >
animated< T >::frame::frame ( int  duration,
const T &  value,
int  start_time 
)
inline

Definition at line 118 of file animated.hpp.

◆ frame() [2/2]

template<typename T >
animated< T >::frame::frame ( )
inline

Definition at line 125 of file animated.hpp.

Member Data Documentation

◆ duration_

template<typename T >
int animated< T >::frame::duration_

Definition at line 133 of file animated.hpp.

◆ start_time_

template<typename T >
int animated< T >::frame::start_time_

Definition at line 135 of file animated.hpp.

◆ value_

template<typename T >
T animated< T >::frame::value_

Definition at line 134 of file animated.hpp.


The documentation for this struct was generated from the following file: