![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MFXIconComboBox.h>
Public Member Functions | |
| void | draw (const FXList *list, FXDC &dc, FXint x, FXint y, FXint w, FXint h) |
| MFXListItem (const FXString &text, FXIcon *ic, FXColor _bgColor, void *ptr=NULL) | |
| Construct new item with given text, icon, and user-data. More... | |
Data Fields | |
| FXColor | bgColor |
Protected Member Functions | |
| MFXListItem () | |
A list item which allows for custom coloring
Definition at line 32 of file MFXIconComboBox.h.
|
inline |
Construct new item with given text, icon, and user-data.
Definition at line 37 of file MFXIconComboBox.h.
|
inlineprotected |
Definition at line 46 of file MFXIconComboBox.h.
| void MFXListItem::draw | ( | const FXList * | list, |
| FXDC & | dc, | ||
| FXint | x, | ||
| FXint | y, | ||
| FXint | w, | ||
| FXint | h | ||
| ) |
Definition at line 37 of file MFXIconComboBox.cpp.
References ICON_SPACING, and SIDE_SPACING.
| FXColor MFXListItem::bgColor |
Definition at line 40 of file MFXIconComboBox.h.