#include <PreferencesDialogBase.h>
Public Member Functions | |
| PreferencesDialogBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Preferences"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(425, 338), long style=wxDEFAULT_DIALOG_STYLE) | |
| ~PreferencesDialogBase () | |
Public Attributes | |
| LanguagesAvailableListBox * | languages_available |
Protected Member Functions | |
| virtual void | ApplyClicked (wxCommandEvent &event) |
| virtual void | CancelClicked (wxCommandEvent &event) |
| virtual void | OkayClicked (wxCommandEvent &event) |
Protected Attributes | |
| wxPanel * | m_panel2 |
| wxNotebook * | pref_tabs |
| wxPanel * | pref_tabs_languages |
| wxStdDialogButtonSizer * | m_sdbSizer5 |
| wxButton * | m_sdbSizer5OK |
| wxButton * | m_sdbSizer5Apply |
| wxButton * | m_sdbSizer5Cancel |
Class PreferencesDialogBase
| PreferencesDialogBase::PreferencesDialogBase | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxString & | title = _("Preferences"), |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxSize( 425,338 ), |
|||
| long | style = wxDEFAULT_DIALOG_STYLE | |||
| ) |
| PreferencesDialogBase::~PreferencesDialogBase | ( | ) |
| virtual void hipp::PreferencesDialogBase::ApplyClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in hipp::PreferencesDialog.
| virtual void hipp::PreferencesDialogBase::CancelClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in hipp::PreferencesDialog.
| virtual void hipp::PreferencesDialogBase::OkayClicked | ( | wxCommandEvent & | event | ) | [inline, protected, virtual] |
Reimplemented in hipp::PreferencesDialog.
wxPanel* hipp::PreferencesDialogBase::m_panel2 [protected] |
wxStdDialogButtonSizer* hipp::PreferencesDialogBase::m_sdbSizer5 [protected] |
wxButton* hipp::PreferencesDialogBase::m_sdbSizer5Apply [protected] |
wxButton* hipp::PreferencesDialogBase::m_sdbSizer5Cancel [protected] |
wxButton* hipp::PreferencesDialogBase::m_sdbSizer5OK [protected] |
wxNotebook* hipp::PreferencesDialogBase::pref_tabs [protected] |
wxPanel* hipp::PreferencesDialogBase::pref_tabs_languages [protected] |
1.7.1