Definition in file MFXAddEditTypedTable.h.
#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 } |
| enum CellType |
Definition at line 36 of file MFXAddEditTypedTable.h.
00036 { 00037 CT_UNDEFINED = -1, 00038 CT_REAL = 0, 00039 CT_STRING = 1, 00040 CT_INT = 2, 00041 CT_BOOL = 3, 00042 CT_ENUM = 4, 00043 CT_MAX 00044 };
1.5.6