/inkscape/src/extension/ |
H A D | init.cpp | 132 Glib::ustring pref = Inkscape::Preferences::get()->getString(pref_path); local 141 if (!strcmp(extension->get_id(),pref)) missing=FALSE; 144 if (!Inkscape::Extension::db.get( pref.data() ) /*missing*/) {
|
/inkscape/src/extension/param/ |
H A D | string.cpp | 127 * @param pref Where to get the string from, and where to put it 130 ParamStringEntry (ParamString * pref, SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal) : argument 131 Gtk::Entry(), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
|
H A D | enum.cpp | 218 * @param pref Where to get the string from, and where to put it 221 ParamComboBoxEntry (ParamComboBox * pref, SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal) : argument 222 Gtk::ComboBoxText(), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) {
|
H A D | notebook.cpp | 347 * @param pref Where to get the string (pagename) from, and where to put it 350 ParamNotebookWdg (ParamNotebook * pref, SPDocument * doc, Inkscape::XML::Node * node) : argument 351 Gtk::Notebook(), _pref(pref), _doc(doc), _node(node), activated(false) {
|
H A D | radiobutton.cpp | 211 * @param pref Where to put the radiobutton's string when it is selected. 214 ParamRadioButton * pref, SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal ) : 215 Gtk::RadioButton(group, label), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) { 219 ParamRadioButton * pref, SPDocument * doc, Inkscape::XML::Node * node , sigc::signal<void> * changeSignal) : 220 Gtk::RadioButton(label), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) { 213 ParamRadioButtonWdg( Gtk::RadioButtonGroup& group, const Glib::ustring& label, ParamRadioButton * pref, SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal ) argument 218 ParamRadioButtonWdg( const Glib::ustring& label, ParamRadioButton * pref, SPDocument * doc, Inkscape::XML::Node * node , sigc::signal<void> * changeSignal) argument
|
/inkscape/src/extension/internal/ |
H A D | grid.cpp | 153 PrefAdjustment(Inkscape::Extension::Extension * ext, char * pref) : argument 154 Gtk::Adjustment(0.0, 0.0, 10.0, 0.1), _ext(ext), _pref(pref) {
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 159 PrefAdjustment(Inkscape::Extension::Extension * ext, char * pref) : argument 160 Gtk::Adjustment(0.0, 0.0, 10.0, 0.1), _ext(ext), _pref(pref) {
|
/inkscape/src/ |
H A D | desktop.cpp | 1876 Glib::ustring pref = iter->second; local 1877 int visible = prefs->getInt(pref + "/visible", 0);
|
/inkscape/src/ui/dialog/ |
H A D | clonetiler.cpp | 2721 const gchar *pref = (const gchar *) data; local 2722 prefs->setDouble(prefs_path + pref, gtk_adjustment_get_value (adj)); 2810 const gchar *pref = (const gchar *) data; local 2811 prefs->setInt(prefs_path + pref, (int) floor(gtk_adjustment_get_value (adj) + 0.5)); 2823 const gchar *pref = (const gchar *) data; local 2824 prefs->setBool(prefs_path + pref, gtk_toggle_button_get_active(tb));
|
/inkscape/src/ui/ |
H A D | interface.cpp | 541 gchar const *pref = (gchar const *) user_data; local 549 } else if (pref) { 552 pref_path += pref; 563 static bool getViewStateFromPref(Inkscape::UI::View::View *view, gchar const *pref) argument 566 pref_path += pref; 581 gchar const *pref = (gchar const *) user_data; local 602 ison = getViewStateFromPref(view, pref); 604 } else if (pref) { 606 ison = getViewStateFromPref(view, pref); 680 sp_ui_menu_append_check_item_from_verb(GtkMenu *menu, Inkscape::UI::View::View *view, gchar const *label, gchar const *tip, gchar const *pref, argument [all...] |