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

/inkscape/src/debug/
H A Devent.h40 struct PropertyPair { struct in class:Inkscape::Debug::Event
42 PropertyPair() {} function in struct:Inkscape::Debug::Event::PropertyPair
43 PropertyPair(Util::ptr_shared<char> n, Util::ptr_shared<char> v) function in struct:Inkscape::Debug::Event::PropertyPair
45 PropertyPair(char const *n, Util::ptr_shared<char> v) function in struct:Inkscape::Debug::Event::PropertyPair
47 PropertyPair(Util::ptr_shared<char> n, char const *v) function in struct:Inkscape::Debug::Event::PropertyPair
49 PropertyPair(char const *n, char const *v) function in struct:Inkscape::Debug::Event::PropertyPair
61 virtual PropertyPair property(unsigned property) const=0;

Completed in 13 milliseconds