TianoCore EDK2 master
|
#include "TextEditorTypes.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | MainEditorInit (VOID) |
EFI_STATUS | MainEditorCleanup (VOID) |
VOID | MainEditorRefresh (VOID) |
EFI_STATUS | MainEditorKeyInput (VOID) |
EFI_STATUS | MainEditorBackup (VOID) |
Declares editor interface functions.
Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MainTextEditor.h.
EFI_STATUS MainEditorBackup | ( | VOID | ) |
Backup function for MainEditor
EFI_SUCCESS | The operation was successful. |
Definition at line 1985 of file MainTextEditor.c.
EFI_STATUS MainEditorCleanup | ( | VOID | ) |
The cleanup function for MainEditor.
EFI_SUCCESS | The operation was successful. |
EFI_LOAD_ERROR | A load error occurred. |
Definition at line 1611 of file MainTextEditor.c.
EFI_STATUS MainEditorInit | ( | VOID | ) |
The initialization function for MainEditor.
EFI_SUCCESS | The operation was successful. |
EFI_LOAD_ERROR | A load error occurred. |
Definition at line 1463 of file MainTextEditor.c.
EFI_STATUS MainEditorKeyInput | ( | VOID | ) |
Handle user key input. This routes to other functions for the actions.
EFI_SUCCESS | The operation was successful. |
EFI_LOAD_ERROR | A load error occurred. |
EFI_OUT_OF_RESOURCES | A memory allocation failed. |
Definition at line 1850 of file MainTextEditor.c.
VOID MainEditorRefresh | ( | VOID | ) |
Refresh the main editor component.
Definition at line 1656 of file MainTextEditor.c.