Searched refs:_properties (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dstyle.cpp287 _properties.push_back( &color );
291 _properties.push_back( &font_style );
292 _properties.push_back( &font_variant );
293 _properties.push_back( &font_weight );
294 _properties.push_back( &font_stretch );
295 _properties.push_back( &font_size );
296 _properties.push_back( &line_height );
297 _properties.push_back( &font_family );
298 _properties.push_back( &font );
299 _properties
[all...]
H A Dstyle.h85 std::vector<SPIBase *> _properties; member in class:SPStyle
/inkscape/src/debug/
H A Dsimple-event.h38 unsigned propertyCount() const { return _properties.size(); }
40 return _properties[property];
49 _properties.push_back(PropertyPair(name, value));
69 std::vector<PropertyPair, GC::Alloc<PropertyPair, GC::AUTO> > _properties; member in class:Inkscape::Debug::SimpleEvent

Completed in 76 milliseconds