Searched defs:_addProperty (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/debug/ | ||
H A D | simple-event.h | 46 void _addProperty(Util::ptr_shared<char> name, function in class:Inkscape::Debug::SimpleEvent 51 void _addProperty(Util::ptr_shared<char> name, char const *value) { function in class:Inkscape::Debug::SimpleEvent 52 _addProperty(name, Util::share_string(value)); 54 void _addProperty(char const *name, Util::ptr_shared<char> value) { function in class:Inkscape::Debug::SimpleEvent 55 _addProperty(Util::share_string(name), value); 57 void _addProperty(char const *name, char const *value) { function in class:Inkscape::Debug::SimpleEvent 58 _addProperty(Util::share_string(name), Util::share_string(value)); 60 void _addProperty(Util::ptr_shared<char> name, long value) { function in class:Inkscape::Debug::SimpleEvent 63 void _addProperty(char const *name, long value) { function in class:Inkscape::Debug::SimpleEvent 64 _addProperty(Uti [all...] |
Completed in 49 milliseconds