#include <llinventorybridge.h>
Inheritance diagram for LLInventoryPanelObserver:
Public Member Functions | |
LLInventoryPanelObserver (LLInventoryPanel *ip) | |
virtual | ~LLInventoryPanelObserver () |
virtual void | changed (U32 mask) |
Protected Attributes | |
LLInventoryPanel * | mIP |
Definition at line 125 of file llinventorybridge.h.
LLInventoryPanelObserver::LLInventoryPanelObserver | ( | LLInventoryPanel * | ip | ) | [inline] |
Definition at line 128 of file llinventorybridge.h.
virtual LLInventoryPanelObserver::~LLInventoryPanelObserver | ( | ) | [inline, virtual] |
Definition at line 129 of file llinventorybridge.h.
Implements LLInventoryObserver.
Definition at line 130 of file llinventorybridge.h.
References mIP, and LLInventoryPanel::modelChanged().
LLInventoryPanel* LLInventoryPanelObserver::mIP [protected] |