diff options
Diffstat (limited to 'linden/indra/newview/llpaneldirpopular.h')
-rw-r--r-- | linden/indra/newview/llpaneldirpopular.h | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/linden/indra/newview/llpaneldirpopular.h b/linden/indra/newview/llpaneldirpopular.h index c3f5de3..5f28ba0 100644 --- a/linden/indra/newview/llpaneldirpopular.h +++ b/linden/indra/newview/llpaneldirpopular.h | |||
@@ -32,29 +32,14 @@ | |||
32 | #ifndef LL_LLPANELDIRPOPULAR_H | 32 | #ifndef LL_LLPANELDIRPOPULAR_H |
33 | #define LL_LLPANELDIRPOPULAR_H | 33 | #define LL_LLPANELDIRPOPULAR_H |
34 | 34 | ||
35 | #include "llpaneldirbrowser.h" | 35 | #include "llpaneldirfind.h" |
36 | 36 | ||
37 | class LLUICtrl; | 37 | class LLPanelDirPopular : public LLPanelDirFind |
38 | |||
39 | class LLPanelDirPopular : public LLPanelDirBrowser | ||
40 | { | 38 | { |
41 | public: | 39 | public: |
42 | LLPanelDirPopular(const std::string& name, LLFloaterDirectory* floater); | 40 | LLPanelDirPopular(const std::string& name, LLFloaterDirectory* floater); |
43 | virtual ~LLPanelDirPopular(); | ||
44 | |||
45 | virtual void draw(); | ||
46 | |||
47 | virtual BOOL postBuild(); | ||
48 | 41 | ||
49 | void requestPopular(); | 42 | /*virtual*/ void search(const std::string& search_text); |
50 | |||
51 | protected: | ||
52 | static void onClickSearch(void* data); | ||
53 | static void onCommitAny(LLUICtrl* ctrl, void* data); | ||
54 | |||
55 | private: | ||
56 | bool mRequested; | ||
57 | }; | 43 | }; |
58 | 44 | ||
59 | |||
60 | #endif | 45 | #endif |