#include <llui.h>

Public Member Functions | |
| LLImageProviderInterface () | |
| virtual | ~LLImageProviderInterface () |
| virtual LLUIImagePtr | getUIImage (const LLString &name)=0 |
| virtual LLUIImagePtr | getUIImageByID (const LLUUID &id)=0 |
| virtual void | cleanUp ()=0 |
Definition at line 589 of file llui.h.
| LLImageProviderInterface::LLImageProviderInterface | ( | ) | [inline] |
| virtual LLImageProviderInterface::~LLImageProviderInterface | ( | ) | [inline, virtual] |
| virtual LLUIImagePtr LLImageProviderInterface::getUIImage | ( | const LLString & | name | ) | [pure virtual] |
Implemented in LLUIImageList.
Referenced by LLScrollbar::draw(), LLMultiSlider::draw(), LLUI::getUIImage(), LLComboBox::LLComboBox(), LLResizeHandle::LLResizeHandle(), LLScrollListText::LLScrollListText(), LLSlider::LLSlider(), and LLIconCtrl::setImage().

| virtual LLUIImagePtr LLImageProviderInterface::getUIImageByID | ( | const LLUUID & | id | ) | [pure virtual] |
Implemented in LLUIImageList.
Referenced by LLStyle::setImage(), LLIconCtrl::setImage(), and LLScrollListIcon::setValue().

| virtual void LLImageProviderInterface::cleanUp | ( | ) | [pure virtual] |
Implemented in LLUIImageList.
Referenced by LLUI::cleanupClass().

1.5.5