|
Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|
#include <string>#include <vector>#include "../Graph_lib/Shapes.h"#include "../Graph_lib/Widgets.h"#include "../Graph_lib/Window.h"#include "../Graphix_calc/Axis.h"#include "../Graphix_calc/Bothput_box.h"#include "../Graphix_calc/Function_box.h"#include "../Graphix_calc/Graphix.h"#include "../Graphix_calc/Point_box.h"#include "../Graphix_calc/Segmented_graphix.h"#include "../../backend.h"

Go to the source code of this file.
Classes | |
| class | Graphix_window |
| Окно, с полями для ввода мат. функций, возможностью построения их графиков на сист. коорд. More... | |