RADLib
RADical C++ application framework
RADUi::DesktopWindow Struct Reference

#include <RADDesktopShell.h>

+ Collaboration diagram for RADUi::DesktopWindow:

Public Attributes

uint32_t id = 0
 
std::string appId
 
std::string title
 
DesktopWindowBounds bounds
 
DesktopWindowState state = DesktopWindowState::Closed
 
uint32_t z = 0
 
bool focused = false
 

Member Data Documentation

◆ appId

std::string RADUi::DesktopWindow::appId

◆ bounds

DesktopWindowBounds RADUi::DesktopWindow::bounds

◆ focused

bool RADUi::DesktopWindow::focused = false

◆ id

uint32_t RADUi::DesktopWindow::id = 0

◆ state

DesktopWindowState RADUi::DesktopWindow::state = DesktopWindowState::Closed

◆ title

std::string RADUi::DesktopWindow::title

◆ z

uint32_t RADUi::DesktopWindow::z = 0

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