Searched refs:SPAttributeTable (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/dialog/
H A Dobject-attributes.h29 class SPAttributeTable;
73 SPAttributeTable *attrTable;
H A Dobject-properties.h48 class SPAttributeTable;
102 SPAttributeTable *_attr_table; //the widget for showing the on... names at the bottom
H A Dobject-attributes.cpp86 attrTable(Gtk::manage(new SPAttributeTable())),
H A Dobject-properties.cpp64 , _attr_table(Gtk::manage(new SPAttributeTable()))
/inkscape/src/widgets/
H A Dsp-attribute-widget.h47 * SPAttributeTable is used if you want to alter several properties of
51 class SPAttributeTable : public Gtk::Widget { class in inherits:Gtk::Widget
56 SPAttributeTable ();
64 * @param object the SPObject to which this instance is referring to. It should be the object that is currently selected and whose properties are being shown by this SPAttributeTable instance.
67 * @param parent the parent object owning the SPAttributeTable instance.
71 SPAttributeTable (SPObject *object, std::vector<Glib::ustring> &labels, std::vector<Glib::ustring> &attributes, GtkWidget* parent);
73 ~SPAttributeTable ();
85 * @param parent the parent object owning the SPAttributeTable instance.
95 * the parent class (holding the SPAttributeTable instance). This function
104 * Clears data of SPAttributeTable instanc
[all...]
H A Dsp-attribute-widget.cpp44 * the entries created by SPAttributeTable.
47 * @param spat pointer to the SPAttributeTable instance.
49 static void sp_attribute_table_entry_changed (Gtk::Entry *editable, SPAttributeTable *spat);
59 * @param spat pointer to the SPAttributeTable instance.
61 static void sp_attribute_table_object_modified (SPObject *object, guint flags, SPAttributeTable *spaw);
66 * SPAttributeTable and disables the widget.
68 static void sp_attribute_table_object_release (SPObject */*object*/, SPAttributeTable *spat);
74 SPAttributeTable::SPAttributeTable () : function in class:SPAttributeTable
85 SPAttributeTable function in class:SPAttributeTable
[all...]

Completed in 17 milliseconds