ReactOS 0.4.16-dev-433-g6363f78
|
Go to the source code of this file.
Classes | |
struct | _INPUT_LIST_NODE |
Macros | |
#define | INPUT_LIST_NODE_FLAG_EDITED 0x0001 |
#define | INPUT_LIST_NODE_FLAG_ADDED 0x0002 |
#define | INPUT_LIST_NODE_FLAG_DELETED 0x0004 |
#define | INPUT_LIST_NODE_FLAG_DEFAULT 0x0008 |
Typedefs | |
typedef struct _INPUT_LIST_NODE | INPUT_LIST_NODE |
Functions | |
VOID | InputList_Create (VOID) |
BOOL | InputList_Process (VOID) |
BOOL | InputList_Add (LOCALE_LIST_NODE *pLocale, LAYOUT_LIST_NODE *pLayout) |
VOID | InputList_SetDefault (INPUT_LIST_NODE *pNode) |
INT | InputList_GetAliveCount (VOID) |
BOOL | InputList_Remove (INPUT_LIST_NODE *pNode) |
BOOL | InputList_RemoveByLang (LANGID wLangId) |
VOID | InputList_Sort (VOID) |
VOID | InputList_Destroy (VOID) |
INPUT_LIST_NODE * | InputList_GetFirst (VOID) |
#define INPUT_LIST_NODE_FLAG_ADDED 0x0002 |
Definition at line 17 of file input_list.h.
#define INPUT_LIST_NODE_FLAG_DEFAULT 0x0008 |
Definition at line 30 of file input_list.h.
#define INPUT_LIST_NODE_FLAG_DELETED 0x0004 |
Definition at line 24 of file input_list.h.
#define INPUT_LIST_NODE_FLAG_EDITED 0x0001 |
Definition at line 11 of file input_list.h.
typedef struct _INPUT_LIST_NODE INPUT_LIST_NODE |
BOOL InputList_Add | ( | LOCALE_LIST_NODE * | pLocale, |
LAYOUT_LIST_NODE * | pLayout | ||
) |
Definition at line 502 of file input_list.c.
Referenced by OnCommandAddDialog().
Definition at line 659 of file input_list.c.
Referenced by OnInitSettingsPage().
Definition at line 197 of file input_list.c.
Referenced by OnDestroySettingsPage().
Definition at line 783 of file input_list.c.
Referenced by UpdateInputListView().
INPUT_LIST_NODE * InputList_GetFirst | ( | VOID | ) |
Definition at line 800 of file input_list.c.
Referenced by InitDefaultLangComboBox(), and UpdateInputListView().
Definition at line 382 of file input_list.c.
Referenced by OnNotifySettingsPage().
BOOL InputList_Remove | ( | INPUT_LIST_NODE * | pNode | ) |
Definition at line 596 of file input_list.c.
Referenced by InputList_RemoveByLang(), and OnCommandSettingsPage().
Definition at line 636 of file input_list.c.
Referenced by OnCommandSettingsPage().
VOID InputList_SetDefault | ( | INPUT_LIST_NODE * | pNode | ) |
Definition at line 547 of file input_list.c.
Referenced by OnCommandSettingsPage().
Definition at line 724 of file input_list.c.
Referenced by UpdateInputListView().