![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MFXComboBox.h>
Public Member Functions | |
| MFXComboBox (FXComposite *p, FXint cols, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=REALSPIN_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
| fox declaration More... | |
| long | onKeyPress (FXObject *o, FXSelector sel, void *data) |
| called when this MFXComboBox is updated More... | |
| ~MFXComboBox () | |
| destructor (Called automatically) More... | |
Definition at line 28 of file MFXComboBox.h.
| MFXComboBox::MFXComboBox | ( | FXComposite * | p, |
| FXint | cols, | ||
| FXObject * | tgt = NULL, |
||
| FXSelector | sel = 0, |
||
| FXuint | opts = REALSPIN_NORMAL, |
||
| FXint | x = 0, |
||
| FXint | y = 0, |
||
| FXint | w = 0, |
||
| FXint | h = 0, |
||
| FXint | pl = DEFAULT_PAD, |
||
| FXint | pr = DEFAULT_PAD, |
||
| FXint | pt = DEFAULT_PAD, |
||
| FXint | pb = DEFAULT_PAD |
||
| ) |
fox declaration
constructor (Very similar to the FXButton constructor)
Definition at line 35 of file MFXComboBox.cpp.
| MFXComboBox::~MFXComboBox | ( | ) |
destructor (Called automatically)
Definition at line 40 of file MFXComboBox.cpp.
| long MFXComboBox::onKeyPress | ( | FXObject * | o, |
| FXSelector | sel, | ||
| void * | data | ||
| ) |
called when this MFXComboBox is updated
Definition at line 44 of file MFXComboBox.cpp.
Referenced by FXDEFMAP().