#include <llview.h>
Collaboration diagram for LLViewHandle:

Public Member Functions | |
| LLViewHandle () | |
| void | init () |
| void | markDead () |
| BOOL | isDead () |
Static Public Attributes | |
| static LLViewHandle | sDeadHandle |
Protected Attributes | |
| S32 | mID |
Static Protected Attributes | |
| static S32 | sNextID = 0 |
Friends | |
| bool | operator== (const LLViewHandle &lhs, const LLViewHandle &rhs) |
| bool | operator!= (const LLViewHandle &lhs, const LLViewHandle &rhs) |
| bool | operator< (const LLViewHandle &a, const LLViewHandle &b) |
Definition at line 73 of file llview.h.
| BOOL LLViewHandle::isDead | ( | ) | [inline] |
Definition at line 80 of file llview.h.
References mID.
Referenced by LLVoiceChannel::handleStatusChange(), LLFloater::isDependent(), LLFloater::setCanTearOff(), and LLFloater::setHost().
| void LLViewHandle::markDead | ( | ) | [inline] |
Definition at line 79 of file llview.h.
References mID.
Referenced by LLFloater::clearSnapTarget(), LLVoiceChannel::handleStatusChange(), and LLFloater::setHost().
| bool operator!= | ( | const LLViewHandle & | lhs, | |
| const LLViewHandle & | rhs | |||
| ) | [friend] |
Definition at line 2503 of file llview.cpp.
| bool operator< | ( | const LLViewHandle & | a, | |
| const LLViewHandle & | b | |||
| ) | [friend] |
Definition at line 2508 of file llview.cpp.
| bool operator== | ( | const LLViewHandle & | lhs, | |
| const LLViewHandle & | rhs | |||
| ) | [friend] |
Definition at line 2498 of file llview.cpp.
S32 LLViewHandle::mID [protected] |
Definition at line 89 of file llview.h.
Referenced by init(), isDead(), LLViewHandle(), markDead(), operator!=(), operator<(), and operator==().
LLViewHandle LLViewHandle::sDeadHandle [static] |
Definition at line 86 of file llview.h.
Referenced by LLFolderView::deleteAllChildren(), LLMenuBarGL::fromXML(), LLFloaterView::getFloaterByHandle(), LLView::getViewByHandle(), LLFloater::removeDependentFloater(), LLFocusMgr::setKeyboardFocus(), and LLFloaterSnapshot::~LLFloaterSnapshot().
S32 LLViewHandle::sNextID = 0 [static, protected] |
1.4.7