ReactOS 0.4.15-dev-5895-g2687c1b
|
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 |
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 275 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 507 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawProgressBar(), TuiEditBox(), and TuiMessageBoxCritical().
VOID TuiDrawBoxBottomLine | ( | _In_ ULONG | Left, |
_In_ ULONG | Bottom, | ||
_In_ ULONG | Right, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 463 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 419 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 119 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
VOID TuiDrawMenu | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 204 of file tuimenu.c.
VOID TuiDrawMenuBox | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 400 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), and TuiDrawMenu().
VOID TuiDrawMenuItem | ( | _In_ PUI_MENU_INFO | MenuInfo, |
_In_ ULONG | MenuItemNumber | ||
) |
Definition at line 426 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), TuiDrawMenu(), and TuiProcessMenuKeyboardEvent().
Definition at line 362 of file tui.c.
Referenced by TuiDrawBox().
Definition at line 72 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 89 of file tui.c.
Referenced by TuiDrawText().
Definition at line 984 of file tui.c.
Definition at line 928 of file tui.c.
Definition at line 954 of file tui.c.
Referenced by TuiUnInitialize().
Definition at line 332 of file tui.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiSetProgressBarText(), MiniTuiTickProgressBar(), TuiDrawBackdrop(), TuiDrawBox(), TuiDrawBoxBottomLine(), TuiDrawBoxTopLine(), TuiDrawMenuTimeout(), TuiSetProgressBarText(), and TuiTickProgressBar().
Definition at line 206 of file tui.c.
Referenced by MiniTuiInitialize().
Definition at line 642 of file tui.c.
Definition at line 659 of file tui.c.
Referenced by TuiMessageBox().
Definition at line 33 of file tui.c.
Referenced by MachInit().
Definition at line 631 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 620 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 57 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
Definition at line 252 of file tui.c.
Definition at line 552 of file tui.c.
Referenced by MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenuBox(), TuiEditBox(), TuiMessageBoxCritical(), and TuiTickProgressBar().
Definition at line 1217 of file tui.c.
Referenced by UiInitialize().