#include <llmortician.h>
Inheritance diagram for LLMortician:
Public Member Functions | |
LLMortician () | |
virtual | ~LLMortician () |
void | die () |
BOOL | isDead () |
Static Public Member Functions | |
static void | updateClass () |
static void | setZealous (BOOL b) |
Private Attributes | |
BOOL | mIsDead |
Static Private Attributes | |
static BOOL | sDestroyImmediate = FALSE |
Definition at line 37 of file llmortician.h.
LLMortician::LLMortician | ( | ) | [inline] |
LLMortician::~LLMortician | ( | ) | [virtual] |
void LLMortician::die | ( | ) |
Definition at line 54 of file llmortician.cpp.
References gGraveyard, mIsDead, sDestroyImmediate, and TRUE.
Referenced by LLNotifyBox::close(), LLGroupNotifyBox::close(), and LLFloater::destroy().
BOOL LLMortician::isDead | ( | ) | [inline] |
Definition at line 44 of file llmortician.h.
References mIsDead.
Referenced by LLFloater::close(), LLNotifyBoxView::getFirstNontipBox(), LLFloater::getFloaterByHandle(), and LLFloaterSnapshot::hide().
Definition at line 72 of file llmortician.cpp.
References sDestroyImmediate.
Referenced by cleanup_app().
void LLMortician::updateClass | ( | ) | [static] |
Definition at line 45 of file llmortician.cpp.
References gGraveyard.
Referenced by idle(), and idle_startup().
BOOL LLMortician::mIsDead [private] |
BOOL LLMortician::sDestroyImmediate = FALSE [static, private] |