#include <llui.h>
Static Public Member Functions | |
| static bool | visible (T *instance, const LLSD &key) |
| static void | show (T *instance, const LLSD &key) |
| static void | hide (T *instance, const LLSD &key) |
Definition at line 255 of file llui.h.
| static bool VisibilityPolicy< T >::visible | ( | T * | instance, | |
| const LLSD & | key | |||
| ) | [static] |
Referenced by LLFloaterChatterBox::visible(), and LLFloaterChat::visible().

| static void VisibilityPolicy< T >::show | ( | T * | instance, | |
| const LLSD & | key | |||
| ) | [static] |
Referenced by LLFloaterMyFriends::show(), LLFloaterChatterBox::show(), and LLFloaterChat::show().

| static void VisibilityPolicy< T >::hide | ( | T * | instance, | |
| const LLSD & | key | |||
| ) | [static] |
Referenced by LLFloaterChatterBox::hide(), and LLFloaterChat::hide().

1.5.5