YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
#include "YCLib/YModules.h"
#include <YFM_MinGW32_YCLib_MinGW32>
#include <YFM_YSLib_Core_YGDIBase>
#include <YFM_YSLib_Core_YEvent>
#include <mutex>
#include <atomic>
类 | |
class | platform_ex::Windows::WindowReference |
本机窗口引用。 更多... | |
class | platform_ex::Windows::ScreenBuffer |
虚拟屏幕缓存。 更多... | |
class | platform_ex::Windows::WindowMemorySurface |
窗口内存表面:储存窗口上的二维图形绘制状态。 更多... | |
class | platform_ex::Windows::WindowDeviceContextBase |
class | platform_ex::Windows::WindowDeviceContext |
窗口设备上下文。 更多... | |
class | platform_ex::Windows::WindowRegionDeviceContext |
窗口区域设备上下文。 更多... | |
class | platform_ex::Windows::GSurface< _type > |
显式区域表面:储存显式区域上的二维图形绘制状态。 更多... | |
class | platform_ex::Windows::WindowClass |
窗口类。 更多... | |
class | platform_ex::Windows::HostWindow |
宿主窗口。 更多... | |
命名空间 | |
platform_ex | |
平台扩展命名空间。 | |
platform_ex::Windows | |
Windows 平台扩展接口。 | |
函数 | |
YF_API NativeWindowHandle | platform_ex::Windows::CreateNativeWindow (const wchar_t *, const YSLib::Drawing::Size &, const wchar_t *=L"",::DWORD=WS_POPUP,::DWORD=WS_EX_LTRREADING) |
按指定窗口类名、客户区大小、标题文本、样式和附加样式创建本机顶层窗口。 更多... | |
void | platform_ex::Windows::UpdateFrom (YSLib::Drawing::BitmapPtr) ynothrow |
void | platform_ex::Windows::UpdatePremultipliedTo (NativeWindowHandle, YSLib::Drawing::AlphaType=0xFF, const YSLib::Drawing::Point &={}) ynothrow |
void | platform_ex::Windows::UpdateTo (NativeWindowHandle, const YSLib::Drawing::Point &={}) ynothrow |
变量 | |
yconstexpr wchar_t | platform_ex::Windows::WindowClassName [] {L"YFramework Window"} |