From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/newview/llfloaterinspect.h | 97 +++++++++++++++++---------------- 1 file changed, 50 insertions(+), 47 deletions(-) (limited to 'linden/indra/newview/llfloaterinspect.h') diff --git a/linden/indra/newview/llfloaterinspect.h b/linden/indra/newview/llfloaterinspect.h index 2075204..51549ad 100644 --- a/linden/indra/newview/llfloaterinspect.h +++ b/linden/indra/newview/llfloaterinspect.h @@ -1,10 +1,10 @@ -/** -* @file llfloaterfriends.h -* @author Cube -* @date 2006-12-16 -* @brief Declaration of class for displaying object attributes -* -* Copyright (c) 2005-2007, Linden Research, Inc. +/** +* @file llfloaterfriends.h +* @author Cube +* @date 2006-12-16 +* @brief Declaration of class for displaying object attributes +* +* Copyright (c) 2005-2007, Linden Research, Inc. * * The source code in this file ("Source Code") is provided by Linden Lab * to you under the terms of the GNU General Public License, version 2.0 @@ -24,43 +24,46 @@ * * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, - * COMPLETENESS OR PERFORMANCE. -*/ - -#ifndef LL_LLFLOATERINSPECT_H -#define LL_LLFLOATERINSPECT_H - -#include "llfloater.h" - -//class LLTool; -class LLScrollListCtrl; -class LLUICtrl; - -class LLFloaterInspect : public LLFloater -{ -public: - virtual ~LLFloaterInspect(void); - static void show(void* ignored = NULL); - virtual BOOL postBuild(); - static void dirty(); - static LLUUID getSelectedUUID(); - virtual void draw(); - virtual void refresh(); - static BOOL isVisible(); - virtual void onFocusReceived(); - static void onClickCreatorProfile(void* ctrl); - static void onClickOwnerProfile(void* ctrl); - static void onSelectObject(LLUICtrl* ctrl, void* user_data); - LLScrollListCtrl* mObjectList; -protected: - // protected members - LLFloaterInspect(); - void setDirty() { mDirty = TRUE; } - bool mDirty; - -private: - // static data - static LLFloaterInspect* sInstance; -}; - -#endif //LL_LLFLOATERINSPECT_H \ No newline at end of file + * COMPLETENESS OR PERFORMANCE. +*/ + +#ifndef LL_LLFLOATERINSPECT_H +#define LL_LLFLOATERINSPECT_H + +#include "llfloater.h" + +//class LLTool; +class LLObjectSelection; +class LLScrollListCtrl; +class LLUICtrl; + +class LLFloaterInspect : public LLFloater +{ +public: + virtual ~LLFloaterInspect(void); + static void show(void* ignored = NULL); + virtual BOOL postBuild(); + static void dirty(); + static LLUUID getSelectedUUID(); + virtual void draw(); + virtual void refresh(); + static BOOL isVisible(); + virtual void onFocusReceived(); + static void onClickCreatorProfile(void* ctrl); + static void onClickOwnerProfile(void* ctrl); + static void onSelectObject(LLUICtrl* ctrl, void* user_data); + LLScrollListCtrl* mObjectList; +protected: + // protected members + LLFloaterInspect(); + void setDirty() { mDirty = TRUE; } + bool mDirty; + +private: + // static data + static LLFloaterInspect* sInstance; + + LLHandle mObjectSelection; +}; + +#endif //LL_LLFLOATERINSPECT_H -- cgit v1.1