/inkscape/src/ui/widget/ |
H A D | registry.cpp | 24 Registry::Registry() : _updating(false) {} function in class:Inkscape::UI::Widget::Registry 26 Registry::~Registry() {} 29 Registry::isUpdating() 35 Registry::setUpdating (bool upd)
|
H A D | registry.h | 20 class Registry { class in namespace:Inkscape::UI::Widget 22 Registry(); 23 ~Registry();
|
H A D | licensor.h | 22 class Registry; 33 void init (Registry&);
|
H A D | entity-entry.h | 26 class Registry; 30 static EntityEntry* create (rdf_work_entity_t* ent, Registry& wr); 40 EntityEntry (rdf_work_entity_t* ent, Registry& wr); 43 Registry *_wr; 48 EntityLineEntry (rdf_work_entity_t* ent, Registry& wr); 59 EntityMultiLineEntry (rdf_work_entity_t* ent, Registry& wr);
|
H A D | tolerance-slider.h | 28 class Registry; 43 Registry& wr); 56 Registry& wr); 73 Registry *_wr;
|
H A D | registered-widget.h | 47 class Registry; 83 void init_parent(const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) 121 Registry * _wr; 144 RegisteredCheckButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right=true, Inkscape::XML::Node* repr_in=NULL, SPDocument *doc_in=NULL, char const *active_str = "true", char const *inactive_str = "false"); 169 RegisteredToggleButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right=true, Inkscape::XML::Node* repr_in=NULL, SPDocument *doc_in=NULL, char const *active_str = "true", char const *inactive_str = "false"); 196 Registry& wr, 224 Registry& wr, 242 Registry& wr, 257 Registry& wr, 275 Registry [all...] |
H A D | licensor.cpp | 47 LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group); 52 Registry &_wr; 55 LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group) 92 void Licensor::init (Registry& wr)
|
H A D | registered-widget.cpp | 57 RegisteredCheckButton::RegisteredCheckButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str) 116 RegisteredToggleButton::RegisteredToggleButton (const Glib::ustring& /*label*/, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str) 170 RegisteredUnitMenu::RegisteredUnitMenu (const Glib::ustring& label, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) 211 RegisteredScalarUnit::RegisteredScalarUnit (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const RegisteredUnitMenu &rum, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in, RSU_UserUnits user_units) 281 const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, 329 const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, 376 Registry& wr, 454 RegisteredSuffixedInteger::RegisteredSuffixedInteger (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& suffix, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) 501 const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) 567 const Glib::ustring& key, Registry [all...] |
H A D | entity-entry.cpp | 44 EntityEntry::create (rdf_work_entity_t* ent, Registry& wr) 65 EntityEntry::EntityEntry (rdf_work_entity_t* ent, Registry& wr) 83 EntityLineEntry::EntityLineEntry (rdf_work_entity_t* ent, Registry& wr) 134 EntityMultiLineEntry::EntityMultiLineEntry (rdf_work_entity_t* ent, Registry& wr)
|
/inkscape/src/live_effects/parameter/ |
H A D | parameter.h | 40 class Registry; 53 Inkscape::UI::Widget::Registry* wr, 79 Inkscape::UI::Widget::Registry * param_wr; 103 Inkscape::UI::Widget::Registry* wr,
|
H A D | bool.h | 26 Inkscape::UI::Widget::Registry* wr,
|
H A D | originalpath.h | 23 Inkscape::UI::Widget::Registry* wr,
|
H A D | unit.h | 27 Inkscape::UI::Widget::Registry* wr,
|
H A D | bool.cpp | 23 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
|
H A D | point.h | 30 Inkscape::UI::Widget::Registry* wr,
|
H A D | random.h | 26 Inkscape::UI::Widget::Registry* wr,
|
H A D | text.h | 32 Inkscape::UI::Widget::Registry* wr,
|
H A D | unit.cpp | 23 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
|
H A D | togglebutton.h | 31 Inkscape::UI::Widget::Registry* wr,
|
H A D | parameter.cpp | 27 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, 56 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
|
H A D | array.h | 31 Inkscape::UI::Widget::Registry* wr,
|
H A D | enum.h | 28 Inkscape::UI::Widget::Registry* wr,
|
H A D | transformedpoint.h | 29 Inkscape::UI::Widget::Registry* wr,
|
/inkscape/src/live_effects/ |
H A D | lpe-vonkoch.h | 26 Inkscape::UI::Widget::Registry* wr, 39 Inkscape::UI::Widget::Registry* wr,
|
/inkscape/src/ui/dialog/ |
H A D | document-metadata.h | 77 UI::Widget::Registry _wr;
|