The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
animation_cursor Struct Reference

Public Member Functions

 animation_cursor (const config &cfg)
 
 animation_cursor (const config &cfg, animation_cursor *p)
 

Public Attributes

config::const_all_children_itors itors
 
animation_branches branches
 
animation_cursorparent
 

Detailed Description

Definition at line 59 of file animation.cpp.

Constructor & Destructor Documentation

◆ animation_cursor() [1/2]

animation_cursor::animation_cursor ( const config cfg)
inline

Definition at line 61 of file animation.cpp.

References branches.

◆ animation_cursor() [2/2]

animation_cursor::animation_cursor ( const config cfg,
animation_cursor p 
)
inline

Definition at line 67 of file animation.cpp.

References branches, and parent.

Member Data Documentation

◆ branches

animation_branches animation_cursor::branches

Definition at line 174 of file animation.cpp.

Referenced by animation_cursor(), and prepare_single_animation().

◆ itors

config::const_all_children_itors animation_cursor::itors

Definition at line 172 of file animation.cpp.

Referenced by prepare_single_animation().

◆ parent

animation_cursor* animation_cursor::parent

Definition at line 175 of file animation.cpp.

Referenced by animation_cursor(), and prepare_single_animation().


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