mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T529, check for timestamp/orderable index
This commit is contained in:
committed by
Mat Sutcliffe
parent
b2ec28e3cd
commit
4d0f8b9fa0
@@ -43,10 +43,13 @@ namespace BlackMisc
|
||||
//! Valid order set?
|
||||
bool hasValidOrder() const;
|
||||
|
||||
//! Any order index
|
||||
static bool isAnyOrderIndex(int index);
|
||||
|
||||
protected:
|
||||
//! Can given index be handled
|
||||
static bool canHandleIndex(const CPropertyIndex &index);
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
IOrderable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user