Lines Matching defs:graphic_object

548 class graphic_object : public object {
557 graphic_object();
558 ~graphic_object();
572 graphic_object::graphic_object()
577 void graphic_object::set_dotted(double wid)
583 void graphic_object::set_dashed(double wid)
589 void graphic_object::set_thickness(double th)
594 void graphic_object::set_fill(double)
598 void graphic_object::set_fill_color(char *c)
603 void graphic_object::set_outline_color(char *c)
608 char *graphic_object::get_outline_color()
613 void graphic_object::set_invisible()
618 void graphic_object::add_text(text_item *t, int a)
640 void graphic_object::print_text()
655 graphic_object::~graphic_object()
661 class rectangle_object : public graphic_object {
775 out->set_color(color_fill, graphic_object::get_outline_color());
792 graphic_object *object_spec::make_box(position *curpos, direction *dirp)
946 graphic_object *object_spec::make_block(position *curpos, direction *dirp)
984 graphic_object *object_spec::make_text(position *curpos, direction *dirp)
1029 out->set_color(color_fill, graphic_object::get_outline_color());
1034 graphic_object *object_spec::make_ellipse(position *curpos, direction *dirp)
1078 out->set_color(color_fill, graphic_object::get_outline_color());
1083 graphic_object *object_spec::make_circle(position *curpos, direction *dirp)
1103 class move_object : public graphic_object {
1131 graphic_object *object_spec::make_move(position *curpos, direction *dirp)
1184 class linear_object : public graphic_object {
1263 out->set_color(0, graphic_object::get_outline_color());
1276 graphic_object::get_outline_color());
1282 graphic_object::get_outline_color());
1295 graphic_object::get_outline_color());
1301 graphic_object::get_outline_color());
1368 out->set_color(0, graphic_object::get_outline_color());
1381 graphic_object::get_outline_color());
1387 graphic_object::get_outline_color());
1400 graphic_object::get_outline_color());
1406 graphic_object::get_outline_color());
1617 out->set_color(0, graphic_object::get_outline_color());
1640 graphic_object::get_outline_color());
1650 graphic_object::get_outline_color());
1667 graphic_object::get_outline_color());
1677 graphic_object::get_outline_color());
1796 graphic_object *object_spec::make_linear(position *curpos, direction *dirp)
1828 graphic_object *obj = 0;