Lines Matching defs:obj
394 SPObject *obj = static_cast<SPObject*>(item);
397 _entry_id.set_text(obj->getId());
402 _entry_label.set_text(obj->defaultLabel());
406 gchar *title = obj->title();
420 char const *str = obj->getStyleProperty( "image-rendering", "auto" );
435 gchar *desc = obj->desc();
445 _attr_table->set_object(obj, _int_labels, _int_attrs, (GtkWidget*) _exp_interactivity.gobj());
447 _attr_table->change_object(obj);
490 SPObject *obj = static_cast<SPObject*>(item);
491 if (label.compare(obj->defaultLabel())) {
492 obj->setLabel(label.c_str());
498 if (obj->setTitle(_entry_title.get_text().c_str())) {
507 if (obj->setDesc(desc.c_str())) {