|
Code::Blocks
SVN r11506
|
#include <debuggermanager.h>
Public Member Functions | |
| cbDebuggerConfiguration (const ConfigManagerWrapper &config) | |
| virtual | ~cbDebuggerConfiguration () |
| virtual cbDebuggerConfiguration * | Clone () const =0 |
| virtual wxPanel * | MakePanel (wxWindow *parent)=0 |
| virtual bool | SaveChanges (wxPanel *panel)=0 |
| void | SetName (const wxString &name) |
| const wxString & | GetName () const |
| const ConfigManagerWrapper & | GetConfig () const |
| void | SetConfig (const ConfigManagerWrapper &config) |
| void | SetMenuId (long id) |
| long | GetMenuId () const |
Protected Member Functions | |
| cbDebuggerConfiguration (const cbDebuggerConfiguration &o) | |
| cbDebuggerConfiguration & | operator= (const cbDebuggerConfiguration &) |
Protected Attributes | |
| ConfigManagerWrapper | m_config |
Private Attributes | |
| wxString | m_name |
| long | m_menuId |
Definition at line 157 of file debuggermanager.h.
|
protected |
Definition at line 331 of file debuggermanager.cpp.
| cbDebuggerConfiguration::cbDebuggerConfiguration | ( | const ConfigManagerWrapper & | config | ) |
Definition at line 325 of file debuggermanager.cpp.
References wxID_ANY.
|
inlinevirtual |
Definition at line 165 of file debuggermanager.h.
|
pure virtual |
Implemented in DebuggerConfiguration.
Referenced by DebuggerSettingsDlg::DebuggerSettingsDlg().
| const ConfigManagerWrapper & cbDebuggerConfiguration::GetConfig | ( | ) | const |
Definition at line 346 of file debuggermanager.cpp.
References m_config.
Referenced by DebuggerSettingsDlg::OnOK().
| long cbDebuggerConfiguration::GetMenuId | ( | ) | const |
Definition at line 361 of file debuggermanager.cpp.
References m_menuId.
| const wxString & cbDebuggerConfiguration::GetName | ( | ) | const |
Definition at line 341 of file debuggermanager.cpp.
References m_name.
Referenced by DebuggerSettingsDlg::CreateConfig(), DebuggerMenuHandler::LogActiveConfig(), DebuggerSettingsDlg::OnOK(), and cbDebuggerPlugin::SwitchToDebuggingLayout().
Implemented in DebuggerConfiguration.
Referenced by DebuggerSettingsDlg::CreateConfig().
|
protected |
|
pure virtual |
Implemented in DebuggerConfiguration.
Referenced by DebuggerSettingsDlg::OnOK().
| void cbDebuggerConfiguration::SetConfig | ( | const ConfigManagerWrapper & | config | ) |
Definition at line 351 of file debuggermanager.cpp.
References m_config.
Referenced by DebuggerSettingsDlg::OnOK().
| void cbDebuggerConfiguration::SetMenuId | ( | long | id | ) |
Definition at line 356 of file debuggermanager.cpp.
References m_menuId.
| void cbDebuggerConfiguration::SetName | ( | const wxString & | name | ) |
Definition at line 337 of file debuggermanager.cpp.
References m_name.
Referenced by DebuggerSettingsDlg::CreateConfig(), and DebuggerManager::ProcessSettings().
|
protected |
Definition at line 182 of file debuggermanager.h.
Referenced by GetConfig(), and SetConfig().
|
private |
Definition at line 185 of file debuggermanager.h.
Referenced by GetMenuId(), and SetMenuId().
|
private |
Definition at line 184 of file debuggermanager.h.
1.8.13