25 #ifndef __NMV_CHOOSE_OVERLOADS_DIALOG_H__
26 #define __NMV_CHOOSE_OVERLOADS_DIALOG_H__
32 NEMIVER_BEGIN_NAMESPACE (
nemiver)
40 (Gtk::Window &a_parent,
42 const vector<IDebugger::OverloadsChoiceEntry> &a_entries);
45 void set_overloads_choice_entries
46 (
const vector<IDebugger::OverloadsChoiceEntry> &a_in);
47 const std::vector<IDebugger::OverloadsChoiceEntry>&
48 overloaded_functions ()
const;
49 void overloaded_function (
int a_in)
const;
56 #endif //__NMV_CHOOSE_OVERLOADS_DIALOG_H__