llfloaterparcel.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_FLOATERPARCELINFO_H
00033 #define LL_FLOATERPARCELINFO_H
00034 
00035 #include "llfloater.h"
00036 
00037 class LLPanelPlace;
00038 
00039 class LLFloaterParcelInfo
00040 :       public LLFloater
00041 {
00042 public:
00043         static  void*   createPanelPlace(void*  data);
00044 
00045         LLFloaterParcelInfo(const std::string& name, const LLUUID &parcel_id );
00046         /*virtual*/ ~LLFloaterParcelInfo();
00047 
00048         void displayParcelInfo(const LLUUID& parcel_id);
00049 
00050         static LLFloaterParcelInfo* show(const LLUUID& parcel_id);
00051 
00052 private:
00053         LLUUID                  mParcelID;                      // for which parcel is this window?
00054         LLPanelPlace*   mPanelParcelp;
00055 };
00056 
00057 
00058 #endif

Generated on Fri May 16 08:33:29 2008 for SecondLife by  doxygen 1.5.5