SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "MFXEditableTable.h"
#include <vector>
#include <utils/foxtools/FXRealSpinDial.h>
Go to the source code of this file.
Data Structures | |
class | MFXAddEditTypedTable |
struct | MFXAddEditTypedTable::EditedTableItem |
struct | MFXAddEditTypedTable::NumberCellParams |
Enumerations | |
enum | CellType { CT_UNDEFINED = -1, CT_REAL = 0, CT_STRING = 1, CT_INT = 2, CT_BOOL = 3, CT_ENUM = 4, CT_MAX } |
Definition in file MFXAddEditTypedTable.h.
enum CellType |
Definition at line 37 of file MFXAddEditTypedTable.h.