diff options
author | Treeki <treeki@gmail.com> | 2012-08-03 22:08:22 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-03 22:08:22 +0200 |
commit | 362976328ecb796d670b32af924f76e25922cb78 (patch) | |
tree | cddf0795aceba0af099debee28ee160f7d4308c1 /lspackagemodel.h | |
parent | 7a183cfa367db01413c001306741d06e1826d077 (diff) | |
download | LayoutStudio-362976328ecb796d670b32af924f76e25922cb78.tar.gz LayoutStudio-362976328ecb796d670b32af924f76e25922cb78.zip |
added Rename and Remove Item functions
Diffstat (limited to '')
-rw-r--r-- | lspackagemodel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lspackagemodel.h b/lspackagemodel.h index 18911de..58ad62d 100644 --- a/lspackagemodel.h +++ b/lspackagemodel.h @@ -17,7 +17,10 @@ public: int rowCount(const QModelIndex &parent) const; int columnCount(const QModelIndex &parent) const; QVariant data(const QModelIndex &index, int role) const; - + + QString itemNameForIndex(const QModelIndex &index) const; + LYTPackageBase::ItemType itemTypeForIndex(const QModelIndex &index) const; + signals: private slots: |