diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:06:42 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:07:29 +0300 |
commit | dcb85f9f9d1019bb046a5719bc3645fa96a2d060 (patch) | |
tree | 2a75406ca1ab8d15e88066dfdc7440c93d0d7c63 /indra/newview/llfloaterobjectweights.h | |
parent | 26f70456d1e9059c48d25e08fc07f893315b1f3c (diff) | |
parent | e7eced3c87310b15ac20cc3cd470d67686104a14 (diff) |
Merge branch 'marchcat/w-whitespace' into release/maint-c
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
-rw-r--r-- | indra/newview/llfloaterobjectweights.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h index 1a2c317bad..10e790f5aa 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 |