llfloaterbuyland.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLFLOATERBUYLAND_H
00033 #define LL_LLFLOATERBUYLAND_H
00034 
00035 class LLViewerRegion;
00036 class LLViewerTextEditor;
00037 class LLParcelSelection;
00038 
00039 class LLFloaterBuyLand
00040 {
00041 public:
00042         static void buyLand(LLViewerRegion* region,
00043                                                 LLHandle<LLParcelSelection> parcel,
00044                                                 bool is_for_group);
00045         static void updateCovenantText(const std::string& string, const LLUUID& asset_id);
00046         static void updateEstateName(const std::string& name);
00047         static void updateLastModified(const std::string& text);
00048         static void updateEstateOwnerName(const std::string& name);
00049         static BOOL isOpen();
00050 };
00051 
00052 #endif

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