|
Nemiver
0.3
|
#include <nmv-local-vars-inspector.h>
Public Member Functions | |
| LocalVarsInspector (IDebuggerSafePtr &a_dbg, IWorkbench &a_wb, IPerspective &a_perspective) | |
| virtual | ~LocalVarsInspector () |
| Gtk::Widget & | widget () const |
| void | set_local_variables (const std::list< IDebugger::VariableSafePtr > &a_vars) |
| void | show_local_variables_of_current_function (const IDebugger::Frame &a_frame) |
| void | visualize_local_variables_of_current_function () |
| void | re_init_widget () |
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) |
Protected Member Functions | |
| LocalVarsInspector () | |
Additional Inherited Members | |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
|
protected |
| nemiver::LocalVarsInspector::LocalVarsInspector | ( | IDebuggerSafePtr & | a_dbg, |
| IWorkbench & | a_wb, | ||
| IPerspective & | a_perspective | ||
| ) |
|
virtual |
| void nemiver::LocalVarsInspector::re_init_widget | ( | ) |
| void nemiver::LocalVarsInspector::set_local_variables | ( | const std::list< IDebugger::VariableSafePtr > & | a_vars | ) |
| void nemiver::LocalVarsInspector::show_local_variables_of_current_function | ( | const IDebugger::Frame & | a_frame | ) |
| void nemiver::LocalVarsInspector::visualize_local_variables_of_current_function | ( | ) |
| Gtk::Widget& nemiver::LocalVarsInspector::widget | ( | ) | const |
1.8.17