#include <llctrlselectioninterface.h>
Inheritance diagram for LLCtrlScrollInterface:

Public Member Functions | |
| virtual | ~LLCtrlScrollInterface () |
| virtual S32 | getScrollPos ()=0 |
| virtual void | setScrollPos (S32 pos)=0 |
| virtual void | scrollToShowSelected ()=0 |
Definition at line 98 of file llctrlselectioninterface.h.
| LLCtrlScrollInterface::~LLCtrlScrollInterface | ( | ) | [virtual] |
Definition at line 67 of file llctrlselectioninterface.cpp.
| virtual S32 LLCtrlScrollInterface::getScrollPos | ( | ) | [pure virtual] |
| virtual void LLCtrlScrollInterface::scrollToShowSelected | ( | ) | [pure virtual] |
Implemented in LLScrollListCtrl.
Referenced by LLFloaterGesture::refreshAll(), and LLFloaterClothing::refreshAll().
1.4.7