diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-10-23 12:36:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-10-23 12:36:47 -0400 |
commit | 7fda8f8d0b5c96b9264b0b3752666d866b64146b (patch) | |
tree | c37f28b461a22fbe50fa66de19012fcb615aa3b1 /indra/llui/llscrolllistctrl.h | |
parent | 910fbde7885cca758328c3ce6d0d77f382cd5e12 (diff) | |
parent | 7783191f91b19d10a14cdb475fedad46ddaa8a9b (diff) |
Merge branch 'develop' into marchcat/xcode-16
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r-- | indra/llui/llscrolllistctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index bfae08ab5b..badaf31657 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -284,6 +284,7 @@ public: LLScrollListItem* getFirstSelected() const; virtual S32 getFirstSelectedIndex() const; std::vector<LLScrollListItem*> getAllSelected() const; + std::vector<LLSD> getAllSelectedValues() const; S32 getNumSelected() const; LLScrollListItem* getLastSelectedItem() const { return mLastSelected; } |