summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingcharacters.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-14 21:02:28 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-14 21:02:28 -0400
commit094dcc07f8c1d90ae723dbe60eddacb90a09eae8 (patch)
treee750942e5f22ed677b543bd49509c2a7cdc5ce56 /indra/newview/llfloaterpathfindingcharacters.h
parentd4043d3b011c32eb503c43c551872f9c24d7344f (diff)
parent38c2a5bde985a6a8a96d912d432f8bdf7e5b60be (diff)
Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: Maintenance X
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r--indra/newview/llfloaterpathfindingcharacters.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h
index 4021f4f119..4f9c7aadc0 100644
--- a/indra/newview/llfloaterpathfindingcharacters.h
+++ b/indra/newview/llfloaterpathfindingcharacters.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file llfloaterpathfindingcharacters.h
* @brief "Pathfinding characters" floater, allowing for identification of pathfinding characters and their cpu usage.
* @author Stinson@lindenlab.com
@@ -42,58 +42,58 @@ class LLVector3;
class LLFloaterPathfindingCharacters : public LLFloaterPathfindingObjects
{
public:
- virtual void onClose(bool pIsAppQuitting);
+ virtual void onClose(bool pIsAppQuitting);
- BOOL isShowPhysicsCapsule() const;
- void setShowPhysicsCapsule(BOOL pIsShowPhysicsCapsule);
+ BOOL isShowPhysicsCapsule() const;
+ void setShowPhysicsCapsule(BOOL pIsShowPhysicsCapsule);
- BOOL isPhysicsCapsuleEnabled(LLUUID& id, LLVector3& pos, LLQuaternion& rot) const;
+ BOOL isPhysicsCapsuleEnabled(LLUUID& id, LLVector3& pos, LLQuaternion& rot) const;
- static void openCharactersWithSelectedObjects();
- static LLHandle<LLFloaterPathfindingCharacters> getInstanceHandle();
+ static void openCharactersWithSelectedObjects();
+ static LLHandle<LLFloaterPathfindingCharacters> getInstanceHandle();
protected:
- friend class LLFloaterReg;
+ friend class LLFloaterReg;
- LLFloaterPathfindingCharacters(const LLSD& pSeed);
- virtual ~LLFloaterPathfindingCharacters();
+ LLFloaterPathfindingCharacters(const LLSD& pSeed);
+ virtual ~LLFloaterPathfindingCharacters();
- virtual BOOL postBuild();
+ virtual BOOL postBuild();
- virtual void requestGetObjects();
+ virtual void requestGetObjects();
- virtual void buildObjectsScrollList(const LLPathfindingObjectListPtr pObjectListPtr);
+ virtual void buildObjectsScrollList(const LLPathfindingObjectListPtr pObjectListPtr);
- virtual void updateControlsOnScrollListChange();
+ virtual void updateControlsOnScrollListChange();
- virtual S32 getNameColumnIndex() const;
- virtual S32 getOwnerNameColumnIndex() const;
- virtual std::string getOwnerName(const LLPathfindingObject *pObject) const;
- virtual const LLColor4 &getBeaconColor() const;
+ virtual S32 getNameColumnIndex() const;
+ virtual S32 getOwnerNameColumnIndex() const;
+ virtual std::string getOwnerName(const LLPathfindingObject *pObject) const;
+ virtual const LLColor4 &getBeaconColor() const;
- virtual LLPathfindingObjectListPtr getEmptyObjectList() const;
+ virtual LLPathfindingObjectListPtr getEmptyObjectList() const;
private:
- void onShowPhysicsCapsuleClicked();
+ void onShowPhysicsCapsuleClicked();
- LLSD buildCharacterScrollListItemData(const LLPathfindingCharacter *pCharacterPtr) const;
+ LLSD buildCharacterScrollListItemData(const LLPathfindingCharacter *pCharacterPtr) const;
- void updateStateOnDisplayControls();
- void showSelectedCharacterCapsules();
+ void updateStateOnDisplayControls();
+ void showSelectedCharacterCapsules();
- void showCapsule() const;
- void hideCapsule() const;
+ void showCapsule() const;
+ void hideCapsule() const;
- bool getCapsuleRenderData(LLVector3& pPosition, LLQuaternion& rot) const;
+ bool getCapsuleRenderData(LLVector3& pPosition, LLQuaternion& rot) const;
- LLCheckBoxCtrl *mShowPhysicsCapsuleCheckBox;
+ LLCheckBoxCtrl *mShowPhysicsCapsuleCheckBox;
- LLUUID mSelectedCharacterId;
+ LLUUID mSelectedCharacterId;
- LLColor4 mBeaconColor;
+ LLColor4 mBeaconColor;
- LLRootHandle<LLFloaterPathfindingCharacters> mSelfHandle;
- static LLHandle<LLFloaterPathfindingCharacters> sInstanceHandle;
+ LLRootHandle<LLFloaterPathfindingCharacters> mSelfHandle;
+ static LLHandle<LLFloaterPathfindingCharacters> sInstanceHandle;
};
#endif // LL_LLFLOATERPATHFINDINGCHARACTERS_H