SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MFXAddEditTypedTable.h File Reference
#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
}

Detailed Description

Author:
Daniel Krajzewicz
Date:
2004-07-02
Version:
Id:
MFXAddEditTypedTable.h 11671 2012-01-07 20:14:30Z behrisch

Definition in file MFXAddEditTypedTable.h.


Enumeration Type Documentation

enum CellType
Enumerator:
CT_UNDEFINED 
CT_REAL 
CT_STRING 
CT_INT 
CT_BOOL 
CT_ENUM 
CT_MAX 

Definition at line 37 of file MFXAddEditTypedTable.h.