aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llpanelclassified.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelclassified.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h
index 56c2fbd..6ebac4c 100644
--- a/linden/indra/newview/llpanelclassified.h
+++ b/linden/indra/newview/llpanelclassified.h
@@ -57,7 +57,7 @@ class LLMessageSystem;
57class LLPanelClassified : public LLPanel 57class LLPanelClassified : public LLPanel
58{ 58{
59public: 59public:
60 LLPanelClassified(BOOL in_finder); 60 LLPanelClassified(BOOL in_finder, bool from_search = false);
61 /*virtual*/ ~LLPanelClassified(); 61 /*virtual*/ ~LLPanelClassified();
62 62
63 void reset(); 63 void reset();
@@ -79,6 +79,7 @@ public:
79 void initNewClassified(); 79 void initNewClassified();
80 80
81 void setClassifiedID(const LLUUID& id); 81 void setClassifiedID(const LLUUID& id);
82 void setClickThroughText(const std::string& text);
82 static void setClickThrough(const LLUUID& classified_id, 83 static void setClickThrough(const LLUUID& classified_id,
83 S32 teleport, S32 map, S32 profile); 84 S32 teleport, S32 map, S32 profile);
84 85
@@ -118,6 +119,7 @@ protected:
118 119
119protected: 120protected:
120 BOOL mInFinder; 121 BOOL mInFinder;
122 bool mFromSearch;
121 BOOL mDirty; 123 BOOL mDirty;
122 bool mForceClose; 124 bool mForceClose;
123 bool mLocationChanged; 125 bool mLocationChanged;