29 #ifndef _CEGUIComboDropList_h_
30 #define _CEGUIComboDropList_h_
32 #include "./Listbox.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
48 class CEGUIEXPORT ComboDropList :
public Listbox
51 static const String EventNamespace;
52 static const String WidgetTypeName;
64 static const String EventListSelectionAccepted;
77 virtual void initialiseComponents(
void);
98 void setArmed(
bool setting) { d_armed = setting; }
139 void resizeToContent(
bool fit_width,
bool fit_height);
190 #if defined(_MSC_VER)
191 # pragma warning(pop)
194 #endif // end of guard _CEGUIComboDropList_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
bool isAutoArmEnabled(void) const
returns the mode of operation for the drop-list
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/widgets/ComboDropList.h:136
bool isArmed(void) const
Return the 'armed' state of the ComboDropList.
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/widgets/ComboDropList.h:111
Base class for the combo box drop down list. This is a specialisation of the Listbox class...
Definition: cegui/include/CEGUI/widgets/ComboDropList.h:48
void setAutoArmEnabled(bool setting)
Set the mode of operation for the ComboDropList.
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/widgets/ComboDropList.h:125
Base class for list box items.
Definition: cegui/include/CEGUI/widgets/ListboxItem.h:51
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: cegui/include/CEGUI/InputEvent.h:251
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: cegui/include/CEGUI/InputEvent.h:280
void setArmed(bool setting)
Set whether the drop-list is 'armed' for selection.
Definition: debian/tmp/usr/include/cegui-0.8.7/CEGUI/widgets/ComboDropList.h:98
EventArgs based class that is used for Activated and Deactivated window events.
Definition: cegui/include/CEGUI/InputEvent.h:329
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62