diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-08 01:31:49 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-08 01:31:49 +0000 |
| commit | e0a60a7ea64f3576bac00b84c440769c7221e1c3 (patch) | |
| tree | c47840592712bb1b5fd80c5892912dc403cc30a5 /src/sp-object.h | |
| parent | Move new "NodesShow*" action to be with the existing ones on the toolbar. (diff) | |
| download | inkscape-e0a60a7ea64f3576bac00b84c440769c7221e1c3.tar.gz inkscape-e0a60a7ea64f3576bac00b84c440769c7221e1c3.zip | |
Cleanup of gradients and stops.
(bzr r9163)
Diffstat (limited to 'src/sp-object.h')
| -rw-r--r-- | src/sp-object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h index 22a15a0a4..f7ca0f3a3 100644 --- a/src/sp-object.h +++ b/src/sp-object.h @@ -221,6 +221,9 @@ public: /* A non-const version can be similarly constructed if you want one. * (Don't just cast away the constness, which would be ill-formed.) */ + SPObject *getNext(); + SPObject *getPrev(); + bool hasChildren() const { return ( children != NULL ); } SPObject *firstChild() { return children; } |
