diff options
author | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
commit | b2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch) | |
tree | 3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/newview/llfloaterland.h | |
parent | Second Life viewer sources 1.14.0.1 (diff) | |
download | meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2 meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz |
Second Life viewer sources 1.15.0.2
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h index 4301306..3cc0b27 100644 --- a/linden/indra/newview/llfloaterland.h +++ b/linden/indra/newview/llfloaterland.h | |||
@@ -5,6 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (c) 2002-2007, Linden Research, Inc. | 6 | * Copyright (c) 2002-2007, Linden Research, Inc. |
7 | * | 7 | * |
8 | * Second Life Viewer Source Code | ||
8 | * The source code in this file ("Source Code") is provided by Linden Lab | 9 | * The source code in this file ("Source Code") is provided by Linden Lab |
9 | * to you under the terms of the GNU General Public License, version 2.0 | 10 | * to you under the terms of the GNU General Public License, version 2.0 |
10 | * ("GPL"), unless you have obtained a separate licensing agreement | 11 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -253,7 +254,7 @@ public: | |||
253 | static void onDoubleClickOwner(void*); | 254 | static void onDoubleClickOwner(void*); |
254 | 255 | ||
255 | static void onCommitList(LLUICtrl* ctrl, void* data); | 256 | static void onCommitList(LLUICtrl* ctrl, void* data); |
256 | static void onLostFocus(LLLineEditor* caller, void* user_data); | 257 | static void onLostFocus(LLUICtrl* caller, void* user_data); |
257 | 258 | ||
258 | static void processParcelObjectOwnersReply(LLMessageSystem *msg, void **); | 259 | static void processParcelObjectOwnersReply(LLMessageSystem *msg, void **); |
259 | 260 | ||
@@ -262,39 +263,22 @@ public: | |||
262 | protected: | 263 | protected: |
263 | void sortBtnCore(S32 column); | 264 | void sortBtnCore(S32 column); |
264 | 265 | ||
265 | LLTextBox *mSWTotalObjectsLabel; | ||
266 | LLTextBox *mSWTotalObjects; | ||
267 | |||
268 | LLTextBox *mParcelObjectBonus; | 266 | LLTextBox *mParcelObjectBonus; |
269 | 267 | LLTextBox *mSWTotalObjects; | |
270 | LLTextBox *mObjectContributionLabel; | ||
271 | LLTextBox *mObjectContribution; | 268 | LLTextBox *mObjectContribution; |
272 | LLTextBox *mTotalObjectsLabel; | ||
273 | LLTextBox *mTotalObjects; | 269 | LLTextBox *mTotalObjects; |
274 | |||
275 | LLTextBox *mOwnerObjectsLabel; | ||
276 | LLTextBox *mOwnerObjects; | 270 | LLTextBox *mOwnerObjects; |
277 | LLButton *mBtnShowOwnerObjects; | 271 | LLButton *mBtnShowOwnerObjects; |
278 | LLButton *mBtnReturnOwnerObjects; | 272 | LLButton *mBtnReturnOwnerObjects; |
279 | |||
280 | LLTextBox *mGroupObjectsLabel; | ||
281 | LLTextBox *mGroupObjects; | 273 | LLTextBox *mGroupObjects; |
282 | LLButton *mBtnShowGroupObjects; | 274 | LLButton *mBtnShowGroupObjects; |
283 | LLButton *mBtnReturnGroupObjects; | 275 | LLButton *mBtnReturnGroupObjects; |
284 | |||
285 | LLTextBox *mOtherObjectsLabel; | ||
286 | LLTextBox *mOtherObjects; | 276 | LLTextBox *mOtherObjects; |
287 | LLButton *mBtnShowOtherObjects; | 277 | LLButton *mBtnShowOtherObjects; |
288 | LLButton *mBtnReturnOtherObjects; | 278 | LLButton *mBtnReturnOtherObjects; |
289 | |||
290 | LLTextBox *mSelectedObjectsLabel; | ||
291 | LLTextBox *mSelectedObjects; | 279 | LLTextBox *mSelectedObjects; |
292 | |||
293 | LLTextBox *mCleanOtherObjectsLabel; | ||
294 | LLLineEditor *mCleanOtherObjectsTime; | 280 | LLLineEditor *mCleanOtherObjectsTime; |
295 | S32 mOtherTime; | 281 | S32 mOtherTime; |
296 | |||
297 | LLTextBox *mOwnerListText; | ||
298 | LLButton *mBtnRefresh; | 282 | LLButton *mBtnRefresh; |
299 | LLButton *mBtnReturnOwnerList; | 283 | LLButton *mBtnReturnOwnerList; |
300 | LLButton *mBtnType; // column 0 | 284 | LLButton *mBtnType; // column 0 |