#include <display.hpp>
Public Member Functions | |
tblit (const int x, const int y) | |
tblit (const int x, const int y, const surface &surf, const SDL_Rect &clip=SDL_Rect()) | |
tblit (const int x, const int y, const std::vector< surface > &surf, const SDL_Rect &clip=SDL_Rect()) | |
Public Attributes | |
int | x |
x screen coordinate to render at. | |
int | y |
y screen coordinate to render at. | |
std::vector< surface > | surf |
surface(s) to render. | |
SDL_Rect | clip |
The clipping area of the source if ommitted the entire source is used. |
Definition at line 430 of file display.hpp.
display::tblit::tblit | ( | const int | x, | |
const int | y | |||
) | [inline] |
Definition at line 431 of file display.hpp.
display::tblit::tblit | ( | const int | x, | |
const int | y, | |||
const surface & | surf, | |||
const SDL_Rect & | clip = SDL_Rect() | |||
) | [inline] |
Definition at line 438 of file display.hpp.
display::tblit::tblit | ( | const int | x, | |
const int | y, | |||
const std::vector< surface > & | surf, | |||
const SDL_Rect & | clip = SDL_Rect() | |||
) | [inline] |
Definition at line 446 of file display.hpp.
std::vector<surface> display::tblit::surf |
surface(s) to render.
Definition at line 457 of file display.hpp.
Referenced by game_display::draw().
SDL_Rect display::tblit::clip |
The clipping area of the source if ommitted the entire source is used.
Definition at line 458 of file display.hpp.
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |