summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterdebugmaterials.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r--indra/newview/llfloaterdebugmaterials.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h
index 8419535ac0..204392d5e3 100644
--- a/indra/newview/llfloaterdebugmaterials.h
+++ b/indra/newview/llfloaterdebugmaterials.h
@@ -100,6 +100,8 @@ private:
void requestPostMaterials(bool pUseGoodData);
void requestPostMaterials(const LLUUID& regionId, bool pUseGoodData);
+ void queryViewableObjects();
+
void parseGetResponse(const LLSD& pContent);
void parsePutResponse(const LLSD& pContent);
void parsePostResponse(const LLSD& pContent);
@@ -112,6 +114,7 @@ private:
void clearGetResults();
void clearPutResults();
void clearPostResults();
+ void clearViewableObjectsResults();
void updateStatusMessage();
void updateControls();
@@ -161,10 +164,13 @@ private:
LLButton* mPutSetButton;
LLButton* mPutClearButton;
LLScrollListCtrl* mPutScrollList;
- LLButton* mQueryVisibleObjectsButton;
+ LLButton* mQueryViewableObjectsButton;
+ LLScrollListCtrl* mViewableObjectsScrollList;
LLButton* mGoodPostButton;
LLButton* mBadPostButton;
- LLScrollListCtrl* mPostScrollList;
+ LLScrollListCtrl* mPostNormalMapScrollList;
+ LLScrollListCtrl* mPostSpecularMapScrollList;
+ LLScrollListCtrl* mPostOtherDataScrollList;
LLColor4 mDefaultSpecularColor;