MFXAddEditTypedTable.h File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
2004-07-02
Version:
Id
MFXAddEditTypedTable.h 8236 2010-02-10 11:16:41Z behrisch

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
}


Enumeration Type Documentation

enum CellType

Enumerator:
CT_UNDEFINED 
CT_REAL 
CT_STRING 
CT_INT 
CT_BOOL 
CT_ENUM 
CT_MAX 

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 };


Generated on Wed May 5 00:06:38 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6