diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-29 18:56:57 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-29 18:56:57 +0300 |
commit | d3d2e0be292056ff335ae7a0caf7a6407ef074ca (patch) | |
tree | 50c227be0cd19c7cedba7360bb4950304a306d01 /indra/llui/llview.h | |
parent | 05222b7a32c6e3406f1bae90664181d3699a10e8 (diff) | |
parent | f308109fe6a96d1cb40185a4fe4f16d8e82d814a (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 9ff6a4e1a0..aba6c310f1 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -310,7 +310,8 @@ public: void pushVisible(BOOL visible) { mLastVisible = mVisible; setVisible(visible); } void popVisible() { setVisible(mLastVisible); } - + BOOL getLastVisible() const { return mLastVisible; } + LLHandle<LLView> getHandle() { mHandle.bind(this); return mHandle; } U32 getFollows() const { return mReshapeFlags; } |