From 117e22047c5752352342d64e3fb7ce00a4eb8113 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:04 -0500 Subject: Second Life viewer sources 1.18.1.2 --- linden/indra/llui/lluictrlfactory.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linden/indra/llui/lluictrlfactory.h') diff --git a/linden/indra/llui/lluictrlfactory.h b/linden/indra/llui/lluictrlfactory.h index eaae754..e12017d 100644 --- a/linden/indra/llui/lluictrlfactory.h +++ b/linden/indra/llui/lluictrlfactory.h @@ -65,6 +65,9 @@ class LLWebBrowserCtrl; class LLViewBorder; class LLColorSwatchCtrl; class LLScrollingPanelList; +class LLCtrlListInterface; +class LLCtrlSelectionInterface; +class LLCtrlScrollInterface; // Widget @@ -123,6 +126,11 @@ public: static LLMenuItemCallGL* getMenuItemCallByName(LLPanel* panelp, const LLString& name); static LLScrollingPanelList* getScrollingPanelList(LLPanel* panelp, const LLString& name); + // interface getters + static LLCtrlListInterface* getListInterfaceByName(LLPanel* panelp, const LLString& name); + static LLCtrlSelectionInterface* getSelectionInterfaceByName(LLPanel* panelp, const LLString& name); + static LLCtrlScrollInterface* getScrollInterfaceByName(LLPanel* panelp, const LLString& name); + LLPanel* createFactoryPanel(LLString name); virtual LLView* createCtrlWidget(LLPanel *parent, LLXMLNodePtr node); -- cgit v1.1