diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-30 17:09:16 +0300 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-30 17:09:16 +0300 |
| commit | 4d84caed36006e3f3e7d0468335456fe7d034e94 (patch) | |
| tree | c4cc596ba8fbeafdb4a26969c8b7853d7c683ca5 /indra/llui | |
| parent | a7fba99d55f335f3f366cac351b782b803cdf349 (diff) | |
| parent | 2f5c6456991881ca5a80f021d6d4c94739d16565 (diff) | |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
| -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; } |
