|
Nemiver
0.3
|
#include <nmv-breakpoints-view.h>
Public Member Functions | |
| BreakpointsView (IWorkbench &a_workbench, IPerspective &a_perspective, IDebuggerSafePtr &a_debugger) | |
| virtual | ~BreakpointsView () |
| Gtk::Widget & | widget () const |
| void | set_breakpoints (const std::map< string, IDebugger::Breakpoint > &a_breakpoints) |
| void | clear () |
| void | re_init () |
| sigc::signal< void, const IDebugger::Breakpoint & > & | go_to_breakpoint_signal () const |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (Object const &) |
| virtual | ~Object () |
| void | ref () |
| void | unref () |
| void | enable_refcount (bool a_enabled=true) |
| bool | is_refcount_enabled () const |
| long | get_refcount () const |
| void | attach_object (const UString &a_key, const Object *a_object) |
| bool | get_attached_object (const UString &a_key, const Object *&a_object) |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
| nemiver::BreakpointsView::BreakpointsView | ( | IWorkbench & | a_workbench, |
| IPerspective & | a_perspective, | ||
| IDebuggerSafePtr & | a_debugger | ||
| ) |
|
virtual |
| void nemiver::BreakpointsView::clear | ( | ) |
| sigc::signal<void, const IDebugger::Breakpoint&>& nemiver::BreakpointsView::go_to_breakpoint_signal | ( | ) | const |
| void nemiver::BreakpointsView::re_init | ( | ) |
| void nemiver::BreakpointsView::set_breakpoints | ( | const std::map< string, IDebugger::Breakpoint > & | a_breakpoints | ) |
| Gtk::Widget& nemiver::BreakpointsView::widget | ( | ) | const |
1.8.17