#include <combobox_generic.h>
Collaboration diagram for CL_ComboBox_Generic:

Public Methods | |
| CL_ComboBox_Generic (CL_ComboBox *self, const CL_ComponentOptions &options, CL_StyleManager *style) | |
| ~CL_ComboBox_Generic () | |
| int | get_count () const |
| std::list<std::string>& | get_items () |
| std::string | get_current_text () const |
| std::string | get_text (int index) const |
| int | get_current_item () const |
| bool | is_selected (int index) const |
| int | insert_item (const std::string &text, int index) |
| void | remove_item (int index) |
| void | change_item (const std::string &text, int index) |
| void | set_current_item (int index) |
| void | clear_selection () |
| void | sort (bool ascending) |
| void | clear () |
Public Attributes | |
| CL_Signal_v1<int> | sig_activated |
| CL_Signal_v1<int> | sig_highlighted |
Static Public Methods | |
| CL_ComponentOptions | create_options (const CL_Rect &pos) |
Protected Methods | |
| void | set_select_button (CL_Button *select_button) |
| void | select_clicked () |
Protected Attributes | |
| CL_Slot | slot_clicked |
| CL_Slot | slot_pressed |
| bool | activated |
| bool | skip_next_activation |
| int | highlighted_item |
| CL_ComboBox* | combobox |
| CL_Button* | select_button |
| std::list<std::string> | items |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file combobox_generic.h. |
|
|
Definition at line 61 of file combobox_generic.h. |
|
|
Definition at line 59 of file combobox_generic.h. |
|
|
Definition at line 64 of file combobox_generic.h. |
|
|
Definition at line 62 of file combobox_generic.h. |
|
|
Definition at line 47 of file combobox_generic.h. |
|
|
Definition at line 48 of file combobox_generic.h. |
|
|
Definition at line 57 of file combobox_generic.h. |
|
|
Definition at line 54 of file combobox_generic.h. |
|
|
Definition at line 54 of file combobox_generic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001