Public Member Functions | |
LLChatBarGestureObserver (LLChatBar *chat_barp) | |
virtual | ~LLChatBarGestureObserver () |
virtual void | changed () |
Private Attributes | |
LLChatBar * | mChatBar |
Definition at line 82 of file llchatbar.cpp.
LLChatBarGestureObserver::LLChatBarGestureObserver | ( | LLChatBar * | chat_barp | ) | [inline] |
Definition at line 85 of file llchatbar.cpp.
virtual LLChatBarGestureObserver::~LLChatBarGestureObserver | ( | ) | [inline, virtual] |
Definition at line 86 of file llchatbar.cpp.
virtual void LLChatBarGestureObserver::changed | ( | ) | [inline, virtual] |
Implements LLGestureManagerObserver.
Definition at line 87 of file llchatbar.cpp.
References mChatBar, and LLChatBar::refreshGestures().
LLChatBar* LLChatBarGestureObserver::mChatBar [private] |