| 38 |
|
|
| 39 |
class LLTextBox; |
class LLTextBox; |
| 40 |
class LLScrollListCtrl; |
class LLScrollListCtrl; |
| 41 |
|
class LLViewerRegion; |
| 42 |
|
|
| 43 |
struct AObjectDetails |
struct AObjectDetails |
| 44 |
{ |
{ |
| 56 |
virtual ~JCFloaterAreaSearch(); |
virtual ~JCFloaterAreaSearch(); |
| 57 |
|
|
| 58 |
/*virtual*/ BOOL postBuild(); |
/*virtual*/ BOOL postBuild(); |
|
/*virtual*/ void draw(); |
|
| 59 |
/*virtual*/ void close(bool app = false); |
/*virtual*/ void close(bool app = false); |
| 60 |
|
|
|
static void erase(); |
|
| 61 |
static void results(); |
static void results(); |
| 62 |
static void toggle(); |
static void toggle(); |
| 63 |
static JCFloaterAreaSearch* getInstance() { return sInstance; } |
static JCFloaterAreaSearch* getInstance() { return sInstance; } |
| 65 |
static void processObjectPropertiesFamily(LLMessageSystem* msg, void** user_data); |
static void processObjectPropertiesFamily(LLMessageSystem* msg, void** user_data); |
| 66 |
|
|
| 67 |
private: |
private: |
| 68 |
|
static void checkRegion(); |
| 69 |
static void cancel(void* data); |
static void cancel(void* data); |
| 70 |
static void search(void* data); |
static void search(void* data); |
| 71 |
static void onCommitLine(LLLineEditor* line, void* user_data); |
static void onCommitLine(LLLineEditor* line, void* user_data); |
| 94 |
static std::string sSearchedDesc; |
static std::string sSearchedDesc; |
| 95 |
static std::string sSearchedOwner; |
static std::string sSearchedOwner; |
| 96 |
static std::string sSearchedGroup; |
static std::string sSearchedGroup; |
| 97 |
|
|
| 98 |
|
static LLViewerRegion* sLastRegion; |
| 99 |
}; |
}; |