GearEngine  0.0.1
Gear::WindowProps 구조체 참조

#include <Window.h>

Gear::WindowProps에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

 WindowProps (const std::string &title="Gear Engine", unsigned int width=1280, unsigned int height=720)
 

Public 속성

std::string Title
 
unsigned int Width
 
unsigned int Height
 

상세한 설명

Window.h 파일의 9 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ WindowProps()

Gear::WindowProps::WindowProps ( const std::string &  title = "Gear Engine",
unsigned int  width = 1280,
unsigned int  height = 720 
)
inline

Window.h 파일의 15 번째 라인에서 정의되었습니다.

17  : Title(title), Width(width), Height(height)
18  {}

멤버 데이터 문서화

◆ Height

unsigned int Gear::WindowProps::Height

Window.h 파일의 13 번째 라인에서 정의되었습니다.

◆ Title

std::string Gear::WindowProps::Title

Window.h 파일의 11 번째 라인에서 정의되었습니다.

◆ Width

unsigned int Gear::WindowProps::Width

Window.h 파일의 12 번째 라인에서 정의되었습니다.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
Gear::WindowProps::Title
std::string Title
Definition: Window.h:11
Gear::WindowProps::Width
unsigned int Width
Definition: Window.h:12
Gear::WindowProps::Height
unsigned int Height
Definition: Window.h:13