#include <house.h>
Collaboration diagram for house:

Public Member Functions | |
| house (const c_point &origin=c_point(0, 0), canvas *draw_on=NIL) | |
| void | draw () |
| void | erase () |
| c_rectangle | dimensions () |
| int | height () |
| int | width () |
| void | set_origin (const c_point &origin) |
| void | set_canvas (canvas *draw_on) |
Definition at line 49 of file house.h.
| house::house | ( | const c_point & | origin = c_point(0, 0), |
|
| canvas * | draw_on = NIL | |||
| ) |
| void house::draw | ( | ) |
| void house::erase | ( | ) |
| c_rectangle house::dimensions | ( | ) |
| int house::height | ( | ) |
| int house::width | ( | ) |
| void house::set_origin | ( | const c_point & | origin | ) |
Definition at line 43 of file house.cpp.
References c_point, drawable::origin(), and visible_line::set_origin().
Referenced by house().
| void house::set_canvas | ( | canvas * | draw_on | ) |
1.5.1