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

#include <nmv-expr-inspector.h>

Inheritance diagram for nemiver::ExprInspector:
nemiver::common::Object

Public Member Functions

 ExprInspector (IDebugger &a_debugger, IPerspective &a_perspective)
 
virtual ~ExprInspector ()
 
Gtk::Widget & widget () const
 
void set_expression (IDebugger::VariableSafePtr a_variable, bool a_expand=false, bool a_re_visualize=false)
 
void inspect_expression (const UString &a_variable_name, bool a_expand=false)
 
void inspect_expression (const UString &a_variable_name, bool a_expand, const sigc::slot< void, const IDebugger::VariableSafePtr > &a_s)
 
IDebugger::VariableSafePtr get_expression () const
 
void enable_contextual_menu (bool a_flag)
 
bool is_contextual_menu_enabled () const
 
void clear ()
 
sigc::signal< void, const IDebugger::VariableSafePtr > & expr_inspected_signal () const
 
sigc::signal< void > & cleared_signal () const
 
- 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)
 

Additional Inherited Members

- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ ExprInspector()

nemiver::ExprInspector::ExprInspector ( IDebugger a_debugger,
IPerspective a_perspective 
)

◆ ~ExprInspector()

virtual nemiver::ExprInspector::~ExprInspector ( )
virtual

Member Function Documentation

◆ clear()

void nemiver::ExprInspector::clear ( )

◆ cleared_signal()

sigc::signal<void>& nemiver::ExprInspector::cleared_signal ( ) const

◆ enable_contextual_menu()

void nemiver::ExprInspector::enable_contextual_menu ( bool  a_flag)

◆ expr_inspected_signal()

sigc::signal<void, const IDebugger::VariableSafePtr>& nemiver::ExprInspector::expr_inspected_signal ( ) const

◆ get_expression()

IDebugger::VariableSafePtr nemiver::ExprInspector::get_expression ( ) const

◆ inspect_expression() [1/2]

void nemiver::ExprInspector::inspect_expression ( const UString a_variable_name,
bool  a_expand,
const sigc::slot< void, const IDebugger::VariableSafePtr > &  a_s 
)

◆ inspect_expression() [2/2]

void nemiver::ExprInspector::inspect_expression ( const UString a_variable_name,
bool  a_expand = false 
)

◆ is_contextual_menu_enabled()

bool nemiver::ExprInspector::is_contextual_menu_enabled ( ) const

◆ set_expression()

void nemiver::ExprInspector::set_expression ( IDebugger::VariableSafePtr  a_variable,
bool  a_expand = false,
bool  a_re_visualize = false 
)

◆ widget()

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

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