Code::Blocks
SVN r11506
|
Public Member Functions | |
Item (const cb::shared_ptr< cbBreakpoint > &breakpoint_in, cbDebuggerPlugin *plugin_in, wxString const &pluginName_in) | |
Public Attributes | |
cb::shared_ptr< cbBreakpoint > | breakpoint |
cbDebuggerPlugin * | plugin |
wxString | pluginName |
Definition at line 64 of file breakpointsdlg.h.
|
inline |
Definition at line 66 of file breakpointsdlg.h.
cb::shared_ptr<cbBreakpoint> BreakpointsDlg::Item::breakpoint |
Definition at line 73 of file breakpointsdlg.h.
Referenced by BreakpointsDlg::BreakpointProperties(), BreakpointsDlg::OnEnable(), BreakpointsDlg::OnOpen(), BreakpointsDlg::OnRemove(), and FindBreakpointPred::operator()().
cbDebuggerPlugin* BreakpointsDlg::Item::plugin |
Definition at line 74 of file breakpointsdlg.h.
Referenced by BreakpointsDlg::BreakpointProperties(), BreakpointsDlg::OnEnable(), BreakpointsDlg::OnRemove(), and FindBreakpointPred::operator()().
wxString BreakpointsDlg::Item::pluginName |
Definition at line 75 of file breakpointsdlg.h.