diff options
author | Richard Linden <none@none> | 2012-07-30 15:16:01 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-30 15:16:01 -0700 |
commit | f29bdc27b3038a19317095ef914bd560f3199d28 (patch) | |
tree | 251146c15e556153e45afb61bb4773ee2fe70f1b /indra | |
parent | 4285cc271eacaca31a1d5d76c8e88debf00235c2 (diff) |
moved method from places inventory up into common llfolderview
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/llfolderview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index ba37a11bbe..5ebd8f73ac 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -217,6 +217,7 @@ public: BOOL getShowSingleSelection() { return mShowSingleSelection; } F32 getSelectionFadeElapsedTime() { return mMultiSelectionFadeTimer.getElapsedTimeF32(); } bool getUseEllipses() { return mUseEllipses; } + S32 getSelectedCount() { return (S32)mSelectedItems.size(); } void update(); // needs to be called periodically (e.g. once per frame) |