refs #369, prepend function for properties

This commit is contained in:
Klaus Basan
2015-02-02 17:43:55 +01:00
parent cec59c5d72
commit 8e8f9e4804
4 changed files with 25 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ namespace BlackMisc
//! Index list
QList<int> indexList() const;
//! Shif existing indexes to right and insert given index at front
void prepend(int newLeftIndex);
//! First element casted to given type, usually then PropertIndex enum
template<class CastType> CastType frontCasted() const
{