diff options
author | Richard Linden <none@none> | 2012-07-30 15:16:15 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-30 15:16:15 -0700 |
commit | de4b362839adbac123010b294e5c52fad90965b3 (patch) | |
tree | a0d93ce497784ab744412a8eb76f74223163de71 /indra/llui/llfolderview.h | |
parent | 9fa3407c9c18e0e9592bd659a515ec0b77ba13bd (diff) | |
parent | f29bdc27b3038a19317095ef914bd560f3199d28 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/llui/llfolderview.h')
-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) |