Nui
Public Member Functions | List of all members
Nui::Display Class Reference

#include <screen.hpp>

Public Member Functions

 Display (const Display &)=default
 
 Display (Display &&)=default
 
Displayoperator= (const Display &)=default
 
Displayoperator= (Display &&)=default
 
 ~Display ()=default
 
int32_t x () const
 
int32_t y () const
 
int32_t width () const
 
int32_t height () const
 
bool isPrimary () const
 
std::string deviceName () const
 
 Display (int32_t x, int32_t y, int32_t width, int32_t height, bool isPrimary, std::string deviceName)
 

Constructor & Destructor Documentation

◆ Display() [1/3]

Nui::Display::Display ( const Display )
default

◆ Display() [2/3]

Nui::Display::Display ( Display &&  )
default

◆ ~Display()

Nui::Display::~Display ( )
default

◆ Display() [3/3]

Nui::Display::Display ( int32_t  x,
int32_t  y,
int32_t  width,
int32_t  height,
bool  isPrimary,
std::string  deviceName 
)
inline

Member Function Documentation

◆ deviceName()

std::string Nui::Display::deviceName ( ) const
inline

◆ height()

int32_t Nui::Display::height ( ) const
inline

◆ isPrimary()

bool Nui::Display::isPrimary ( ) const
inline

◆ operator=() [1/2]

Display& Nui::Display::operator= ( const Display )
default

◆ operator=() [2/2]

Display& Nui::Display::operator= ( Display &&  )
default

◆ width()

int32_t Nui::Display::width ( ) const
inline

◆ x()

int32_t Nui::Display::x ( ) const
inline

◆ y()

int32_t Nui::Display::y ( ) const
inline

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