diff options
| author | richard <none@none> | 2009-11-10 12:05:36 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-11-10 12:05:36 -0800 |
| commit | 595000c19c0499a0b612c272cd097a8f1ca578bd (patch) | |
| tree | dc88a193c3275b23bcc2efb1180ff5eb1e90fac9 /indra/llui/lllayoutstack.h | |
| parent | ecf8f5c5beda9f5fa743c4666717c4378f204023 (diff) | |
| parent | 1eaab29a95439c6688c903b224e660de0fc9a053 (diff) | |
merge
Diffstat (limited to 'indra/llui/lllayoutstack.h')
| -rw-r--r-- | indra/llui/lllayoutstack.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 9ded48ef6a..8475079f5e 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -38,7 +38,7 @@ class LLPanel; -class LLLayoutStack : public LLView +class LLLayoutStack : public LLView, LLInstanceTracker<LLLayoutStack> { public: struct Params : public LLInitParam::Block<Params, LLView::Params> @@ -81,6 +81,10 @@ public: S32 getNumPanels() { return mPanels.size(); } void updatePanelAutoResize(const std::string& panel_name, BOOL auto_resize); + + + static void updateClass(); + protected: LLLayoutStack(const Params&); friend class LLUICtrlFactory; @@ -105,6 +109,8 @@ private: S32 mMinHeight; // calculated by calcMinExtents S32 mPanelSpacing; + // true if we already applied animation this frame + bool mAnimatedThisFrame; bool mAnimate; bool mClip; }; // end class LLLayoutStack |
