MFXEditableTable.cpp File Reference


Detailed Description

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

Definition in file MFXEditableTable.cpp.

#include <config.h>
#include <fx.h>
#include <fxkeys.h>
#include "MFXEditableTable.h"

Go to the source code of this file.

Functions

 FXDEFMAP (MFXEditableTable) MFXEditableTableMap[]
 FXIMPLEMENT (MFXEditableTable, FXTable, MFXEditableTableMap, ARRAYNUMBER(MFXEditableTableMap)) MFXEditableTable


Function Documentation

FXDEFMAP ( MFXEditableTable   ) 

FXIMPLEMENT ( MFXEditableTable  ,
FXTable  ,
MFXEditableTableMap  ,
ARRAYNUMBER(MFXEditableTableMap)   
)

Definition at line 109 of file MFXEditableTable.cpp.

00116         : FXTable(p, tgt, sel, opts, x, y, w, h, pl, pr, pt, pb),
00117         myEditedItem(0) {
00118     myEditor=
00119         new FXTextField((FXComposite*)getParent(),1,this,
00120                         ID_EDITOR,FRAME_NORMAL|LAYOUT_EXPLICIT);
00121     myEditor->hide();
00122     flags |= FLAG_ENABLED|FLAG_DROPTARGET;
00123 }


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