Searched refs:EntityEntry (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | licensor.h | 21 class EntityEntry; 37 EntityEntry *_eentry;
|
H A D | entity-entry.h | 28 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 D | entity-entry.cpp | 43 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 D | licensor.cpp | 47 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 D | document-metadata.h | 41 class EntityEntry; 45 typedef std::list<UI::Widget::EntityEntry*> RDElist;
|
H A D | document-metadata.cpp | 121 using Inkscape::UI::Widget::EntityEntry; 141 EntityEntry *w = EntityEntry::create (entity, _wr);
|
H A D | document-properties.h | 40 class EntityEntry; 45 typedef std::list<UI::Widget::EntityEntry*> RDElist;
|
H A D | document-properties.cpp | 989 using Inkscape::UI::Widget::EntityEntry; 1009 EntityEntry *w = EntityEntry::create (entity, _wr);
|
/inkscape/ |
H A D | buildtool.cpp | 1127 } 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