summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertexturefetchdebugger.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-08-15 17:07:10 -0400
committerOz Linden <oz@lindenlab.com>2012-08-15 17:07:10 -0400
commit97106c2dea855e7a7a6378e0b6971d7a8226f1f6 (patch)
treeb1cc26bc18f8ec28fba94e0f91035bfb73d96452 /indra/newview/llfloatertexturefetchdebugger.h
parent981190cf3151f436d370b841b1baa5a2a607b94d (diff)
parentf2eef652063f7f2aee7296ff41cf5d34272cc12b (diff)
merge changes for DRTVWR-194
Diffstat (limited to 'indra/newview/llfloatertexturefetchdebugger.h')
-rw-r--r--indra/newview/llfloatertexturefetchdebugger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatertexturefetchdebugger.h b/indra/newview/llfloatertexturefetchdebugger.h
index 33012c6a3d..096ad88e07 100644
--- a/indra/newview/llfloatertexturefetchdebugger.h
+++ b/indra/newview/llfloatertexturefetchdebugger.h
@@ -53,6 +53,8 @@ public:
void onClickRefetchVisCache();
void onClickRefetchVisHTTP();
+ void onClickRefetchAllCache();
+ void onClickRefetchAllHTTP();
public:
void idle() ;
@@ -63,9 +65,12 @@ private:
void updateButtons();
void disableButtons();
+ void setStartStatus(S32 status);
+ bool idleStart();
private:
LLTextureFetchDebugger* mDebugger;
std::map<std::string, bool> mButtonStateMap;
+ S32 mStartStatus;
};
#endif // LL_FLOATER_TEXTURE_FETCH_DEBUGGER__H