sculpto
Public Member Functions | Public Attributes | List of all members
scl::window::data Struct Reference

#include <window.h>

Public Member Functions

 data ()=default
 
 data (const data &Other)=default
 
 data (int Width, int Height, const std::string &Title)
 

Public Attributes

int Width
 
int Height
 
std::string Title
 

Detailed Description

Abstract, platform independent window data.

Window consfig data structure.

Definition at line 22 of file window.h.

Constructor & Destructor Documentation

◆ data() [1/3]

scl::window::data::data ( )
default

Constructors

◆ data() [2/3]

scl::window::data::data ( const data Other)
default

◆ data() [3/3]

scl::window::data::data ( int  Width,
int  Height,
const std::string &  Title 
)
inline

Definition at line 33 of file window.h.

33 :
std::string Title
Definition: window.h:28

Member Data Documentation

◆ Height

int scl::window::data::Height

Definition at line 26 of file window.h.

◆ Title

std::string scl::window::data::Title

Window title.

Definition at line 28 of file window.h.

◆ Width

int scl::window::data::Width

Window size properties

Definition at line 26 of file window.h.


The documentation for this struct was generated from the following file: