TianoCore EDK2 master
Loading...
Searching...
No Matches
EditStatusBar.h
Go to the documentation of this file.
1
9#ifndef _LIB_STATUS_BAR_H_
10#define _LIB_STATUS_BAR_H_
11
21 VOID
22 );
23
27VOID
29 VOID
30 );
31
47 IN BOOLEAN EditorFirst,
48 IN UINTN LastRow,
49 IN UINTN LastCol,
50 IN UINTN FileRow,
51 IN UINTN FileCol,
52 IN BOOLEAN InsertMode
53 );
54
65 IN CHAR16 *Str
66 );
67
73CONST CHAR16 *
75 VOID
76 );
77
81VOID
83 VOID
84 );
85
91BOOLEAN
93 VOID
94 );
95
96#endif
UINT64 UINTN
VOID StatusBarSetRefresh(VOID)
EFI_STATUS StatusBarRefresh(IN BOOLEAN EditorFirst, IN UINTN LastRow, IN UINTN LastCol, IN UINTN FileRow, IN UINTN FileCol, IN BOOLEAN InsertMode)
Definition: EditStatusBar.c:79
EFI_STATUS StatusBarSetStatusString(IN CHAR16 *Str)
CONST CHAR16 * StatusBarGetString(VOID)
BOOLEAN StatusBarGetRefresh(VOID)
EFI_STATUS StatusBarInit(VOID)
Definition: EditStatusBar.c:24
VOID StatusBarCleanup(VOID)
Definition: EditStatusBar.c:45
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29