summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterobjectweights.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterobjectweights.h')
-rw-r--r--indra/newview/llfloaterobjectweights.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/indra/newview/llfloaterobjectweights.h b/indra/newview/llfloaterobjectweights.h
index bda625564b..3b999f6b9b 100644
--- a/indra/newview/llfloaterobjectweights.h
+++ b/indra/newview/llfloaterobjectweights.h
@@ -58,24 +58,21 @@ public:
LLFloaterObjectWeights(const LLSD& key);
~LLFloaterObjectWeights();
- bool postBuild() override;
+ /*virtual*/ bool postBuild();
- void onOpen(const LLSD& key) override;
+ /*virtual*/ void onOpen(const LLSD& key);
- void onWeightsUpdate(const SelectionCost& selection_cost) override;
- void setErrorStatus(S32 status, const std::string& reason) override;
-
- void draw() override;
+ /*virtual*/ void onWeightsUpdate(const SelectionCost& selection_cost);
+ /*virtual*/ void setErrorStatus(S32 status, const std::string& reason);
void updateLandImpacts(const LLParcel* parcel);
- void refresh() override;
+ void refresh();
private:
- void generateTransactionID() override;
+ /*virtual*/ void generateTransactionID();
void toggleWeightsLoadingIndicators(bool visible);
void toggleLandImpactsLoadingIndicators(bool visible);
- void toggleRenderLoadingIndicators(bool visible);
void updateIfNothingSelected();
@@ -91,10 +88,6 @@ private:
LLTextBox *mRezzedOnLand;
LLTextBox *mRemainingCapacity;
LLTextBox *mTotalCapacity;
-
- LLTextBox *mLodLevel;
- LLTextBox *mTrianglesShown;
- LLTextBox *mPixelArea;
};
#endif //LL_LLFLOATEROBJECTWEIGHTS_H