diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-18 13:03:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-18 13:03:04 -0700 |
commit | 28fe8352549c0fd99da0c3f0119d96386e52a703 (patch) | |
tree | dbfbda1ad86c425852978eea1f4546053e763373 /indra/newview/llfloateroutbox.h | |
parent | 68dbb5692f11eed39175ebf3313d96b5430231f9 (diff) |
DD-17, DD-40 : Style active listings in bold, implement a working initialization indicator
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rwxr-xr-x | indra/newview/llfloateroutbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h index e28fb320ea..04a9f91f51 100755 --- a/indra/newview/llfloateroutbox.h +++ b/indra/newview/llfloateroutbox.h @@ -147,6 +147,7 @@ protected: void importReportResults(U32 status, const LLSD& content); void importStatusChanged(bool inProgress); void initializationReportError(U32 status, const LLSD& content); + void setStatusString(const std::string& statusString); void onClose(bool app_quitting); void onOpen(const LLSD& key); @@ -163,6 +164,8 @@ private: LLInventoryCategoriesObserver * mCategoriesObserver; LLInventoryCategoryAddedObserver * mCategoryAddedObserver; + LLTextBox * mInventoryStatus; + LLView * mInventoryInitializationInProgress; LLView * mInventoryPlaceholder; LLTextBox * mInventoryText; LLTextBox * mInventoryTitle; |