summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-03-03 11:43:48 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-03-03 11:43:48 +0200
commit0f04222acc13802d1b16dff49e17dc52c1cfae2a (patch)
treebe024a4e2b19b425a99d40fdddd1702d006b6698 /indra/llui/llscrolllistctrl.h
parent2cc7478e76c2de328cabbce323493bff9f1c94f8 (diff)
fix for normal EXT-1391 Group Info: Avatar name should end with ellipsis if it doesn't fit free space
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r--indra/llui/llscrolllistctrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h
index e819c5fdea..ebdc82115f 100644
--- a/indra/llui/llscrolllistctrl.h
+++ b/indra/llui/llscrolllistctrl.h
@@ -219,7 +219,10 @@ public:
void deselectAllItems(BOOL no_commit_on_change = FALSE); // by default, go ahead and commit on selection change
void clearHighlightedItems();
- void mouseOverHighlightNthItem( S32 index );
+
+ virtual void mouseOverHighlightNthItem( S32 index );
+
+ S32 getHighlightedItemInx() const { return mHighlightedItem; }
void setDoubleClickCallback( callback_t cb ) { mOnDoubleClickCallback = cb; }
void setMaximumSelectCallback( callback_t cb) { mOnMaximumSelectCallback = cb; }