Searched defs:SPText (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-text.h24 #define SP_TEXT(obj) (dynamic_cast<SPText*>((SPObject*)obj))
25 #define SP_IS_TEXT(obj) (dynamic_cast<const SPText*>((SPObject*)obj) != NULL)
32 /* SPText */
33 class SPText : public SPItem { class in inherits:SPItem
35 SPText();
36 virtual ~SPText();
H A Dsp-text.cpp63 SPText::SPText() : SPItem() { function in class:SPText
66 SPText::~SPText() {
69 void SPText::build(SPDocument *doc, Inkscape::XML::Node *repr) {
89 void SPText::release() {
93 void SPText::set(unsigned int key, const gchar* value) {
94 //std::cout << "SPText::set: " << sp_attribute_name( key ) << ": " << (value?value:"Null") << std::endl;
136 void SPText::child_added(Inkscape::XML::Node *rch, Inkscape::XML::Node *ref) {
142 void SPText
[all...]

Completed in 16 milliseconds