The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
frame_parameters Class Reference

All parameters from a frame at a given instant. More...

#include <frame.hpp>

Public Member Functions

 frame_parameters ()
 

Public Attributes

int duration
 
image::locator image
 
image::locator image_diagonal
 
std::string image_mod
 
std::string halo
 
int halo_x
 
int halo_y
 
std::string halo_mod
 
std::string sound
 
std::string text
 
Uint32 text_color
 
Uint32 blend_with
 
double blend_ratio
 
double highlight_ratio
 
double offset
 
double submerge
 
int x
 
int y
 
int directional_x
 
int directional_y
 
tristate auto_vflip
 
tristate auto_hflip
 
tristate primary_frame
 
int drawing_layer
 

Detailed Description

All parameters from a frame at a given instant.

Definition at line 71 of file frame.hpp.

Constructor & Destructor Documentation

frame_parameters::frame_parameters ( )

Definition at line 222 of file frame.cpp.

Member Data Documentation

tristate frame_parameters::auto_hflip
tristate frame_parameters::auto_vflip
double frame_parameters::blend_ratio
Uint32 frame_parameters::blend_with
int frame_parameters::directional_x
int frame_parameters::directional_y
int frame_parameters::drawing_layer
int frame_parameters::duration

Definition at line 75 of file frame.hpp.

Referenced by unit_frame::merge_parameters(), and frame_parsed_parameters::parameters().

std::string frame_parameters::halo
std::string frame_parameters::halo_mod
int frame_parameters::halo_x
int frame_parameters::halo_y
double frame_parameters::highlight_ratio
image::locator frame_parameters::image
image::locator frame_parameters::image_diagonal
std::string frame_parameters::image_mod
double frame_parameters::offset
tristate frame_parameters::primary_frame
std::string frame_parameters::sound
double frame_parameters::submerge
std::string frame_parameters::text
Uint32 frame_parameters::text_color
int frame_parameters::x
int frame_parameters::y

The documentation for this class was generated from the following files: