![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <map>#include <sstream>#include <cstring>#include <mechsys/util/string.h>#include <mechsys/util/fatal.h>#include <mechsys/util/array.h>Go to the source code of this file.
Classes | |
| class | GUI::Colours |
| class | GUI::LineTypes |
| class | GUI::PenType |
| class | GUI::Pens |
| class | GUI::FontType |
| class | GUI::Fonts |
Namespaces | |
| namespace | GUI |
Graphical user interfaces. | |
Typedefs | |
| typedef std::map< String, int > | GUI::LineTypes_t |
| typedef std::map< String, PenType > | GUI::Pens_t |
| typedef std::map< String, FontType > | GUI::Fonts_t |
Functions | |
| int | GUI::__init_lin_clr () |
| char const * | GUI::LinClr (int Idx=0) |
| PenType | GUI::Black ("black","solid", 1) |
Variables | |
| Colours | GUI::Clr |
| Array< String > | GUI::__lin_clr |
| int | GUI::__dummy_init_lin_clr = __init_lin_clr() |
| LineTypes | GUI::Lty |
| Pens | GUI::Pen |
| Fonts | GUI::Fnt |
1.7.6.1