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

/inkscape/src/
H A Dsp-tref.h25 #define SP_TREF(obj) (dynamic_cast<SPTRef*>((SPObject*)obj))
26 #define SP_IS_TREF(obj) (dynamic_cast<const SPTRef*>((SPObject*)obj) != NULL)
28 class SPTRef : public SPItem { class in inherits:SPItem
30 SPTRef();
31 virtual ~SPTRef();
66 void sp_tref_update_text(SPTRef *tref);
67 bool sp_tref_reference_allowed(SPTRef *tref, SPObject *possible_ref);
H A Dsp-tref.cpp49 static void sp_tref_href_changed(SPObject *old_ref, SPObject *ref, SPTRef *tref);
50 static void sp_tref_delete_self(SPObject *deleted, SPTRef *self);
52 SPTRef::SPTRef() : SPItem() { function in class:SPTRef
62 SPTRef::~SPTRef() {
66 void SPTRef::build(SPDocument *document, Inkscape::XML::Node *repr) {
77 void SPTRef::release() {
91 void SPTRef::set(unsigned int key, const gchar* value) {
129 void SPTRef
[all...]
H A Dsp-factory.cpp231 ret = new SPTRef;
H A Dselection-chemistry.cpp1218 if (!(dynamic_cast<SPText *>(object) || dynamic_cast<SPTSpan *>(object) || dynamic_cast<SPTRef *>(object) || dynamic_cast<SPString *>(object))) {
1496 SPTRef *tref = dynamic_cast<SPTRef *>(item);
2041 } else if (dynamic_cast<SPText *>(i) || dynamic_cast<SPFlowtext *>(i) || dynamic_cast<SPTSpan *>(i) || dynamic_cast<SPTRef *>(i) || dynamic_cast<SPString *>(i)) {
2042 return (dynamic_cast<SPText *>(j) || dynamic_cast<SPFlowtext *>(j) || dynamic_cast<SPTSpan *>(j) || dynamic_cast<SPTRef *>(j) || dynamic_cast<SPString *>(j));
2719 if (!(dynamic_cast<SPUse *>(item) || dynamic_cast<SPTRef *>(item))) {
H A Ddesktop-style.cpp59 || dynamic_cast<SPTRef const *>(obj) //
/inkscape/src/ui/dialog/
H A Dfind.cpp697 dynamic_cast<SPTRef *>(item) || dynamic_cast<SPString *>(item) ||

Completed in 61 milliseconds