aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lluictrlfactory.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/llui/lluictrlfactory.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-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/lluictrlfactory.h')
-rw-r--r--linden/indra/llui/lluictrlfactory.h8
1 files changed, 8 insertions, 0 deletions
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;
65class LLViewBorder; 65class LLViewBorder;
66class LLColorSwatchCtrl; 66class LLColorSwatchCtrl;
67class LLScrollingPanelList; 67class LLScrollingPanelList;
68class LLCtrlListInterface;
69class LLCtrlSelectionInterface;
70class LLCtrlScrollInterface;
68 71
69// Widget 72// Widget
70 73
@@ -123,6 +126,11 @@ public:
123 static LLMenuItemCallGL* getMenuItemCallByName(LLPanel* panelp, const LLString& name); 126 static LLMenuItemCallGL* getMenuItemCallByName(LLPanel* panelp, const LLString& name);
124 static LLScrollingPanelList* getScrollingPanelList(LLPanel* panelp, const LLString& name); 127 static LLScrollingPanelList* getScrollingPanelList(LLPanel* panelp, const LLString& name);
125 128
129 // interface getters
130 static LLCtrlListInterface* getListInterfaceByName(LLPanel* panelp, const LLString& name);
131 static LLCtrlSelectionInterface* getSelectionInterfaceByName(LLPanel* panelp, const LLString& name);
132 static LLCtrlScrollInterface* getScrollInterfaceByName(LLPanel* panelp, const LLString& name);
133
126 LLPanel* createFactoryPanel(LLString name); 134 LLPanel* createFactoryPanel(LLString name);
127 135
128 virtual LLView* createCtrlWidget(LLPanel *parent, LLXMLNodePtr node); 136 virtual LLView* createCtrlWidget(LLPanel *parent, LLXMLNodePtr node);