#include <nmv-expr-inspector.h>
|
| | 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 |
| |
| | 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) |
| |
◆ ExprInspector()
◆ ~ExprInspector()
| virtual nemiver::ExprInspector::~ExprInspector |
( |
| ) |
|
|
virtual |
◆ 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()
◆ get_expression()
◆ inspect_expression() [1/2]
◆ 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: