llpaneldirgroups.h

Go to the documentation of this file.
00001 
00032 #ifndef LLPANELDIRGROUPS_H
00033 #define LLPANELDIRGROUPS_H
00034 
00035 #include "llpaneldirbrowser.h"
00036 
00037 class LLPanelDirGroups : public LLPanelDirBrowser
00038 {
00039 public:
00040         LLPanelDirGroups(const std::string& name, LLFloaterDirectory* floater);
00041         virtual ~LLPanelDirGroups();
00042 
00043         /*virtual*/ void draw();
00044 
00045         /*virtual*/ BOOL postBuild();
00046 
00047         /*virtual*/ void performQuery();
00048 
00049         static void onClickSearch(void *userdata);
00050 };
00051 
00052 #endif

Generated on Thu Jul 1 06:08:56 2010 for Second Life Viewer by  doxygen 1.4.7