summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-03-11 14:10:37 +0800
committerangela <angela@lindenlab.com>2010-03-11 14:10:37 +0800
commitfe8304ff49d3c41ac364e0e235a7f26f40640451 (patch)
treeb56f83d0478dcc7e30038250cd1c4dce62d2c574 /indra/llui/llfloater.h
parent51010803dfe8e2ee37f6fa4ac074c8f9380a43c8 (diff)
parent0fe35e068f8148604fe59bff7f80103e75fff07f (diff)
merge
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index c1e8813f87..97d2bda594 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -194,6 +194,8 @@ public:
/// The static isShown() can accept a NULL pointer (which of course
/// returns false). When non-NULL, it calls the non-static isShown().
static bool isShown(const LLFloater* floater);
+ static bool isVisible(const LLFloater* floater);
+ static bool isMinimized(const LLFloater* floater);
BOOL isFirstLook() { return mFirstLook; } // EXT-2653: This function is necessary to prevent overlapping for secondary showed toasts
BOOL isFrontmost();
BOOL isDependent() { return !mDependeeHandle.isDead(); }