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
exploder_rect Struct Reference

#include <exploder_utils.hpp>

Public Member Functions

 exploder_rect ()
 
 exploder_rect (int x, int y, int w, int h)
 
 exploder_rect (const std::string &s)
 

Public Attributes

int x
 
int y
 
int w
 
int h
 

Detailed Description

Definition at line 39 of file exploder_utils.hpp.

Constructor & Destructor Documentation

exploder_rect::exploder_rect ( )
inline

Definition at line 41 of file exploder_utils.hpp.

exploder_rect::exploder_rect ( int  x,
int  y,
int  w,
int  h 
)
inline

Definition at line 42 of file exploder_utils.hpp.

exploder_rect::exploder_rect ( const std::string s)

Definition at line 32 of file exploder_utils.cpp.

References mp_ui_alerts::items, and utils::split().

Member Data Documentation

int exploder_rect::h

Definition at line 48 of file exploder_utils.hpp.

Referenced by main().

int exploder_rect::w

Definition at line 47 of file exploder_utils.hpp.

Referenced by main().

int exploder_rect::x

Definition at line 45 of file exploder_utils.hpp.

Referenced by main().

int exploder_rect::y

Definition at line 46 of file exploder_utils.hpp.

Referenced by main().


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