![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <cmath>
#include <cfloat>
#include <cstring>
#include <iostream>
#include <map>
#include <mechsys/util/fatal.h>
#include <mechsys/util/array.h>
#include <mechsys/gui/common.h>
Go to the source code of this file.
Classes | |
struct | GUI::CurveProps |
Namespaces | |
namespace | GUI |
Graphical user interfaces. | |
Enumerations | |
enum | GUI::CurveType { GUI::CT_POINTS, GUI::CT_LINES, GUI::CT_BOTH } |
Functions | |
GUI::EqSF (false) | |
GUI::Grid (true) | |
GUI::RecSF (true) | |
GUI::WFrame (true) | |
GUI::BNumTck (10) | |
GUI::LNumTck (10) | |
GUI::TicFsz (10) | |
GUI::LblFsz (12) | |
GUI::TitFsz (14) | |
GUI::LegAtBot (true) | |
GUI::LegHei (30) | |
GUI::LegWid (0) | |
GUI::CompactBR (true) | |
GUI::DefPsz (8) | |
GUI::LRth (40) | |
GUI::RRth (5) | |
GUI::BRth (CompactBR?20:20+TicFsz) | |
GUI::TRth (18) | |
GUI::DelHB (6) | |
GUI::DelVB (6) | |
GUI::TicLen (9) | |
GUI::LinLen (40) | |
GUI::LinDx (20) | |
GUI::ShowLastY (true) | |
GUI::_sfX (1.0) | |
GUI::_sfY (1.0) | |
GUI::_sfok (false) | |
GUI::_Xmin (0.0) | |
GUI::_Ymin (0.0) | |
GUI::_Xmax (1.0) | |
GUI::_Ymax (1.0) | |
GUI::_hlegicon (LegHei/2) | |
GUI::_nlegicon (-1) | |
GUI::_nlegrows (1) |