summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterobjectweights.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-05-23 11:31:19 -0700
committerBrad Linden <brad@lindenlab.com>2024-05-23 11:31:19 -0700
commita1f49564d670a2c41bfa25c833bba2564b9b7f48 (patch)
tree1d205e51bc37621916a17d459ad83782fe41f975 /indra/newview/llfloaterobjectweights.h
parent6af5db09faf5ea33a2d4c47b64e76f42edae178a (diff)
parent6377610f6587989c126b00f490dfc8d527a1c2ce (diff)
Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into brad/merge-maint-a-to-dev
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
-rw-r--r--indra/newview/llfloaterobjectweights.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h
index 90df0a47ee..3b999f6b9b 100644
--- a/indra/newview/llfloaterobjectweights.h
+++ b/indra/newview/llfloaterobjectweights.h
@@ -43,51 +43,51 @@ class LLTextBox;
*/
struct LLCrossParcelFunctor : public LLSelectedObjectFunctor
{
- /*virtual*/ bool apply(LLViewerObject* obj);
+ /*virtual*/ bool apply(LLViewerObject* obj);
private:
- LLBBox mBoundingBox;
+ LLBBox mBoundingBox;
};
class LLFloaterObjectWeights : public LLFloater, LLAccountingCostObserver
{
public:
- LOG_CLASS(LLFloaterObjectWeights);
+ LOG_CLASS(LLFloaterObjectWeights);
- LLFloaterObjectWeights(const LLSD& key);
- ~LLFloaterObjectWeights();
+ LLFloaterObjectWeights(const LLSD& key);
+ ~LLFloaterObjectWeights();
- /*virtual*/ bool postBuild();
+ /*virtual*/ bool postBuild();
- /*virtual*/ void onOpen(const LLSD& key);
+ /*virtual*/ void onOpen(const LLSD& key);
- /*virtual*/ void onWeightsUpdate(const SelectionCost& selection_cost);
- /*virtual*/ void setErrorStatus(S32 status, const std::string& reason);
+ /*virtual*/ void onWeightsUpdate(const SelectionCost& selection_cost);
+ /*virtual*/ void setErrorStatus(S32 status, const std::string& reason);
- void updateLandImpacts(const LLParcel* parcel);
- void refresh();
+ void updateLandImpacts(const LLParcel* parcel);
+ void refresh();
private:
- /*virtual*/ void generateTransactionID();
+ /*virtual*/ void generateTransactionID();
- void toggleWeightsLoadingIndicators(bool visible);
- void toggleLandImpactsLoadingIndicators(bool visible);
+ void toggleWeightsLoadingIndicators(bool visible);
+ void toggleLandImpactsLoadingIndicators(bool visible);
- void updateIfNothingSelected();
+ void updateIfNothingSelected();
- LLTextBox *mSelectedObjects;
- LLTextBox *mSelectedPrims;
+ LLTextBox *mSelectedObjects;
+ LLTextBox *mSelectedPrims;
- LLTextBox *mSelectedDownloadWeight;
- LLTextBox *mSelectedPhysicsWeight;
- LLTextBox *mSelectedServerWeight;
- LLTextBox *mSelectedDisplayWeight;
+ LLTextBox *mSelectedDownloadWeight;
+ LLTextBox *mSelectedPhysicsWeight;
+ LLTextBox *mSelectedServerWeight;
+ LLTextBox *mSelectedDisplayWeight;
- LLTextBox *mSelectedOnLand;
- LLTextBox *mRezzedOnLand;
- LLTextBox *mRemainingCapacity;
- LLTextBox *mTotalCapacity;
+ LLTextBox *mSelectedOnLand;
+ LLTextBox *mRezzedOnLand;
+ LLTextBox *mRemainingCapacity;
+ LLTextBox *mTotalCapacity;
};
#endif //LL_LLFLOATEROBJECTWEIGHTS_H