Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|
#include <cmath>
#include <functional>
#include <stdexcept>
#include <string>
#include <vector>
#include "Point.h"
#include "fltk.h"
Go to the source code of this file.
Classes | |
class | Graph_lib::Bad_image |
struct | Graph_lib::Closed_polyline |
Закрытая последовательность линий More... | |
struct | Graph_lib::Color |
Цвет, с учетом прозрачности More... | |
class | Graph_lib::Font |
class | Graph_lib::Image |
class | Graph_lib::Line |
Простая линяя, сост. из двух точек More... | |
struct | Graph_lib::Line_style |
class | Graph_lib::Lines |
Независимые линии More... | |
class | Graph_lib::Mark |
class | Graph_lib::Marked_polyline |
class | Graph_lib::Marks |
class | Graph_lib::Open_polyline |
Открытая последовательность линий More... | |
class | Graph_lib::Shape |
Абстрактная фигура More... | |
struct | Graph_lib::Suffix |
class | Graph_lib::Text |
Namespaces | |
namespace | Graph_lib |
Functions | |
Suffix::Encoding | Graph_lib::get_encoding (const std::string &s) |
Variables | |
const double | Graph_lib::pi {std::acos(-1.0)} |