diff options
| author | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
|---|---|---|
| committer | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
| commit | 329b98528ea4fdd34baaa225e4aa46ea8ad5bfe1 (patch) | |
| tree | 1e4d8488913eec8eebbc6ab4579ad405d3124c20 /indra/newview/llfloaterpathfindingobjects.h | |
| parent | 583855f3e6ba45915c0031396ed90054a18c4c4d (diff) | |
| parent | 501127e4649cf6cdb8e1c31d66d8d24e20fe0631 (diff) | |
merge
Diffstat (limited to 'indra/newview/llfloaterpathfindingobjects.h')
| -rw-r--r-- | indra/newview/llfloaterpathfindingobjects.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/newview/llfloaterpathfindingobjects.h b/indra/newview/llfloaterpathfindingobjects.h index cf418b3b71..88790db12d 100644 --- a/indra/newview/llfloaterpathfindingobjects.h +++ b/indra/newview/llfloaterpathfindingobjects.h @@ -82,7 +82,8 @@ protected: void rebuildScrollListAfterAvatarNameLoads(const LLUUID &pAvatarId); - virtual void updateControls(); + virtual void updateControlsOnScrollListChange(); + virtual void updateControlsOnInWorldSelectionChange(); virtual S32 getNameColumnIndex() const; virtual const LLColor4 &getBeaconColor() const; @@ -124,9 +125,9 @@ private: void handleAvatarNameLoads(const LLUUID &pAvatarId, const LLAvatarName &pAvatarName); void updateMessagingStatus(); - void updateStateOnListActionControls(); - void updateStateOnEditFields(); - void updateOnScrollListChange(); + void updateStateOnListControls(); + void updateStateOnActionControls(); + void selectScrollListItemsInWorld(); LLPathfindingObjectPtr findObject(const LLScrollListItem *pListItem) const; |
