The Battle for Wesnoth  1.19.0-dev
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 318 of file display.hpp.

Member Typedef Documentation

◆ const_iterator

Definition at line 345 of file display.hpp.

Member Function Documentation

◆ begin()

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

Definition at line 636 of file display.cpp.

References left, and top.

Referenced by unit_frame::get_overlaped_hex(), and display::scroll_to_tiles().

◆ end()

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

Definition at line 640 of file display.cpp.

References right, and top.

Referenced by display::draw_hex(), unit_frame::get_overlaped_hex(), and display::scroll_to_tiles().

Member Data Documentation

◆ bottom

int display::rect_of_hexes::bottom[2]

◆ left

int display::rect_of_hexes::left

Definition at line 319 of file display.hpp.

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

◆ right

int display::rect_of_hexes::right

Definition at line 320 of file display.hpp.

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

◆ top

int display::rect_of_hexes::top[2]

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