Base::UnitsSchemaImperialBuilding Class Reference
The schema class for the imperial unit system Here are the definitions for the imperial unit system. More...
#include <UnitsSchemaImperial1.h>
Public Member Functions | |
| virtual QString | schemaTranslate (const Base::Quantity &quant, double &factor, QString &unitString) |
| This method translates the quantity in a string as the user may expect it. More... | |
Public Member Functions inherited from Base::UnitsSchema | |
| virtual void | resetSchemaUnits (void) |
| If you use setSchemaUnits() you also have to impment this method to undo your changes! More... | |
| virtual void | setSchemaUnits (void) |
| Gets called if this schema gets activated. More... | |
| QString | toLocale (const Base::Quantity &quant, double factor, const QString &unitString) const |
| virtual | ~UnitsSchema () |
Detailed Description
The schema class for the imperial unit system Here are the definitions for the imperial unit system.
It also defines how the value/units get printed.
Member Function Documentation
◆ schemaTranslate()
|
virtual |
This method translates the quantity in a string as the user may expect it.
Implements Base::UnitsSchema.
References Base::Unit::Area, Base::QuantityFormat::getDenominator(), Base::Quantity::getFormat(), Base::Unit::getString(), Base::Quantity::getUnit(), Base::Quantity::getValue(), Base::Unit::Length, Base::UnitsSchema::toLocale(), Base::Unit::Velocity, and Base::Unit::Volume.
The documentation for this class was generated from the following files:
- src/Base/UnitsSchemaImperial1.h
- src/Base/UnitsSchemaImperial1.cpp
Public Member Functions inherited from
1.8.17