ALBA
Public Member Functions | Protected Attributes | List of all members
albaGUIComboBox Class Reference

#include <albaGUIComboBox.h>

Inheritance diagram for albaGUIComboBox:
Inheritance graph
[legend]
Collaboration diagram for albaGUIComboBox:
Collaboration graph
[legend]

Public Member Functions

 albaGUIComboBox (wxWindow *parent, wxWindowID id, wxArrayString array, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxCLIP_CHILDREN)
 
virtual ~albaGUIComboBox ()
 
void SetListener (albaObserver *listener)
 
void SetSelection (int n)
 

Protected Attributes

albaObserverm_Listener
 
int m_OldValue
 

Detailed Description

a ListBox that send albaEventNotification in the form albaEvent(this, widget_id, item_id, checked)

Definition at line 35 of file albaGUIComboBox.h.

Constructor & Destructor Documentation

◆ albaGUIComboBox()

albaGUIComboBox::albaGUIComboBox ( wxWindow *  parent,
wxWindowID  id,
wxArrayString  array,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTAB_TRAVERSAL|wxCLIP_CHILDREN 
)

◆ ~albaGUIComboBox()

virtual albaGUIComboBox::~albaGUIComboBox ( )
virtual

Member Function Documentation

◆ SetListener()

void albaGUIComboBox::SetListener ( albaObserver listener)
inline

Definition at line 47 of file albaGUIComboBox.h.

◆ SetSelection()

void albaGUIComboBox::SetSelection ( int  n)

Member Data Documentation

◆ m_Listener

albaObserver* albaGUIComboBox::m_Listener
protected

Definition at line 55 of file albaGUIComboBox.h.

◆ m_OldValue

int albaGUIComboBox::m_OldValue
protected

Definition at line 56 of file albaGUIComboBox.h.


The documentation for this class was generated from the following file: