summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-06-27 14:15:42 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-06-27 14:15:42 +0100
commitb6aedb116f60b9e4823f61b945b3f374d9267c1d (patch)
treea6bfc5910dff43d9e4153fb7d91784fcb385d1a9 /indra/newview/llviewerobject.h
parent3c8ff04c0fa5c891a0454d7542f78f65eb5032dc (diff)
SL-722 - in progress on managing animated object state with linksets
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index e727567957..bef00e2bab 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -684,6 +684,17 @@ public:
static BOOL sUseSharedDrawables;
+public:
+ // Returns mControlAvatar for the edit root prim of this linkset
+ LLControlAvatar *getControlAvatar();
+ LLControlAvatar *getControlAvatar() const;
+
+ // Create or connect to an existing control av as applicable
+ void linkControlAvatar();
+ // Remove any reference to control av for this prim
+ void unlinkControlAvatar();
+
+private:
LLPointer<LLControlAvatar> mControlAvatar;
protected: