aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llctrlselectioninterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llctrlselectioninterface.h')
-rw-r--r--linden/indra/llui/llctrlselectioninterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llui/llctrlselectioninterface.h b/linden/indra/llui/llctrlselectioninterface.h
index 878648d..e21f039 100644
--- a/linden/indra/llui/llctrlselectioninterface.h
+++ b/linden/indra/llui/llctrlselectioninterface.h
@@ -51,6 +51,8 @@ public:
51 51
52 virtual BOOL getCanSelect() const = 0; 52 virtual BOOL getCanSelect() const = 0;
53 53
54 virtual S32 getItemCount() const = 0;
55
54 virtual BOOL selectFirstItem() = 0; 56 virtual BOOL selectFirstItem() = 0;
55 virtual BOOL selectNthItem( S32 index ) = 0; 57 virtual BOOL selectNthItem( S32 index ) = 0;
56 58
@@ -76,7 +78,6 @@ class LLCtrlListInterface : public LLCtrlSelectionInterface
76public: 78public:
77 virtual ~LLCtrlListInterface(); 79 virtual ~LLCtrlListInterface();
78 80
79 virtual S32 getItemCount() const = 0;
80 virtual void addColumn(const LLSD& column, EAddPosition pos = ADD_BOTTOM) = 0; 81 virtual void addColumn(const LLSD& column, EAddPosition pos = ADD_BOTTOM) = 0;
81 virtual void clearColumns() = 0; 82 virtual void clearColumns() = 0;
82 virtual void setColumnLabel(const LLString& column, const LLString& label) = 0; 83 virtual void setColumnLabel(const LLString& column, const LLString& label) = 0;