📄 usetpdefinitionwindows.h
字号:
/*=============================================================================
USetupDefinitionWindows.h: Unreal Windows setup.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
Revision history:
* Created by Tim Sweeney.
=============================================================================*/
/*-----------------------------------------------------------------------------
USetupDefinitionWindows.
-----------------------------------------------------------------------------*/
class USetupDefinitionWindows : public USetupDefinition
{
DECLARE_CLASS(USetupDefinitionWindows,USetupDefinition,CLASS_Config|CLASS_Localized|CLASS_PerObjectConfig)
// Windows related variables.
FString WinPath;
FString WinSysPath;
FString DesktopPath;
FString ProgramsPath;
FString FavoritesPath;
FString StartupPath;
FString CommonProgramsPath;
FString CommonFavoritesPath;
FString CommonStartupPath;
HANDLE hWndManager;
// Functions.
USetupDefinitionWindows();
void SetupFormatStrings();
void ProcessPostCopy( FString Key, FString Value, UBOOL Selected, FInstallPoll* Poll );
virtual void PreExit();
};
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -