#include <selection_list.h>
Inheritance diagram for CL_SelectionList:


Public Methods | |
| CL_SelectionList (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager_Default *style, CL_Font *font, const std::list< std::string > &selection_list) | |
| virtual | ~CL_SelectionList () |
| void | cancel () |
Public Attributes | |
| CL_Signal_v1<int> | sig_activated |
| CL_Signal_v0 | sig_cancelled |
Private Methods | |
| void | on_paint () |
| void | on_key_down (CL_Component *comp, CL_InputDevice *device, CL_Key key) |
| void | on_mouse_move (CL_Component *comp, CL_InputDevice *device, int x, int y) |
| void | on_scroll_change (int new_offset) |
Private Attributes | |
| CL_Slot | slot_paint |
| CL_Slot | slot_key_down |
| CL_Slot | slot_moouse_move |
| CL_StyleManager_Default* | style |
| CL_Font* | font |
| int | highlighted_option |
| bool | has_scrollbar |
| unsigned int | max_height |
| int | scroll_offset |
| CL_Scrollbar* | scrollbar |
| std::list<std::string> | selection_list |
|
|
|
|
|
Definition at line 30 of file selection_list.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 45 of file selection_list.h. |
|
|
Definition at line 48 of file selection_list.h. |
|
|
Definition at line 46 of file selection_list.h. |
|
|
Definition at line 49 of file selection_list.h. |
|
|
Definition at line 50 of file selection_list.h. |
|
|
Definition at line 52 of file selection_list.h. |
|
|
Definition at line 54 of file selection_list.h. |
|
|
Definition at line 34 of file selection_list.h. |
|
|
Definition at line 35 of file selection_list.h. |
|
|
Definition at line 42 of file selection_list.h. |
|
|
Definition at line 42 of file selection_list.h. |
|
|
Definition at line 42 of file selection_list.h. |
|
|
Definition at line 44 of file selection_list.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001