A fuzzy logic C++ library
Namespaces | Defines
grid.cpp File Reference
#include "grid.hpp"
#include "plot_rb.hpp"
#include "plot_private.hpp"
+ Include dependency graph for grid.cpp:

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

Detailed Description


Define Documentation

#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
#define GRID_DEF_W   30