diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/llui/llctrlselectioninterface.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/llui/llctrlselectioninterface.h')
-rw-r--r-- | linden/indra/llui/llctrlselectioninterface.h | 3 |
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 | |||
76 | public: | 78 | public: |
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; |