Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|
This is the complete list of members for Graphix_calc::Numbed_button, including all inherited members.
attach(Window &) | Graph_lib::Button | virtual |
Button(Point _loc, pix_amount _width, pix_amount _height, const std::string &_label, Callback _cb) | Graph_lib::Button | inline |
cb | Graph_lib::Widget | protected |
get_number() const | Graphix_calc::Numbed_button | inline |
height | Graph_lib::Widget | protected |
hide() | Graph_lib::Widget | inlinevirtual |
label | Graph_lib::Widget | protected |
loc | Graph_lib::Widget | protected |
move(int dx, int dy) | Graph_lib::Widget | virtual |
Numbed_button(Graph_lib::Point _loc, pix_amount _width, pix_amount _height, const std::string &label, void callback(void *, void *)) | Graphix_calc::Numbed_button | inline |
Numbed_button(Graph_lib::Point _loc, pix_amount _width, pix_amount _height, const std::string &label, unsigned long long _number, void callback(void *, void *)) | Graphix_calc::Numbed_button | inline |
number | Graphix_calc::Numbed_button | private |
operator=(const Widget &)=delete | Graph_lib::Widget | |
own | Graph_lib::Widget | protected |
ptr_wid | Graph_lib::Widget | protected |
set_number(unsigned long long value) | Graphix_calc::Numbed_button | inline |
show() | Graph_lib::Widget | inlinevirtual |
Widget()=default | Graph_lib::Widget | |
Widget(Point _loc, pix_amount _width, pix_amount _height, const std::string &_label, Callback _cb) | Graph_lib::Widget | inline |
Widget(const Widget &)=delete | Graph_lib::Widget | |
width | Graph_lib::Widget | protected |
window() | Graph_lib::Widget | inline |
~Numbed_button()=default | Graphix_calc::Numbed_button | |
~Widget()=default | Graph_lib::Widget | virtual |