summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertexturefetchdebugger.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-05-07 10:44:27 -0700
committerMerov Linden <merov@lindenlab.com>2012-05-07 10:44:27 -0700
commit2259cef803a8a3d74779ade5153e72f8806a6dab (patch)
tree827b001f17cf5e8eb8f7d1fb1a19b0d7d7df43c7 /indra/newview/llfloatertexturefetchdebugger.h
parent56af97063aaa35c1a70f5edaf47f4a015600860d (diff)
parentf86592e34e47b9f5b0e39c20b0e16d1367a311b9 (diff)
Pull from vir/drano
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