#include <albaGUIListBox.h>
|
| | albaGUIListBox (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxCLIP_CHILDREN) |
| |
| virtual | ~albaGUIListBox () |
| |
| void | Clear () |
| |
| void | AddItem (wxString label, bool checked=false) |
| |
| void | RemoveItem (long id) |
| |
| bool | IsChecked () |
| |
| void | CheckItem (long id) |
| |
| void | CheckSelectedItem () |
| |
| void | SetItemLabel (long id, wxString label) |
| |
| void | SetItemLabel (wxString label) |
| |
| wxString | GetStringSelection () |
| |
| int | GetNumberOfItems () |
| |
| void | SetListener (albaObserver *listener) |
| |
| void | Select (int id) |
| |
| | albaGUIPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name="panel") |
| |
|
| void | OnSelect (wxCommandEvent &event) |
| |
| void | OnSize (wxSizeEvent &event) |
| |
a ListBox that send albaEventNotification in the form albaEvent(this, widget_id, item_id, checked)
Definition at line 35 of file albaGUIListBox.h.
◆ albaGUIListBox()
| albaGUIListBox::albaGUIListBox |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxTAB_TRAVERSAL|wxCLIP_CHILDREN |
|
) |
| |
◆ ~albaGUIListBox()
| virtual albaGUIListBox::~albaGUIListBox |
( |
| ) |
|
|
virtual |
◆ Clear()
| void albaGUIListBox::Clear |
( |
| ) |
|
◆ AddItem()
| void albaGUIListBox::AddItem |
( |
wxString |
label, |
|
|
bool |
checked = false |
|
) |
| |
◆ RemoveItem()
| void albaGUIListBox::RemoveItem |
( |
long |
id | ) |
|
◆ IsChecked()
| bool albaGUIListBox::IsChecked |
( |
| ) |
|
◆ CheckItem()
| void albaGUIListBox::CheckItem |
( |
long |
id | ) |
|
◆ CheckSelectedItem()
| void albaGUIListBox::CheckSelectedItem |
( |
| ) |
|
◆ SetItemLabel() [1/2]
| void albaGUIListBox::SetItemLabel |
( |
long |
id, |
|
|
wxString |
label |
|
) |
| |
◆ SetItemLabel() [2/2]
| void albaGUIListBox::SetItemLabel |
( |
wxString |
label | ) |
|
◆ GetStringSelection()
| wxString albaGUIListBox::GetStringSelection |
( |
| ) |
|
|
inline |
◆ GetNumberOfItems()
| int albaGUIListBox::GetNumberOfItems |
( |
| ) |
|
|
inline |
◆ SetListener()
◆ Select()
| void albaGUIListBox::Select |
( |
int |
id | ) |
|
◆ OnSelect()
| void albaGUIListBox::OnSelect |
( |
wxCommandEvent & |
event | ) |
|
|
protected |
◆ OnSize()
| void albaGUIListBox::OnSize |
( |
wxSizeEvent & |
event | ) |
|
|
protected |
◆ m_ListBox
| wxListBox* albaGUIListBox::m_ListBox |
◆ m_ItemSelected
| wxString albaGUIListBox::m_ItemSelected |
|
protected |
◆ m_Listener
◆ m_PreventNotify
| bool albaGUIListBox::m_PreventNotify |
|
protected |
The documentation for this class was generated from the following file: