diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-04-19 01:10:06 -0400 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-04-19 01:10:06 -0400 |
commit | c5ae07d7b5ee170672bc59365091ad3ac7099823 (patch) | |
tree | ec0383741ad6a07e6e71eb4e53b667ef526ccacd /sigmodr/tree/GroupModel.h | |
parent | c00fb11482ec7c103f05eb9ac8a210242064024a (diff) | |
download | sigen-c5ae07d7b5ee170672bc59365091ad3ac7099823.tar.gz sigen-c5ae07d7b5ee170672bc59365091ad3ac7099823.tar.xz sigen-c5ae07d7b5ee170672bc59365091ad3ac7099823.zip |
Add base code for removal of children
Diffstat (limited to 'sigmodr/tree/GroupModel.h')
-rw-r--r-- | sigmodr/tree/GroupModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmodr/tree/GroupModel.h b/sigmodr/tree/GroupModel.h index 9f52c6f3..1abefc80 100644 --- a/sigmodr/tree/GroupModel.h +++ b/sigmodr/tree/GroupModel.h @@ -58,6 +58,7 @@ class SIGMODRTREE_NO_EXPORT GroupModel : public BaseModel, public Grouping virtual QString types() const = 0; public slots: void addChild(BaseModel* model); + void removeChild(const int row); virtual void addObject(Sigmod::Object* object = NULL) = 0; virtual void deleteObject(BaseModel* model) = 0; |