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

Rectangular area of hexes, allowing to decide how the top and bottom edges handles the vertical shift for each parity of the x coordinate. More...

#include <display.hpp>

Classes

struct  iterator
 very simple iterator to walk into the rect_of_hexes More...
 

Public Types

typedef iterator const_iterator
 

Public Member Functions

iterator begin () const
 
iterator end () const
 

Public Attributes

int left
 
int right
 
int top [2]
 
int bottom [2]
 

Detailed Description

Rectangular area of hexes, allowing to decide how the top and bottom edges handles the vertical shift for each parity of the x coordinate.

Definition at line 309 of file display.hpp.

Member Typedef Documentation

Definition at line 336 of file display.hpp.

Member Function Documentation

display::rect_of_hexes::iterator display::rect_of_hexes::begin ( ) const
display::rect_of_hexes::iterator display::rect_of_hexes::end ( ) const

Member Data Documentation

int display::rect_of_hexes::bottom[2]
int display::rect_of_hexes::left

Definition at line 310 of file display.hpp.

Referenced by display::hexes_under_rect().

int display::rect_of_hexes::right

Definition at line 311 of file display.hpp.

Referenced by end(), and display::hexes_under_rect().

int display::rect_of_hexes::top[2]

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