llfloaterparcel.h

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

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