A fuzzy logic C++ library
|
Namespaces | |
namespace | slifis_plot |
This namespace includes both the set of interface functions to the backend graphical library and the plot classes, see Slifis Graphical API for plotting. | |
Defines | |
#define | TABLE_MAX_WIDTH (size_t)90 |
maximum width (pixels) for a column | |
#define | TABLE_MAX_HEIGHT (size_t)50 |
maximum height (pixels) for a row | |
#define | GRID_DEF_H 20 |
#define | GRID_DEF_W 30 |
#define TABLE_MAX_WIDTH (size_t)90 |
maximum width (pixels) for a column
Referenced by slifis_plot::GRID::SetColumnWidth().
#define TABLE_MAX_HEIGHT (size_t)50 |
maximum height (pixels) for a row
Referenced by slifis_plot::GRID::SetRowHeight().
#define GRID_DEF_H 20 |
Referenced by slifis_plot::GRID::SetSize().
#define GRID_DEF_W 30 |
Referenced by slifis_plot::GRID::SetSize().