aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldirbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpaneldirbrowser.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/linden/indra/newview/llpaneldirbrowser.h b/linden/indra/newview/llpaneldirbrowser.h
index aa19721..c589c81 100644
--- a/linden/indra/newview/llpaneldirbrowser.h
+++ b/linden/indra/newview/llpaneldirbrowser.h
@@ -38,10 +38,8 @@
38 38
39#include "llpanel.h" 39#include "llpanel.h"
40 40
41#include "llmemory.h" // LLPointer
42#include "lluuid.h" 41#include "lluuid.h"
43#include "llframetimer.h" 42#include "llframetimer.h"
44#include "llviewerimage.h"
45#include "llmap.h" 43#include "llmap.h"
46 44
47class LLMessageSystem; 45class LLMessageSystem;
@@ -78,6 +76,10 @@ public:
78 U32 getSelectedEventID() const; 76 U32 getSelectedEventID() const;
79 void getSelectedInfo(LLUUID* id, S32 *type); 77 void getSelectedInfo(LLUUID* id, S32 *type);
80 78
79 void showDetailPanel(S32 type, LLSD item_id);
80 // type is EVENT_CODE, PLACE_CODE, etc. from below.
81 // item_id is integer for events, UUID for all others.
82
81 // from llpaneldirbase 83 // from llpaneldirbase
82 void setupNewSearch(); 84 void setupNewSearch();
83 85
@@ -156,10 +158,13 @@ protected:
156}; 158};
157 159
158// Codes used for sorting by type. 160// Codes used for sorting by type.
161const S32 INVALID_CODE = -1;
159const S32 EVENT_CODE = 0; 162const S32 EVENT_CODE = 0;
160const S32 PLACE_CODE = 1; 163const S32 PLACE_CODE = 1;
161const S32 ONLINE_CODE = 2; 164// We no longer show online vs. offline in search result icons.
162const S32 OFFLINE_CODE = 3; 165//const S32 ONLINE_CODE = 2;
166//const S32 OFFLINE_CODE = 3;
167const S32 AVATAR_CODE = 3;
163const S32 GROUP_CODE = 4; 168const S32 GROUP_CODE = 4;
164const S32 CLASSIFIED_CODE = 5; 169const S32 CLASSIFIED_CODE = 5;
165const S32 FOR_SALE_CODE = 6; // for sale place 170const S32 FOR_SALE_CODE = 6; // for sale place