aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldirgroups.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpaneldirgroups.h')
-rw-r--r--linden/indra/newview/llpaneldirgroups.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/linden/indra/newview/llpaneldirgroups.h b/linden/indra/newview/llpaneldirgroups.h
index d1248c0..5edb34d 100644
--- a/linden/indra/newview/llpaneldirgroups.h
+++ b/linden/indra/newview/llpaneldirgroups.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2009, Linden Research, Inc. 7 * Copyright (c) 2001-2010, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -33,15 +33,21 @@
33#ifndef LLPANELDIRGROUPS_H 33#ifndef LLPANELDIRGROUPS_H
34#define LLPANELDIRGROUPS_H 34#define LLPANELDIRGROUPS_H
35 35
36#include "llpaneldirfind.h" 36#include "llpaneldirbrowser.h"
37 37
38class LLPanelDirGroups : public LLPanelDirFind 38class LLPanelDirGroups : public LLPanelDirBrowser
39{ 39{
40public: 40public:
41 LLPanelDirGroups(const std::string& name, LLFloaterDirectory* floater); 41 LLPanelDirGroups(const std::string& name, LLFloaterDirectory* floater);
42 virtual ~LLPanelDirGroups();
42 43
43 /*virtual*/ void search(const std::string& search_text);
44 /*virtual*/ void draw(); 44 /*virtual*/ void draw();
45
46 /*virtual*/ BOOL postBuild();
47
48 /*virtual*/ void performQuery();
49
50 static void onClickSearch(void *userdata);
45}; 51};
46 52
47#endif 53#endif