6 #ifndef DEBUGGEROPTIONSPRJDLG_H     7 #define DEBUGGEROPTIONSPRJDLG_H    51 #endif // DEBUGGEROPTIONSPRJDLG_H RemoteDebuggingMap m_CurrentRemoteDebugging
void OnAdd(wxCommandEvent &event)
void LoadCurrentRemoteDebuggingRecord()
void OnEdit(wxCommandEvent &event)
void SaveCurrentRemoteDebuggingRecord()
void OnDelete(wxCommandEvent &event)
void OnBuildTargetAdded(CodeBlocksEvent &event)
A generic Code::Blocks event. 
virtual ~DebuggerOptionsProjectDlg()
void OnBuildTargetRenamed(CodeBlocksEvent &event)
virtual wxString GetBitmapBaseName() const
DebuggerOptionsProjectDlg(wxWindow *parent, DebuggerGDB *debugger, cbProject *project)
Represents a Code::Blocks project. 
const wxString & _(const wxString &string)
Base class for plugin configuration panels. 
virtual void OnApply()
Called when the user chooses to apply the configuration. 
void OnTargetSel(wxCommandEvent &event)
virtual void OnCancel()
Called when the user chooses to cancel the configuration. 
std::map< ProjectBuildTarget *, RemoteDebugging > RemoteDebuggingMap
virtual wxString GetTitle() const
void OnUpdateUI(wxUpdateUIEvent &event)
void OnBuildTargetRemoved(CodeBlocksEvent &event)