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

/inkscape/src/
H A Dstyle-internal.cpp1636 // SPIFilter ------------------------------------------------------------
1638 SPIFilter::~SPIFilter() {
1647 SPIFilter::read( gchar const *str ) {
1661 std::cerr << "SPIFilter::read: url is empty or invalid" << std::endl;
1664 std::cerr << "SPIFilter::read: url with empty SPStyle pointer" << std::endl;
1678 std::cerr << "SPIFilter::read(): Could not allocate 'href'" << std::endl;
1687 std::cerr << "SPIFilter::read() " << e.what() << std::endl;
1693 std::cerr << "SPIFilter::read(): malformed value: " << str << std::endl;
1697 const Glib::ustring SPIFilter
[all...]
H A Dstyle-internal.h105 * SPIFilter for setting up the "href". (Currently, SPDocument is needed but this dependency
183 SPStyle* style; // Used by SPIPaint, SPIFilter... to find values of other properties
915 class SPIFilter : public SPIBase class in inherits:SPIBase
919 SPIFilter() function in class:SPIFilter
924 virtual ~SPIFilter();
932 SPIFilter& operator=(const SPIFilter& rhs) {

Completed in 88 milliseconds