Searched refs:verb_num (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/dialog/
H A Dpanel-dialog.h42 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 Ddialog.cpp53 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 Ddialog.h64 * @param verb_num the dialog verb.
67 int verb_num = 0, Glib::ustring const &apply_label = "");
/inkscape/src/ui/widget/
H A Dpanel.h81 * @param verb_num the dialog verb.
84 int verb_num = 0, Glib::ustring const &apply_label = "",
H A Dpanel.cpp63 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