Searched refs:PropertyPair (Results 1 - 2 of 2) 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;
H A Dsimple-event.h39 PropertyPair property(unsigned property) const {
49 _properties.push_back(PropertyPair(name, value));
69 std::vector<PropertyPair, GC::Alloc<PropertyPair, GC::AUTO> > _properties;

Completed in 24 milliseconds