Searched defs:InkscapePreferences (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp76 InkscapePreferences::InkscapePreferences() function in class:Inkscape::UI::Dialog::InkscapePreferences
118 page_list_selection->signal_changed().connect(sigc::mem_fun(*this, &InkscapePreferences::on_pagelist_selection_changed));
147 signalPresent().connect(sigc::mem_fun(*this, &InkscapePreferences::_presentPages));
152 _page_list_model->foreach_iter(sigc::mem_fun(*this, &InkscapePreferences::SetMaxDialogSize));
157 InkscapePreferences::~InkscapePreferences()
161 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, int id)
166 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, Gtk::TreeModel::iterator parent, int id)
180 void InkscapePreferences
[all...]
H A Dinkscape-preferences.h111 class InkscapePreferences : public UI::Widget::Panel { class in namespace:Inkscape::UI::Dialog
113 virtual ~InkscapePreferences();
115 static InkscapePreferences &getInstance() { return *new InkscapePreferences(); }
542 InkscapePreferences();
543 InkscapePreferences(InkscapePreferences const &d);
544 InkscapePreferences operator=(InkscapePreferences const &d);

Completed in 264 milliseconds