Searched refs:PropertyPair (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/debug/ | ||
H A D | event.h | 40 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 D | simple-event.h | 39 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