diff options
author | Kelly Washington <kelly@lindenlab.com> | 2012-10-15 16:46:42 -0700 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2012-10-15 16:46:42 -0700 |
commit | ffc33a1cc5b96d9ae6de7f447c09de3ae8174fbc (patch) | |
tree | 5e08fc55ff7a44958d274108f8bbd63bf642b21b /indra/newview/llselectmgr.h | |
parent | d6e3b0445a49d0fb10ca9e6cb668c65984ce1866 (diff) |
MAINT-1598 Edit Linked Parts isn't returning creator/owner
* Show creator, owner and group information when only selecting a single prim
in a linkset.
reviewed with Simon
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r-- | indra/newview/llselectmgr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h index ecbb20df1b..9257ee9eeb 100644 --- a/indra/newview/llselectmgr.h +++ b/indra/newview/llselectmgr.h @@ -343,6 +343,9 @@ typedef LLSafeHandle<LLObjectSelection> LLObjectSelectionHandle; extern template class LLSelectMgr* LLSingleton<class LLSelectMgr>::getInstance(); #endif +// For use with getFirstTest() +struct LLSelectGetFirstTest; + class LLSelectMgr : public LLEditMenuHandler, public LLSingleton<LLSelectMgr> { public: @@ -745,6 +748,9 @@ private: static void packGodlikeHead(void* user_data); static bool confirmDelete(const LLSD& notification, const LLSD& response, LLObjectSelectionHandle handle); + // Get the first ID that matches test and whether or not all ids are identical in selected objects. + void getFirst(LLSelectGetFirstTest* test); + public: // Observer/callback support for when object selection changes or // properties are received/updated |