| Code::Blocks
    SVN r11506
    | 
A simple dialog that wraps a cbConfigurationPanel. More...
#include <configurationpanel.h>
| Public Member Functions | |
| cbConfigurationDialog (wxWindow *parent, int id, const wxString &title) | |
| void | AttachConfigurationPanel (cbConfigurationPanel *panel) | 
| ~cbConfigurationDialog () override | |
| void | EndModal (int retCode) override | 
|  Public Member Functions inherited from wxScrollingDialog | |
| wxScrollingDialog () | |
| wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
|  Public Member Functions inherited from wxDialog | |
| virtual int | ShowModal () | 
| Protected Attributes | |
| cbConfigurationPanel * | m_pPanel | 
| wxButton * | m_pOK | 
| wxButton * | m_pCancel | 
A simple dialog that wraps a cbConfigurationPanel.
Definition at line 58 of file configurationpanel.h.
Definition at line 16 of file configurationpanel.cpp.
References wxDEFAULT_DIALOG_STYLE, wxDefaultPosition, wxDefaultSize, wxMAXIMIZE_BOX, and wxRESIZE_BORDER.
| 
 | override | 
Definition at line 50 of file configurationpanel.cpp.
| void cbConfigurationDialog::AttachConfigurationPanel | ( | cbConfigurationPanel * | panel | ) | 
Definition at line 22 of file configurationpanel.cpp.
References _(), wxBoxSizer::Add(), wxStdDialogButtonSizer::AddButton(), m_pCancel, m_pOK, m_pPanel, wxStdDialogButtonSizer::Realize(), wxBoxSizer::SetSizeHints(), wxALIGN_CENTER_HORIZONTAL, wxALL, wxBOTTOM, wxGROW, wxID_CANCEL, wxID_OK, wxLEFT, wxRIGHT, wxTOP, and wxVERTICAL.
Referenced by CompilerGCC::Configure().
| 
 | override | 
Definition at line 54 of file configurationpanel.cpp.
References ScriptBindings::EndModal(), m_pPanel, cbConfigurationPanel::OnApply(), cbConfigurationPanel::OnCancel(), and wxID_OK.
| 
 | protected | 
Definition at line 69 of file configurationpanel.h.
Referenced by AttachConfigurationPanel().
| 
 | protected | 
Definition at line 68 of file configurationpanel.h.
Referenced by AttachConfigurationPanel().
| 
 | protected | 
Definition at line 67 of file configurationpanel.h.
Referenced by AttachConfigurationPanel(), and EndModal().
 1.8.13
 1.8.13