Nemiver  0.3
Public Member Functions | Protected Member Functions | List of all members
nemiver::LocalVarsInspector Class Reference

#include <nmv-local-vars-inspector.h>

Inheritance diagram for nemiver::LocalVarsInspector:
nemiver::common::Object

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 &)
 
Objectoperator= (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< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ LocalVarsInspector() [1/2]

nemiver::LocalVarsInspector::LocalVarsInspector ( )
protected

◆ LocalVarsInspector() [2/2]

nemiver::LocalVarsInspector::LocalVarsInspector ( IDebuggerSafePtr a_dbg,
IWorkbench a_wb,
IPerspective a_perspective 
)

◆ ~LocalVarsInspector()

virtual nemiver::LocalVarsInspector::~LocalVarsInspector ( )
virtual

Member Function Documentation

◆ re_init_widget()

void nemiver::LocalVarsInspector::re_init_widget ( )

◆ set_local_variables()

void nemiver::LocalVarsInspector::set_local_variables ( const std::list< IDebugger::VariableSafePtr > &  a_vars)

◆ show_local_variables_of_current_function()

void nemiver::LocalVarsInspector::show_local_variables_of_current_function ( const IDebugger::Frame a_frame)

◆ visualize_local_variables_of_current_function()

void nemiver::LocalVarsInspector::visualize_local_variables_of_current_function ( )

◆ widget()

Gtk::Widget& nemiver::LocalVarsInspector::widget ( ) const

The documentation for this class was generated from the following file: