diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-02-14 16:41:53 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-14 16:41:53 -0800 |
| commit | e5d59b3c2ae99c7e6cfb0312dd8842e8d948aad0 (patch) | |
| tree | 01e907c2af3fda1952d864f007cc4912c4d090ab /indra/newview/llfloaterpathfindingconsole.h | |
| parent | 9898f55d1aba4f79cbb0f9a4fb68b63ac0f354b7 (diff) | |
Moving the bulk of the display settings into the viewer.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 2a813de657..10731c3e1f 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -62,6 +62,26 @@ public: static LLHandle<LLFloaterPathfindingConsole> getInstanceHandle(); + BOOL isRenderPath() const; + + BOOL isRenderNavMesh() const; + void setRenderNavMesh(BOOL pIsRenderNavMesh); + + BOOL isRenderWalkables() const; + void setRenderWalkables(BOOL pIsRenderWalkables); + + BOOL isRenderStaticObstacles() const; + void setRenderStaticObstacles(BOOL pIsRenderStaticObstacles); + + BOOL isRenderMaterialVolumes() const; + void setRenderMaterialVolumes(BOOL pIsRenderMaterialVolumes); + + BOOL isRenderExclusionVolumes() const; + void setRenderExclusionVolumes(BOOL pIsRenderExclusionVolumes); + + BOOL isRenderWorld() const; + void setRenderWorld(BOOL pIsRenderWorld); + F32 getCharacterWidth() const; void setCharacterWidth(F32 pCharacterWidth); @@ -80,13 +100,7 @@ private: virtual ~LLFloaterPathfindingConsole(); virtual void onOpen(const LLSD& pKey); - virtual void onClose(bool app_quitting); - void onShowNavMeshToggle(); - void onShowWalkablesToggle(); - void onShowStaticObstaclesToggle(); - void onShowMaterialVolumesToggle(); - void onShowExclusionVolumesToggle(); void onShowWorldToggle(); void onCharacterWidthSet(); void onCharacterTypeSwitch(); |
