ReactOS 0.4.15-dev-7093-g01a8288
|
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 264 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 496 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 452 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 408 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 110 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
VOID TuiDrawMenu | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 191 of file tuimenu.c.
VOID TuiDrawMenuBox | ( | _In_ PUI_MENU_INFO | MenuInfo | ) |
Definition at line 342 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), and TuiDrawMenu().
VOID TuiDrawMenuItem | ( | _In_ PUI_MENU_INFO | MenuInfo, |
_In_ ULONG | MenuItemNumber | ||
) |
Definition at line 366 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), TuiDrawMenu(), and TuiProcessMenuKeyboardEvent().
Definition at line 351 of file tui.c.
Referenced by TuiDrawBox().
Definition at line 70 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 87 of file tui.c.
Referenced by TuiDrawText().
Definition at line 971 of file tui.c.
Definition at line 915 of file tui.c.
Definition at line 941 of file tui.c.
Referenced by TuiUnInitialize().
Definition at line 321 of file tui.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiSetProgressBarText(), MiniTuiTickProgressBar(), TuiDrawBackdrop(), TuiDrawBox(), TuiDrawBoxBottomLine(), TuiDrawBoxTopLine(), TuiDrawMenuTimeout(), TuiSetProgressBarText(), and TuiTickProgressBar().
Definition at line 195 of file tui.c.
Referenced by MiniTuiInitialize().
Definition at line 631 of file tui.c.
Definition at line 648 of file tui.c.
Referenced by TuiMessageBox().
Definition at line 31 of file tui.c.
Referenced by MachInit().
Definition at line 620 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 609 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 55 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
Definition at line 241 of file tui.c.
Definition at line 541 of file tui.c.
Referenced by MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenuBox(), TuiEditBox(), TuiMessageBoxCritical(), and TuiTickProgressBar().
Definition at line 1204 of file tui.c.
Referenced by UiInitialize().