|
Money Manager EX
An easy to use, money management application built with wxWidgets
|
#include <mmSimpleDialogs.h>
Inheritance diagram for mmComboBoxCustom:
Collaboration diagram for mmComboBoxCustom:Public Member Functions | |
| mmComboBoxCustom (wxWindow *parent, wxArrayString &a, wxWindowID id=wxID_ANY, wxSize size=wxDefaultSize) | |
Public Member Functions inherited from mmComboBox | |
| mmComboBox (wxWindow *parent, wxWindowID id=wxID_ANY, wxSize size=wxDefaultSize) | |
| void | mmSetId (int64 id) |
| int64 | mmGetId () const |
| const wxString | mmGetPattern () const |
| bool | mmIsValid () const |
| void | mmDoReInitialize () |
Protected Member Functions | |
| void | init () |
Protected Member Functions inherited from mmComboBox | |
| void | OnTextUpdated (wxCommandEvent &event) |
| void | OnSetFocus (wxFocusEvent &event) |
| void | OnDropDown (wxCommandEvent &) |
| void | OnKeyPressed (wxKeyEvent &event) |
Additional Inherited Members | |
Protected Attributes inherited from mmComboBox | |
| std::map< wxString, int64 > | all_elements_ |
| mmComboBoxCustom::mmComboBoxCustom | ( | wxWindow * | parent, |
| wxArrayString & | a, | ||
| wxWindowID | id = wxID_ANY, |
||
| wxSize | size = wxDefaultSize |
||
| ) |
|
inlineprotectedvirtual |
Implements mmComboBox.