#include <units.h>
|
| static void | init () |
| |
| static void | readUnitNode (XML::Node node, const std::string &filename) |
| |
| static void | checkStatus () |
| |
| static std::string | formatCurrency (int value) |
| | Formats the given number in the correct currency format.
|
| |
| static std::string | formatWeight (int value) |
| | Formats the given number in the correct weight/mass format.
|
| |
Definition at line 27 of file units.h.
◆ checkStatus()
| void Units::checkStatus |
( |
| ) |
|
|
static |
◆ formatCurrency()
| std::string Units::formatCurrency |
( |
int |
value | ) |
|
|
static |
Formats the given number in the correct currency format.
Definition at line 216 of file units.cpp.
◆ formatWeight()
| std::string Units::formatWeight |
( |
int |
value | ) |
|
|
static |
Formats the given number in the correct weight/mass format.
Definition at line 221 of file units.cpp.
◆ init()
◆ readUnitNode()
| void Units::readUnitNode |
( |
XML::Node |
node, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: