Searched refs:SPIBase (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dstyle-internal.h113 class SPIBase class
117 SPIBase( Glib::ustring const &name, bool inherits = true ) function in class:SPIBase
126 virtual ~SPIBase()
141 SPIBase const *const base = NULL ) const = 0;
146 virtual void cascade( const SPIBase* const parent ) = 0;
147 virtual void merge( const SPIBase* const parent ) = 0;
154 SPIBase& operator=(const SPIBase& rhs) {
165 virtual bool operator==(const SPIBase& rhs) {
169 virtual bool operator!=(const SPIBase
[all...]
H A Dstyle-internal.cpp59 // SPIBase --------------------------------------------------------------
83 SPIFloat::write( guint const flags, SPIBase const *const base) const {
103 SPIFloat::cascade( const SPIBase* const parent ) {
112 SPIFloat::merge( const SPIBase* const parent ) {
127 SPIFloat::operator==(const SPIBase& rhs) {
129 return (value == r->value && SPIBase::operator==(rhs));
159 SPIScale24::write( guint const flags, SPIBase const *const base) const {
179 SPIScale24::cascade( const SPIBase* const parent ) {
188 SPIScale24::merge( const SPIBase* const parent ) {
215 SPIScale24::operator==(const SPIBase
[all...]
H A Dstyle.h27 // Define SPIBasePtr, a Pointer to a data member of SPStyle of type SPIBase;
28 typedef SPIBase SPStyle::*SPIBasePtr;
85 std::vector<SPIBase *> _properties;
H A Dstyle.cpp219 // std::cout << " SPIBase: " << sizeof(SPIBase) << std::endl;
515 void clear_property( SPIBase* p ) {
604 for(std::vector<SPIBase*>::size_type i = 0; i != _properties.size(); ++i) {
609 // We could add a flag to SPIBase to avoid string comparison.
1011 for(std::vector<SPIBase*>::size_type i = 0; i != _properties.size(); ++i) {
1048 for(std::vector<SPIBase*>::size_type i = 0; i != _properties.size(); ++i) {
1077 for(std::vector<SPIBase*>::size_type i = 0; i != _properties.size(); ++i) {
1098 // for(std::vector<SPIBase*>::size_type i = 0; i != _properties.size(); ++i) {
1106 for(std::vector<SPIBase*>
[all...]

Completed in 85 milliseconds