CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::CWindow::builder_t Struct Referenceexport
module cydui

Public Member Functions

 builder_t (Layout *layout)
 
 builder_t (const builder_t &)=delete
 
builder_tposition (int x, int y)
 
builder_tsize (int width, int height)
 
builder_ttitle (const std::string &title)
 
builder_tstyle (const std::string &style)
 
builder_tstylesheet (const std::filesystem::path &stylesheet)
 
sptr show ()
 

Detailed Description

Definition at line 87 of file window.cppm.

Constructor & Destructor Documentation

◆ builder_t() [1/2]

cydui::CWindow::builder_t::builder_t ( Layout * layout)
inlineexport

Definition at line 88 of file window.cppm.

+ Here is the caller graph for this function:

◆ builder_t() [2/2]

cydui::CWindow::builder_t::builder_t ( const builder_t & )
exportdelete
+ Here is the call graph for this function:

Member Function Documentation

◆ position()

builder_t & cydui::CWindow::builder_t::position ( int x,
int y )
inlineexport

Definition at line 93 of file window.cppm.

+ Here is the call graph for this function:

◆ show()

sptr cydui::CWindow::builder_t::show ( )
inlineexport

Definition at line 125 of file window.cppm.

+ Here is the call graph for this function:

◆ size()

builder_t & cydui::CWindow::builder_t::size ( int width,
int height )
inlineexport

Definition at line 99 of file window.cppm.

+ Here is the call graph for this function:

◆ style()

builder_t & cydui::CWindow::builder_t::style ( const std::string & style)
inlineexport

Definition at line 110 of file window.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stylesheet()

builder_t & cydui::CWindow::builder_t::stylesheet ( const std::filesystem::path & stylesheet)
inlineexport

Definition at line 115 of file window.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ title()

builder_t & cydui::CWindow::builder_t::title ( const std::string & title)
inlineexport

Definition at line 105 of file window.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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