#include <llui.h>


Public Member Functions | |
| LLRootHandle (T *object) | |
| LLRootHandle () | |
| ~LLRootHandle () | |
| LLHandle< T > | getHandle () |
| void | bind (T *object) |
| void | unbind () |
Private Member Functions | |
| LLRootHandle (const LLRootHandle &other) | |
Definition at line 531 of file llui.h.
| LLRootHandle< T >::LLRootHandle | ( | T * | object | ) | [inline] |
| LLRootHandle< T >::LLRootHandle | ( | ) | [inline] |
| LLRootHandle< T >::~LLRootHandle | ( | ) | [inline] |
| LLRootHandle< T >::LLRootHandle | ( | const LLRootHandle< T > & | other | ) | [inline, private] |
| LLHandle<T> LLRootHandle< T >::getHandle | ( | ) | [inline] |
| void LLRootHandle< T >::bind | ( | T * | object | ) | [inline] |
Definition at line 541 of file llui.h.
Referenced by LLView::getHandle(), LLPanel::init(), LLFloater::initFloater(), LLFloater::LLFloater(), and LLRootHandle< LLSpeaker >::LLRootHandle().

| void LLRootHandle< T >::unbind | ( | ) | [inline] |
Definition at line 553 of file llui.h.
Referenced by LLRootHandle< LLSpeaker >::~LLRootHandle().

1.5.5