summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingbasic.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-02-17 19:03:16 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-02-17 19:03:16 -0800
commit516ad5b3c234321daf01294d6e03bdc4be019d36 (patch)
tree3b54deb5a43aad06967b6a29e933514f32b9206b /indra/newview/llfloaterpathfindingbasic.h
parent35b09a722e72a397a1e1e7aacbda8f39f4c1faa5 (diff)
PATH-292: Implementing the new freeze/unfreeze functionality on the basic panel.
Diffstat (limited to 'indra/newview/llfloaterpathfindingbasic.h')
-rw-r--r--indra/newview/llfloaterpathfindingbasic.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterpathfindingbasic.h b/indra/newview/llfloaterpathfindingbasic.h
index cd51964339..356a270ca0 100644
--- a/indra/newview/llfloaterpathfindingbasic.h
+++ b/indra/newview/llfloaterpathfindingbasic.h
@@ -29,7 +29,7 @@
#define LL_LLFLOATERPATHFINDINGBASIC_H
#include "llfloater.h"
-#include "llhandle.h"
+#include "llpathfindingmanager.h"
class LLSD;
class LLTextBase;
@@ -55,16 +55,16 @@ private:
void onUnfreezeClicked();
void onFreezeClicked();
- std::string getCapabilityURL() const;
+ void onAgentStateCB(LLPathfindingManager::EAgentState pAgentState);
- void updateOnFrozenState();
+ void setAgentState(LLPathfindingManager::EAgentState pAgentState);
- LLTextBase *mRegionNotEnabledText;
- LLTextBase *mUnfreezeLabel;
- LLButton *mUnfreezeButton;
- LLTextBase *mFreezeLabel;
- LLButton *mFreezeButton;
- bool mIsRegionFrozenXXX; // XXX stinson : Feb 15, 2012 : I think this will be unneeded with the service
+ LLTextBase *mStatusText;
+ LLTextBase *mUnfreezeLabel;
+ LLButton *mUnfreezeButton;
+ LLTextBase *mFreezeLabel;
+ LLButton *mFreezeButton;
+ LLPathfindingManager::EAgentState mAgentState;
};
#endif // LL_LLFLOATERPATHFINDINGBASIC_H