Searched refs:verb_num (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | panel-dialog.h | 42 PanelDialogBase(UI::Widget::Panel &panel, char const */*prefs_path*/, int const /*verb_num*/, 78 * @param verb_num the dialog verb. 80 PanelDialog(UI::Widget::Panel &contents, char const *prefs_path, int const verb_num, 104 inline PanelDialog(UI::Widget::Panel &contents, char const *prefs_path, int const verb_num, 143 PanelDialog<B>::PanelDialog(Widget::Panel &panel, char const *prefs_path, int const verb_num, argument 145 PanelDialogBase(panel, prefs_path, verb_num, apply_label), 146 Dialog(&B::create, prefs_path, verb_num, apply_label) 194 int const verb_num, Glib::ustring const &apply_label) : 195 PanelDialogBase(panel, prefs_path, verb_num, apply_label), 196 Dialog(&Behavior::FloatingBehavior::create, prefs_path, verb_num, apply_labe 193 PanelDialog(UI::Widget::Panel &panel, char const *prefs_path, int const verb_num, Glib::ustring const &apply_label) argument [all...] |
H A D | dialog.cpp | 53 Dialog::Dialog(Behavior::BehaviorFactory behavior_factory, const char *prefs_path, int verb_num, argument 59 _verb_num(verb_num), 68 if (verb_num) { 69 sp_ui_dialog_title_string (Inkscape::Verb::get(verb_num), title);
|
H A D | dialog.h | 64 * @param verb_num the dialog verb. 67 int verb_num = 0, Glib::ustring const &apply_label = "");
|
/inkscape/src/ui/widget/ |
H A D | panel.h | 81 * @param verb_num the dialog verb. 84 int verb_num = 0, Glib::ustring const &apply_label = "",
|
H A D | panel.cpp | 63 int verb_num, Glib::ustring const &apply_label, 70 _verb_num(verb_num), 62 Panel(Glib::ustring const &label, gchar const *prefs_path, int verb_num, Glib::ustring const &apply_label, bool menu_desired) argument
|
Completed in 1586 milliseconds