#4569 Summary Command Line: Add support for normalization (-n)

This commit is contained in:
Jacob Støren
2019-08-14 08:53:08 +02:00
committed by Gaute Lindkvist
parent 421cbb3e74
commit b670f3df0d
3 changed files with 16 additions and 7 deletions

View File

@@ -140,6 +140,7 @@ public:
bool hasCustomFontSizes(RiaDefines::FontSettingType fontSettingType, int defaultFontSize) const override;
bool applyFontSize(RiaDefines::FontSettingType fontSettingType, int oldFontSize, int fontSize, bool forceChange = false) override;
void setNormalizationEnabled(bool enable);
bool isNormalizationEnabled();
void showLegend(bool enable);
public: