![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MFXIconComboBox.h>
Public Member Functions | |
FXint | appendIconItem (const FXString &text, FXIcon *icon, FXColor bgColor=FXRGBA(0, 0, 0, 0), void *ptr=NULL) |
MFXIconComboBox (FXComposite *p, FXint cols, FXObject *tgt=nullptr, FXSelector sel=0, FXuint opts=COMBOBOX_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) | |
same constructor as parent More... | |
virtual | ~MFXIconComboBox () |
Destructor. More... | |
Protected Member Functions | |
MFXIconComboBox () | |
A combobox which allows for icons and background color This class behaves behaves just like FXComboBox but allows appending items with an icon
Definition at line 53 of file MFXIconComboBox.h.
|
inlineprotected |
Definition at line 57 of file MFXIconComboBox.h.
MFXIconComboBox::MFXIconComboBox | ( | FXComposite * | p, |
FXint | cols, | ||
FXObject * | tgt = nullptr , |
||
FXSelector | sel = 0 , |
||
FXuint | opts = COMBOBOX_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 |
||
) |
same constructor as parent
Definition at line 77 of file MFXIconComboBox.cpp.
|
inlinevirtual |
Destructor.
Definition at line 64 of file MFXIconComboBox.h.
FXint MFXIconComboBox::appendIconItem | ( | const FXString & | text, |
FXIcon * | icon, | ||
FXColor | bgColor = FXRGBA(0, 0, 0, 0) , |
||
void * | ptr = NULL |
||
) |
Definition at line 86 of file MFXIconComboBox.cpp.
Referenced by GUIPropertySchemeStorage< GUIScaleScheme >::fill().