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

/inkscape/src/
H A Dstyle-internal.cpp54 void sp_style_set_ipaint_to_uri(SPStyle *style, SPIPaint *paint, const Inkscape::URI *uri, SPDocument *document);
55 void sp_style_set_ipaint_to_uri_string (SPStyle *style, SPIPaint *paint, const gchar *uri);
1141 // SPIPaint -------------------------------------------------------------
1143 // Paint is used for 'fill' and 'stroke'. SPIPaint perhaps should be derived from SPIColor.
1144 // 'style' is set in SPStyle::SPStyle or in the legacy SPIPaint::read( gchar, style, document )
1149 SPIPaint::~SPIPaint() {
1158 * Set SPIPaint object from string.
1163 SPIPaint::read( gchar const *str ) {
1165 // std::cout << "SPIPaint
[all...]
H A Dstyle-internal.h104 * The only real outside dependancy is SPObject... which is needed in the cases of SPIPaint and
183 SPStyle* style; // Used by SPIPaint, SPIFilter... to find values of other properties
691 // FIXME: remove structure and derive SPIPaint from this class.
712 class SPIPaint : public SPIBase class in inherits:SPIBase
716 SPIPaint() function in class:SPIPaint
725 SPIPaint( Glib::ustring const &name ) function in class:SPIPaint
733 virtual ~SPIPaint(); // Clear and delete href.
743 SPIPaint& operator=(const SPIPaint& rhs) {
758 bool isSameType( SPIPaint cons
[all...]

Completed in 15 milliseconds