Go to the source code of this file.
Data Structures |
| struct | conv_t |
| struct | conv_category_t |
Defines |
| #define | DECLARE_CONV_CAT(_category) { IDS_CONV_##_category, conv_##_category }, |
| #define | DECLARE_CONV_UNIT(_category, _unit, _from, _to) { IDS_##_category##_##_unit, _from, _to }, |
| #define | DECLARE_CONV_END { 0, NULL, NULL }, |
Functions |
| void | ConvExecute (HWND hWnd) |
| void | ConvAdjust (HWND hWnd, int n_cat) |
| void | ConvInit (HWND hWnd) |
Variables |
| static const conv_t | conv_ANGLE [] |
| static const conv_t | conv_AREA [] |
| static const conv_t | conv_CONSUMPTION [] |
| static const conv_t | conv_CURRENCY [] |
| static const conv_t | conv_ENERGY [] |
| static const conv_t | conv_LENGTH [] |
| static const conv_t | conv_POWER [] |
| static const conv_t | conv_PRESSURE [] |
| static const conv_t | conv_TIME [] |
| static const conv_t | conv_TEMPERATURE [] |
| static const conv_t | conv_VELOCITY [] |
| static const conv_t | conv_VOLUME [] |
| static const conv_t | conv_WEIGHT [] |
| static const conv_category_t | conv_table [] |