llfloatergroupinvite.h

Go to the documentation of this file.
00001 
00033 #ifndef LL_LLFLOATERGROUPINVITE_H
00034 #define LL_LLFLOATERGROUPINVITE_H
00035 
00036 #include "llfloater.h"
00037 #include "lluuid.h"
00038 
00039 class LLFloaterGroupInvite
00040 : public LLFloater
00041 {
00042 public:
00043         virtual ~LLFloaterGroupInvite();
00044 
00045         static void showForGroup(const LLUUID &group_id, std::vector<LLUUID> *agent_ids = NULL);
00046 
00047 protected:
00048         LLFloaterGroupInvite(const std::string& name,
00049                                                  const LLRect &rect,
00050                                                  const std::string& title,
00051                                                  const LLUUID& group_id = LLUUID::null);
00052 
00053         class impl;
00054         impl* mImpl;
00055 };
00056 
00057 #endif

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