summaryrefslogtreecommitdiff
path: root/support/dktools/libdk4maioxd.dox
blob: 92f6dfeb0f7e94755383933f876117f824852fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**	@page	libdk4maioxd	libdk4maioxd

@section	secinputxd	Convert text to number

Retrieve integer or double number from wxChar text in decimal notation.

Data type | Header | Function
:-------: | :----: | :-------
char | dk4maixdic.h | dk4ma_input_wx_dec_char()
unsigned char | dk4maixduc.h | dk4ma_input_wx_dec_uchar()
short | dk4maixdis.h | dk4ma_input_wx_dec_short()
unsigned short | dk4maixdus.h | dk4ma_input_wx_dec_ushort()
int | dk4maixdii.h | dk4ma_input_wx_dec_int()
unsigned | dk4maixdui.h | dk4ma_input_wx_dec_uint()
long | dk4maixdil.h | dk4ma_input_wx_dec_long()
unsigned long | dk4maixdul.h | dk4ma_input_wx_dec_ulong()
size_t | dk4maixdsz.h | dk4ma_input_wx_dec_size_t()
long long | dk4maixdli.h | dk4ma_input_wx_dec_ll()
unsigned long long | dk4maixdlu.h | dk4ma_input_wx_dec_ull()
intmax_t | dk4maixdmi.h | dk4ma_input_wx_dec_intmax_t()
uintmax_t | dk4maixdmu.h | dk4ma_input_wx_dec_uintmax_t()
dk4_im_t | dk4maixddi.h | dk4ma_input_wx_dec_dk4_im_t()
dk4_um_t | dk4maixddu.h | dk4ma_input_wx_dec_dk4_um_t() 
double | dk4maixdbl.h | dk4ma_input_wx_double()

@section	secioutputxd	Convert number to text

Convert integer or double number to wxChar text in decimal notation.

Data type | Header | Function
:-------: | :----: | :-------
dk4_im_t | dk4maoxd.h | dk4ma_write_wx_decimal_unsigned()
dk4_um_t | dk4maoxd.h | dk4ma_write_wx_decimal_signed()
double | dk4maoxdbl.h | dk4ma_write_wx_double()

You can cast all other signed integer values to dk4_im_t and all other
unsigned integer values to dk4_um_t without loss.

*/