|  | Eclipse SUMO - Simulation of Urban MObility
    | 
Go to the source code of this file.
| Macros | |
| #define | COMBOBOX_INS_MASK (COMBOBOX_REPLACE | COMBOBOX_INSERT_BEFORE | COMBOBOX_INSERT_AFTER | COMBOBOX_INSERT_FIRST | COMBOBOX_INSERT_LAST) | 
| #define | COMBOBOX_MASK (COMBOBOX_STATIC | COMBOBOX_INS_MASK) | 
| #define | ICON_SIZE 16 | 
| #define | ICON_SPACING 4 | 
| #define | SIDE_SPACING 6 | 
| Functions | |
| FXDEFMAP (MFXIconComboBox) MFXIconComboBoxMap[] | |
Definition in file MFXIconComboBox.cpp.
| #define COMBOBOX_INS_MASK (COMBOBOX_REPLACE | COMBOBOX_INSERT_BEFORE | COMBOBOX_INSERT_AFTER | COMBOBOX_INSERT_FIRST | COMBOBOX_INSERT_LAST) | 
Definition at line 39 of file MFXIconComboBox.cpp.
| #define COMBOBOX_MASK (COMBOBOX_STATIC | COMBOBOX_INS_MASK) | 
Definition at line 40 of file MFXIconComboBox.cpp.
| #define ICON_SIZE 16 | 
Definition at line 38 of file MFXIconComboBox.cpp.
| #define ICON_SPACING 4 | 
Definition at line 37 of file MFXIconComboBox.cpp.
| #define SIDE_SPACING 6 | 
Definition at line 36 of file MFXIconComboBox.cpp.
| FXDEFMAP | ( | MFXIconComboBox | ) | 
References MFXIconComboBox::ID_LIST, MFXIconComboBox::ID_TEXT, MFXIconComboBox::onFocusDown(), MFXIconComboBox::onFocusSelf(), MFXIconComboBox::onFocusUp(), MFXIconComboBox::onFwdToText(), MFXIconComboBox::onListClicked(), MFXIconComboBox::onMouseWheel(), MFXIconComboBox::onTextButton(), MFXIconComboBox::onTextChanged(), MFXIconComboBox::onTextCommand(), and MFXIconComboBox::onUpdFmText().