slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 静态 Public 属性 | 静态 Private 成员函数 | 静态 Private 属性 | 所有成员列表
z8::Window类 参考

#include <Window.h>

Public 成员函数

 Window ()
 
void Open () const
 
float AspectRatio () const
 

Public 属性

HINSTANCE Inst
 
HWND Wnd
 
WNDCLASSW * WndClass
 
int Width = 960
 
int Height = 540
 
std::wstring Caption = L"window"
 

静态 Public 属性

static HINSTANCE Instance
 
static int AliveCount
 

静态 Private 成员函数

static bool Init ()
 

静态 Private 属性

static bool IsInit = Init()
 
static WNDCLASSW DefaultWndClass
 

构造及析构函数说明

◆ Window()

z8::Window::Window ( )

成员函数说明

◆ AspectRatio()

float Window::AspectRatio ( ) const

◆ Init()

bool Window::Init ( )
staticprivate

◆ Open()

void Window::Open ( ) const
这是这个函数的调用关系图:

类成员变量说明

◆ AliveCount

int z8::Window::AliveCount
inlinestatic

◆ Caption

std::wstring z8::Window::Caption = L"window"

◆ DefaultWndClass

WNDCLASSW z8::Window::DefaultWndClass
inlinestaticprivate

◆ Height

int z8::Window::Height = 540

◆ Inst

HINSTANCE z8::Window::Inst

◆ Instance

HINSTANCE z8::Window::Instance
inlinestatic

◆ IsInit

bool z8::Window::IsInit = Init()
inlinestaticprivate

◆ Width

int z8::Window::Width = 960

◆ Wnd

HWND z8::Window::Wnd

◆ WndClass

WNDCLASSW* z8::Window::WndClass

该类的文档由以下文件生成: