mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #369, prepend function for properties
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user