27 #ifndef __LockCursorUtils__ 28 #define __LockCursorUtils__ 32 bool16 HaveSelectedItemsAndAllLocked();
36 bool16 AreItemsAllLocked(
const UIDList& items ) ;
39 void FilterLockedItems(
UIDList& items ) ;
42 bool16 HaveLockedItems(
const UIDList& items ) ;
43 void FilterUnlockedItems(
UIDList& items ) ;
45 bool16 IsLockedItemOrLayer(
UIDRef& itemRef);
49 #endif // __LockCursorUtils__