ReactOS 0.4.16-dev-816-g135a9a9
|
#include <consrv.h>
#include <debug.h>
#include "concfg/font.h"
#include "guiterm.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _GUI_INIT_INFO |
Macros | |
#define | NDEBUG |
#define | CONGUI_UPDATE_TIME 0 |
#define | CONGUI_UPDATE_TIMER 1 |
#define | PM_CREATE_CONSOLE (WM_APP + 1) |
#define | PM_DESTROY_CONSOLE (WM_APP + 2) |
Typedefs | |
typedef struct _GUI_INIT_INFO | GUI_INIT_INFO |
typedef struct _GUI_INIT_INFO * | PGUI_INIT_INFO |
Variables | |
static BOOL | ConsInitialized = FALSE |
HICON | ghDefaultIcon |
HICON | ghDefaultIconSm |
HCURSOR | ghDefaultCursor |
static FRONTEND_VTBL | GuiVtbl |
typedef struct _GUI_INIT_INFO GUI_INIT_INFO |
typedef struct _GUI_INIT_INFO * PGUI_INIT_INFO |
Definition at line 242 of file conwnd.c.
Referenced by GuiConsoleInputThread().
|
static |
UpdateWindow(GuiData->hWindow);
Definition at line 76 of file guiterm.c.
Referenced by GuiDrawRegion(), GuiWriteStream(), and InvalidateCell().
Definition at line 877 of file guiterm.c.
Definition at line 105 of file guiterm.c.
Referenced by GuiInit().
VOID GuiConsoleMoveWindow | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 61 of file guiterm.c.
Referenced by GuiApplyUserSettings(), and GuiConsoleInputThread().
Definition at line 594 of file guiterm.c.
Referenced by GuiInitFrontEnd(), and GuiUnloadFrontEnd().
Definition at line 629 of file guiterm.c.
Definition at line 934 of file guiterm.c.
|
static |
|
static |
Definition at line 284 of file guiterm.c.
Referenced by GuiLoadFrontEnd().
/* HACK / Console->FrontEndIFace.Context = (PVOID)GuiData; / HACK */
Definition at line 480 of file guiterm.c.
NTSTATUS NTAPI GuiLoadFrontEnd | ( | IN OUT PFRONTEND | FrontEnd, |
IN OUT PCONSOLE_STATE_INFO | ConsoleInfo, | ||
IN OUT PCONSOLE_INIT_INFO | ConsoleInitInfo, | ||
IN HANDLE | ConsoleLeaderProcessHandle | ||
) |
Definition at line 1208 of file guiterm.c.
Definition at line 848 of file guiterm.c.
|
static |
Definition at line 800 of file guiterm.c.
Definition at line 752 of file guiterm.c.
Referenced by GuiSetActiveScreenBuffer().
Definition at line 761 of file guiterm.c.
Referenced by GuiReleaseScreenBuffer().
Definition at line 1038 of file guiterm.c.
Definition at line 713 of file guiterm.c.
Definition at line 1082 of file guiterm.c.
Definition at line 1158 of file guiterm.c.
Definition at line 1124 of file guiterm.c.
Referenced by GuiRefreshInternalInfo().
|
static |
Definition at line 1011 of file guiterm.c.
|
static |
Definition at line 730 of file guiterm.c.
|
static |
Definition at line 641 of file guiterm.c.
VOID InvalidateCell | ( | PGUI_CONSOLE_DATA | GuiData, |
SHORT | x, | ||
SHORT | y | ||
) |
Definition at line 88 of file guiterm.c.
Referenced by GuiSetCursorInfo(), GuiSetScreenInfo(), GuiWriteStream(), and OnTimer().
Definition at line 136 of file conwnd.c.
Referenced by GuiInit().
VOID SetConWndConsoleLeaderCID | ( | IN PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 48 of file conwnd.c.
Referenced by GuiRefreshInternalInfo().
|
extern |
Definition at line 75 of file conwnd.c.
Referenced by GuiInitFrontEnd(), GuiSetMouseCursor(), and RegisterConWndClass().
|
extern |
Definition at line 73 of file conwnd.c.
Referenced by GuiChangeIcon(), GuiDeinitFrontEnd(), GuiInitFrontEnd(), OnNcCreate(), and RegisterConWndClass().
|
extern |
Definition at line 74 of file conwnd.c.
Referenced by GuiChangeIcon(), GuiDeinitFrontEnd(), GuiInitFrontEnd(), and RegisterConWndClass().
|
static |
Definition at line 1177 of file guiterm.c.
Referenced by GuiLoadFrontEnd().