ReactOS 0.4.16-dev-736-g28b802b
|
#include "calc.h"
Go to the source code of this file.
Classes | |
struct | conv_t |
struct | conv_category_t |
Macros | |
#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 [] |
#define DECLARE_CONV_CAT | ( | _category | ) | { IDS_CONV_##_category, conv_##_category }, |
Definition at line 621 of file convert.c.
Referenced by ConvInit(), and DlgMainProc().
Definition at line 568 of file convert.c.
Referenced by DlgMainProc().
Definition at line 650 of file convert.c.
Referenced by DlgMainProc().
|
static |
Definition at line 552 of file convert.c.
Referenced by ConvAdjust(), ConvExecute(), and ConvInit().