Searched refs:EntityEntry (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/widget/
H A Dlicensor.h21 class EntityEntry;
37 EntityEntry *_eentry;
H A Dentity-entry.h28 class EntityEntry { class in namespace:Inkscape::UI::Widget
30 static EntityEntry* create (rdf_work_entity_t* ent, Registry& wr);
31 virtual ~EntityEntry() = 0;
40 EntityEntry (rdf_work_entity_t* ent, Registry& wr);
46 class EntityLineEntry : public EntityEntry {
57 class EntityMultiLineEntry : public EntityEntry {
H A Dentity-entry.cpp43 EntityEntry*
44 EntityEntry::create (rdf_work_entity_t* ent, Registry& wr)
47 EntityEntry* obj = 0;
65 EntityEntry::EntityEntry (rdf_work_entity_t* ent, Registry& wr) function in class:Inkscape::UI::Widget::EntityEntry
71 EntityEntry::~EntityEntry()
76 void EntityEntry::save_to_preferences(SPDocument *doc)
84 : EntityEntry (ent, wr)
135 : EntityEntry (en
[all...]
H A Dlicensor.cpp47 LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group);
51 EntityEntry *_eep;
55 LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group)
96 _eentry = EntityEntry::create (entity, wr);
/inkscape/src/ui/dialog/
H A Ddocument-metadata.h41 class EntityEntry;
45 typedef std::list<UI::Widget::EntityEntry*> RDElist;
H A Ddocument-metadata.cpp121 using Inkscape::UI::Widget::EntityEntry;
141 EntityEntry *w = EntityEntry::create (entity, _wr);
H A Ddocument-properties.h40 class EntityEntry;
45 typedef std::list<UI::Widget::EntityEntry*> RDElist;
H A Ddocument-properties.cpp989 using Inkscape::UI::Widget::EntityEntry;
1009 EntityEntry *w = EntityEntry::create (entity, _wr);
/inkscape/
H A Dbuildtool.cpp1127 } EntityEntry; typedef in namespace:buildtool
1129 static EntityEntry entities[] =
1329 for (EntityEntry *ee = entities ; ee->value ; ee++)
1567 for (EntityEntry *ee = entities ; ee->value ; ee++)

Completed in 1445 milliseconds