|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include <th_gfx_sdl.h>
Public Member Functions | |
| line_sequence () | |
| void | move_to (double fX, double fY) |
| void | line_to (double fX, double fY) |
| void | set_width (double lineWidth) |
| void | draw (render_target *pCanvas, int iX, int iY) |
| void | set_colour (uint8_t iR, uint8_t iG, uint8_t iB, uint8_t iA=255) |
| void | persist (lua_persist_writer *pWriter) const |
| void | depersist (lua_persist_reader *pReader) |
Friends | |
| class | render_target |
| line_sequence::line_sequence | ( | ) |
| void line_sequence::depersist | ( | lua_persist_reader * | pReader | ) |
| void line_sequence::draw | ( | render_target * | pCanvas, |
| int | iX, | ||
| int | iY | ||
| ) |
| void line_sequence::persist | ( | lua_persist_writer * | pWriter | ) | const |
| void line_sequence::set_colour | ( | uint8_t | iR, |
| uint8_t | iG, | ||
| uint8_t | iB, | ||
| uint8_t | iA = 255 |
||
| ) |
|
friend |