#include <draw.hpp>
Public Member Functions | |
| Draw () | |
| ~Draw () | |
| bool | open () |
| void | point (int x, int y) |
| void | line (int sx, int sy, int ex, int ey) |
| void | clear () |
| void | raise () |
| void | setSize (const unsigned int &width, const unsigned int &height) |
| void | close () |
| Draw::Draw | ( | ) |
| Draw::~Draw | ( | ) |
| void Draw::clear | ( | ) |
| void Draw::close | ( | ) |
| void Draw::line | ( | int | sx, |
| int | sy, | ||
| int | ex, | ||
| int | ey | ||
| ) |
| bool Draw::open | ( | ) |
| void Draw::point | ( | int | x, |
| int | y | ||
| ) |
| void Draw::raise | ( | ) |
| void Draw::setSize | ( | const unsigned int & | width, |
| const unsigned int & | height | ||
| ) |