Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|
This is the complete list of members for Graph_lib::Window, including all inherited members.
attach(Shape &) | Graph_lib::Window | |
attach(Widget &) | Graph_lib::Window | |
detach(Shape &) | Graph_lib::Window | |
detach(Widget &) | Graph_lib::Window | |
draw() | Graph_lib::Window | protected |
h() const | Graph_lib::Window | inline |
height | Graph_lib::Window | private |
init() | Graph_lib::Window | privatevirtual |
put_on_top(Shape &) | Graph_lib::Window | |
put_on_top(Widget &) | Graph_lib::Window | |
resize(pix_amount _width, pix_amount _height) | Graph_lib::Window | inline |
set_label(const std::string &s) | Graph_lib::Window | inline |
shapes | Graph_lib::Window | private |
w() const | Graph_lib::Window | inline |
width | Graph_lib::Window | private |
Window(pix_amount _width, pix_amount _height, const std::string &title) | Graph_lib::Window | |
Window(Point top_left_corner, pix_amount _width, pix_amount _height, const std::string &title) | Graph_lib::Window | |
~Window()=default | Graph_lib::Window | virtual |