llpaneldirland.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLPANELDIRLAND_H
00033 #define LL_LLPANELDIRLAND_H
00034 
00035 #include "llpaneldirbrowser.h"
00036 
00037 class LLUICtrl;
00038 
00039 class LLPanelDirLand : public LLPanelDirBrowser
00040 {
00041 public:
00042         LLPanelDirLand(const std::string& name, LLFloaterDirectory* floater);
00043         /*virtual*/ ~LLPanelDirLand();
00044 
00045         virtual BOOL postBuild();
00046 
00047         void performQuery();
00048 
00049 protected:
00050         static void onClickSort(void* data);
00051         static void onCommitPrice(LLUICtrl* ctrl, void* data);
00052         static void onCommitArea(LLUICtrl* ctrl, void* data);
00053 
00054 };
00055 
00056 
00057 #endif

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