ReactOS 0.4.16-dev-59-gd481587
|
Go to the source code of this file.
Macros | |
#define | TUI_TITLE_BOX_CHAR_HEIGHT 5 |
#define | UL 0xDA /* HORZ and VERT */ |
#define | UR 0xBF |
#define | LL 0xC0 |
#define | LR 0xD9 |
#define | D_UL 0xC9 /* D_HORZ and D_VERT */ |
#define | D_UR 0xBB |
#define | D_LL 0xC8 |
#define | D_LR 0xBC |
#define | HD_UL 0xD5 /* D_HORZ and VERT */ |
#define | HD_UR 0xB8 |
#define | HD_LL 0xD4 |
#define | HD_LR 0xBE |
#define | VD_UL 0xD6 /* HORZ and D_VERT */ |
#define | VD_UR 0xB7 |
#define | VD_LL 0xD3 |
#define | VD_LR 0xBD |
Variables | |
const UIVTBL | TuiVtbl |
_Ret_maybenull_ __drv_allocatesMem | ( | Mem | ) |
BOOLEAN TuiDisplayMenu | ( | IN PCSTR | MenuHeader, |
IN PCSTR MenuFooter | OPTIONAL, | ||
IN BOOLEAN | ShowBootOptions, | ||
IN PCSTR | MenuItemList[], | ||
IN ULONG | MenuItemCount, | ||
IN ULONG | DefaultMenuItem, | ||
IN LONG | MenuTimeOut, | ||
OUT PULONG | SelectedMenuItem, | ||
IN BOOLEAN | CanEscape, | ||
IN UiMenuKeyPressFilterCallback KeyPressFilter | OPTIONAL, | ||
IN PVOID Context | OPTIONAL | ||
) |
Definition at line 30 of file tuimenu.c.
Definition at line 272 of file tui.c.
Referenced by TuiFadeInBackdrop().
VOID TuiDrawBox | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ BOOLEAN | Fill, | ||
_In_ BOOLEAN | Shadow, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 502 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawMsgBoxCommon(), and TuiDrawProgressBar().
VOID TuiDrawBoxBottomLine | ( | _In_ ULONG | Left, |
_In_ ULONG | Bottom, | ||
_In_ ULONG | Right, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 458 of file tui.c.
Referenced by TuiDrawBox(), and TuiDrawMenuTimeout().
VOID TuiDrawBoxTopLine | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 414 of file tui.c.
Referenced by TuiDrawBox().
VOID TuiDrawCenteredText | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ PCSTR | TextString, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 118 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
VOID TuiDrawMenu | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 200 of file tuimenu.c.
VOID TuiDrawMenuBox | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 351 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), and TuiDrawMenu().
VOID TuiDrawMenuItem | ( | _In_ PUI_MENU_INFO | MenuInfo, |
_In_ ULONG | MenuItemNumber | ||
) |
Definition at line 375 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), TuiDrawMenu(), and TuiProcessMenuKeyboardEvent().
Definition at line 359 of file tui.c.
Referenced by TuiDrawBox().
Definition at line 78 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawCenteredText(), TuiDrawStatusText(), and TuiUpdateDateTime().
VOID TuiDrawText2 | ( | _In_ ULONG | X, |
_In_ ULONG | Y, | ||
_In_opt_ ULONG | MaxNumChars, | ||
_In_reads_or_z_(MaxNumChars) PCSTR | Text, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 95 of file tui.c.
Referenced by TuiDrawText().
Definition at line 1038 of file tui.c.
Definition at line 982 of file tui.c.
Definition at line 1008 of file tui.c.
Referenced by TuiUnInitialize().
Definition at line 329 of file tui.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiSetProgressBarText(), MiniTuiTickProgressBar(), TuiDrawBackdrop(), TuiDrawBox(), TuiDrawBoxBottomLine(), TuiDrawBoxTopLine(), TuiDrawMenuTimeout(), TuiSetProgressBarText(), and TuiTickProgressBar().
Definition at line 203 of file tui.c.
Referenced by MiniTuiInitialize().
Definition at line 745 of file tui.c.
Definition at line 761 of file tui.c.
Referenced by TuiMessageBox().
Definition at line 39 of file tui.c.
Referenced by MachInit().
VOID TuiRestoreScreen | ( | _In_opt_ __drv_freesMem(Mem) PUCHAR | Buffer | ) |
Definition at line 640 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 63 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
Definition at line 249 of file tui.c.
Definition at line 547 of file tui.c.
Referenced by MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenuBox(), TuiEditBox(), TuiMessageBoxCritical(), and TuiTickProgressBar().
Definition at line 1219 of file tui.c.
Referenced by UiInitialize().