Macros | |
#define | D4D_DECLARE_STRING_TABLE_BEGIN |
Macro that starts of default string table declaration. More... | |
#define | D4D_DECLARE_USR_STRING_TABLE_BEGIN(name) |
Macro that starts of user string table declaration. More... | |
#define | D4D_DECLARE_STRING(stringId, string_table) |
Macro that adds one language to strings table declaration. More... | |
#define | D4D_DECLARE_STRING_TABLE_END |
Macro that ends the strings table declaration. More... | |
#define | D4D_DECLARE_TAB_TABLE_BEGIN(name) |
Macro that starts of tabulator table declaration. More... | |
#define | D4D_DECLARE_TAB(tab) |
Macro that adds one tabulator to tabulator table declaration. More... | |
#define | D4D_DECLARE_TAB_TABLE_END |
Macro that close table declaration. More... | |
#define | D4D_DEFSTR(str) |
Macro that helps declare the strings in eGUI. More... | |
#define | D4D_IsDigit(x) |
Macro that returns if the input cahr is digit or not. Here is an example demonstrating how to used it. More... | |
This section specifies the exact usage for each API macro.
#define D4D_DECLARE_STRING | ( | stringId, | |
string_table | |||
) |
Macro that adds one language to strings table declaration.
stringId | - unique id of string(language) table |
string_table | - pointer to string table |
Definition at line 170 of file d4d_string.h.
#define D4D_DECLARE_STRING_TABLE_BEGIN |
Macro that starts of default string table declaration.
Definition at line 141 of file d4d_string.h.
#define D4D_DECLARE_STRING_TABLE_END |
Macro that ends the strings table declaration.
Definition at line 184 of file d4d_string.h.
#define D4D_DECLARE_TAB | ( | tab | ) |
Macro that adds one tabulator to tabulator table declaration.
tab | - tabulator in pixels |
Definition at line 212 of file d4d_string.h.
#define D4D_DECLARE_TAB_TABLE_BEGIN | ( | name | ) |
Macro that starts of tabulator table declaration.
name | - Name of tabulator table |
Definition at line 198 of file d4d_string.h.
#define D4D_DECLARE_TAB_TABLE_END |
Macro that close table declaration.
Definition at line 225 of file d4d_string.h.
#define D4D_DECLARE_USR_STRING_TABLE_BEGIN | ( | name | ) |
Macro that starts of user string table declaration.
name | - Name of user string table |
Definition at line 155 of file d4d_string.h.
#define D4D_DEFSTR | ( | str | ) |
Macro that helps declare the strings in eGUI.
Definition at line 246 of file d4d_string.h.
#define D4D_IsDigit | ( | x | ) |
Macro that returns if the input cahr is digit or not. Here is an example demonstrating how to used it.
Definition at line 265 of file d4d_string.h.