diff options
Diffstat (limited to 'indra/newview/llfloaterstinson.h')
-rw-r--r-- | indra/newview/llfloaterstinson.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llfloaterstinson.h b/indra/newview/llfloaterstinson.h index 1a4c511deb..5b8f157cd0 100644 --- a/indra/newview/llfloaterstinson.h +++ b/indra/newview/llfloaterstinson.h @@ -34,6 +34,7 @@ #include "v4color.h" class LLButton; +class LLScrollListCtrl; class LLSD; class LLTextBase; @@ -82,17 +83,21 @@ private: void requestPutMaterials(); void requestPutMaterials(const LLUUID& regionId); - void parseResponse(const std::string& pRequestType, const LLSD& pContent) const; + void parseGetResponse(const LLSD& pContent); + void printResponse(const std::string& pRequestType, const LLSD& pContent) const; void setState(EState pState); inline EState getState() const; + void clearMaterialsList(); + void updateStatusMessage(); void updateControls(); LLTextBase* mStatusText; LLButton* mGetButton; LLButton* mPutButton; + LLScrollListCtrl* mMaterialsScrollList; EState mState; LLColor4 mWarningColor; |