|
Nemiver
0.3
|
#include <nmv-choose-overloads-dialog.h>
Public Member Functions | |
| ChooseOverloadsDialog (Gtk::Window &a_parent, const UString &a_res_root_path, const vector< IDebugger::OverloadsChoiceEntry > &a_entries) | |
| virtual | ~ChooseOverloadsDialog () |
| void | set_overloads_choice_entries (const vector< IDebugger::OverloadsChoiceEntry > &a_in) |
| const std::vector< IDebugger::OverloadsChoiceEntry > & | overloaded_functions () const |
| void | overloaded_function (int a_in) const |
| void | clear () |
Public Member Functions inherited from nemiver::Dialog | |
| Dialog (const UString &a_resource_root_path, const UString &a_gtkbuilder_filename, const UString &a_widget_name, Gtk::Window &a_parent) | |
| virtual | ~Dialog () |
| virtual gint | run () |
| virtual void | show () |
| virtual void | hide () |
| Glib::SignalProxy1< void, int > | signal_response () |
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 Member Functions inherited from nemiver::Dialog | |
| Gtk::Dialog & | widget () const |
| const Glib::RefPtr< Gtk::Builder > | gtkbuilder () const |
Protected Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
| nemiver::ChooseOverloadsDialog::ChooseOverloadsDialog | ( | Gtk::Window & | a_parent, |
| const UString & | a_res_root_path, | ||
| const vector< IDebugger::OverloadsChoiceEntry > & | a_entries | ||
| ) |
|
virtual |
| void nemiver::ChooseOverloadsDialog::clear | ( | ) |
| void nemiver::ChooseOverloadsDialog::overloaded_function | ( | int | a_in | ) | const |
| const std::vector<IDebugger::OverloadsChoiceEntry>& nemiver::ChooseOverloadsDialog::overloaded_functions | ( | ) | const |
| void nemiver::ChooseOverloadsDialog::set_overloads_choice_entries | ( | const vector< IDebugger::OverloadsChoiceEntry > & | a_in | ) |
1.8.17