Searched refs:SPSymbol (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ |
H A D | sp-symbol.cpp | 29 SPSymbol::SPSymbol() : SPGroup(), SPViewBox() { function in class:SPSymbol 32 SPSymbol::~SPSymbol() { 35 void SPSymbol::build(SPDocument *document, Inkscape::XML::Node *repr) { 42 void SPSymbol::release() { 46 void SPSymbol::set(unsigned int key, const gchar* value) { 66 void SPSymbol::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { 71 void SPSymbol::update(SPCtx *ctx, guint flags) { 91 void SPSymbol [all...] |
H A D | sp-symbol.h | 25 #define SP_SYMBOL(obj) (dynamic_cast<SPSymbol*>((SPObject*)obj)) 26 #define SP_IS_SYMBOL(obj) (dynamic_cast<const SPSymbol*>((SPObject*)obj) != NULL) 28 class SPSymbol : public SPGroup, public SPViewBox { class in inherits:SPGroup,SPViewBox 30 SPSymbol(); 31 virtual ~SPSymbol();
|
H A D | selection-describer.cpp | 195 if (isUse && dynamic_cast<SPSymbol *>(item->firstChild())) { 199 } else if (dynamic_cast<SPSymbol *>(item)) {
|
H A D | sp-use.cpp | 233 if (dynamic_cast<SPSymbol *>(child)) { 242 if ( dynamic_cast<SPSymbol *>(child) ) { 700 if (dynamic_cast<SPSymbol *>(orig)) { // make a group, copy children
|
H A D | sp-factory.cpp | 221 ret = new SPSymbol;
|
H A D | selection-chemistry.cpp | 3215 if( symbol == NULL || !dynamic_cast<SPSymbol *>( symbol )) {
|
/inkscape/src/extension/internal/ |
H A D | cairo-renderer.cpp | 156 static void sp_symbol_render(SPSymbol *symbol, CairoRenderContext *ctx); 398 static void sp_symbol_render(SPSymbol *symbol, CairoRenderContext *ctx) 554 SPSymbol *symbol = dynamic_cast<SPSymbol *>(item);
|
/inkscape/src/ui/dialog/ |
H A D | symbols.cpp | 662 if ( dynamic_cast<SPSymbol *>(r) ) { 732 SPSymbol *symbol = dynamic_cast<SPSymbol *>(obj);
|
Completed in 492 milliseconds