ReactOS
0.4.15-dev-1632-g4e289ce
|
Go to the source code of this file.
Macros | |
#define | TUI_TITLE_BOX_CHAR_HEIGHT 5 |
#define | UL (0xda) |
#define | UR (0xbf) /* HORZ and VERT */ |
#define | LL (0xc0) |
#define | LR (0xd9) |
#define | D_UL (0xc9) |
#define | D_UR (0xbb) /* D_HORZ and D_VERT */ |
#define | D_LL (0xc8) |
#define | D_LR (0xbc) |
#define | HD_UL (0xd5) |
#define | HD_UR (0xb8) /* D_HORZ and VERT */ |
#define | HD_LL (0xd4) |
#define | HD_LR (0xbe) |
#define | VD_UL (0xd6) |
#define | VD_UR (0xb7) /* HORZ and D_VERT */ |
#define | VD_LL (0xd3) |
#define | VD_LR (0xbd) |
Variables | |
const UIVTBL | TuiVtbl |
VOID TuiCalcMenuBoxSize | ( | PUI_MENU_INFO | MenuInfo | ) |
Definition at line 171 of file tuimenu.c.
Referenced by TuiDisplayMenu().
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 17 of file tuimenu.c.
Definition at line 84 of file tui.c.
Referenced by TuiFadeInBackdrop().
VOID TuiDrawBox | ( | ULONG | Left, |
ULONG | Top, | ||
ULONG | Right, | ||
ULONG | Bottom, | ||
UCHAR | VertStyle, | ||
UCHAR | HorzStyle, | ||
BOOLEAN | Fill, | ||
BOOLEAN | Shadow, | ||
UCHAR | Attr | ||
) |
Definition at line 249 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawProgressBar(), TuiEditBox(), and TuiMessageBoxCritical().
VOID TuiDrawCenteredText | ( | ULONG | Left, |
ULONG | Top, | ||
ULONG | Right, | ||
ULONG | Bottom, | ||
PCSTR | TextString, | ||
UCHAR | Attr | ||
) |
Definition at line 353 of file tui.c.
Referenced by MiniTuiDrawProgressBar(), and TuiDrawProgressBar().
VOID TuiDrawMenu | ( | PUI_MENU_INFO | MenuInfo | ) |
Definition at line 233 of file tuimenu.c.
VOID TuiDrawMenuBox | ( | PUI_MENU_INFO | MenuInfo | ) |
Definition at line 270 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), TuiDisplayMenu(), TuiDrawMenu(), and TuiProcessMenuKeyboardEvent().
VOID TuiDrawMenuItem | ( | PUI_MENU_INFO | MenuInfo, |
ULONG | MenuItemNumber | ||
) |
Definition at line 395 of file tuimenu.c.
Referenced by MiniTuiDrawMenu(), TuiDrawMenu(), and TuiProcessMenuKeyboardEvent().
VOID TuiDrawProgressBar | ( | ULONG | Left, |
ULONG | Top, | ||
ULONG | Right, | ||
ULONG | Bottom, | ||
ULONG | Position, | ||
ULONG | Range, | ||
PCHAR | ProgressText | ||
) |
Definition at line 664 of file tui.c.
Referenced by TuiDrawProgressBarCenter().
Definition at line 649 of file tui.c.
Definition at line 414 of file tui.c.
Definition at line 321 of file tui.c.
Referenced by MiniTuiDrawProgressBar(), TuiDrawBackdrop(), TuiDrawCenteredText(), TuiDrawProgressBar(), TuiDrawStatusText(), and TuiUpdateDateTime().
Definition at line 340 of file tui.c.
Definition at line 819 of file tui.c.
Definition at line 763 of file tui.c.
Definition at line 789 of file tui.c.
Referenced by TuiUnInitialize().
Definition at line 154 of file tui.c.
Referenced by MiniTuiDrawBackdrop(), TuiDrawBackdrop(), and TuiDrawBox().
Definition at line 546 of file tui.c.
Definition at line 563 of file tui.c.
Referenced by TuiMessageBox().
Definition at line 32 of file tui.c.
Referenced by MachInit().
ULONG TuiProcessMenuKeyboardEvent | ( | PUI_MENU_INFO | MenuInfo, |
UiMenuKeyPressFilterCallback | KeyPressFilter | ||
) |
Definition at line 535 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 524 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 701 of file tui.c.
Definition at line 740 of file tui.c.
Definition at line 429 of file tui.c.
Referenced by MiniTuiDrawProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawProgressBar(), TuiEditBox(), and TuiMessageBoxCritical().
Definition at line 1052 of file tui.c.
Referenced by UiInitialize().