ReactOS 0.4.16-dev-87-g3dfbe52
|
#include <freeldr.h>
Go to the source code of this file.
Classes | |
struct | _SMALL_RECT |
Macros | |
#define | TAG_TUI_SCREENBUFFER 'SiuT' |
#define | TAG_TUI_PALETTE 'PiuT' |
Typedefs | |
typedef struct _SMALL_RECT | SMALL_RECT |
typedef struct _SMALL_RECT * | PSMALL_RECT |
Variables | |
PVOID | TextVideoBuffer = NULL |
UCHAR | MachDefaultTextColor |
const UIVTBL | TuiVtbl |
typedef struct _SMALL_RECT * PSMALL_RECT |
typedef struct _SMALL_RECT SMALL_RECT |
_Ret_maybenull_ __drv_allocatesMem | ( | Mem | ) |
Definition at line 616 of file tui.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().
|
static |
Definition at line 662 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBoxCritical().
|
static |
Definition at line 898 of file tui.c.
Referenced by TuiDrawProgressBarCenter().
Definition at line 874 of file tui.c.
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 802 of file tui.c.
Definition at line 830 of file tui.c.
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().
|
extern |
Definition at line 111 of file pcvideo.c.
Referenced by TuiTextToColor().
Definition at line 30 of file tui.c.
Referenced by __drv_allocatesMem(), TuiDrawShadow(), TuiDrawText2(), TuiFillArea(), TuiInitialize(), TuiRestoreScreen(), and TuiUnInitialize().
Definition at line 1219 of file tui.c.
Referenced by UiInitialize().