diff options
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(); |