Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|
This is the complete list of members for Graph_lib::Shape, including all inherited members.
add(Point p) | Graph_lib::Shape | inlineprotected |
c | Graph_lib::Shape | private |
color() const | Graph_lib::Shape | inline |
draw() const | Graph_lib::Shape | |
draw_lines() const | Graph_lib::Shape | protectedvirtual |
f_c | Graph_lib::Shape | private |
fill_color() const | Graph_lib::Shape | inline |
get_style() const | Graph_lib::Shape | inline |
ls | Graph_lib::Shape | private |
move(int dx, int dy) | Graph_lib::Shape | virtual |
number_of_points() const | Graph_lib::Shape | inline |
operator=(const Shape &)=delete | Graph_lib::Shape | inline |
point(int i) const | Graph_lib::Shape | inline |
points | Graph_lib::Shape | private |
set_color(Color _color) | Graph_lib::Shape | inline |
set_fill_color(Color _color) | Graph_lib::Shape | inline |
set_point(int i, Point p) | Graph_lib::Shape | inlineprotected |
set_style(Line_style sty) | Graph_lib::Shape | inline |
Shape()=default | Graph_lib::Shape | inline |
Shape(std::initializer_list< Point > _points) | Graph_lib::Shape | inline |
Shape(const Shape &)=delete | Graph_lib::Shape | inline |
~Shape()=0 | Graph_lib::Shape | pure virtual |