#include <llctrlselectioninterface.h>

Public Member Functions | |
| virtual | ~LLCtrlScrollInterface () |
| virtual S32 | getScrollPos () const =0 |
| virtual void | setScrollPos (S32 pos)=0 |
| virtual void | scrollToShowSelected ()=0 |
Definition at line 99 of file llctrlselectioninterface.h.
| LLCtrlScrollInterface::~LLCtrlScrollInterface | ( | ) | [virtual] |
Definition at line 67 of file llctrlselectioninterface.cpp.
| virtual S32 LLCtrlScrollInterface::getScrollPos | ( | ) | const [pure virtual] |
Implemented in LLScrollListCtrl.
Referenced by LLPanelActiveSpeakers::refreshSpeakers().

| virtual void LLCtrlScrollInterface::setScrollPos | ( | S32 | pos | ) | [pure virtual] |
Implemented in LLScrollListCtrl.
Referenced by LLPanelActiveSpeakers::refreshSpeakers().

| virtual void LLCtrlScrollInterface::scrollToShowSelected | ( | ) | [pure virtual] |
Implemented in LLScrollListCtrl.
Referenced by LLFloaterGesture::refreshAll(), and LLFloaterClothing::refreshAll().

1.5.5