CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::compositing::LayoutCompositor Class Referenceexport

Public Member Functions

 LayoutCompositor ()
 
 ~LayoutCompositor ()
 
void set_render_target (graphics::window_t *_render_target, prof::context_t *_profiler)
 
void compose (compositing_node_t *root)
 

Detailed Description

Definition at line 215 of file compositing.cppm.

Constructor & Destructor Documentation

◆ LayoutCompositor()

cydui::compositing::LayoutCompositor::LayoutCompositor ( )
inlineexport

Definition at line 220 of file compositing.cppm.

◆ ~LayoutCompositor()

cydui::compositing::LayoutCompositor::~LayoutCompositor ( )
inlineexport

Definition at line 223 of file compositing.cppm.

Member Function Documentation

◆ compose()

void cydui::compositing::LayoutCompositor::compose ( compositing_node_t * root)
inlineexport

Definition at line 231 of file compositing.cppm.

+ Here is the call graph for this function:

◆ set_render_target()

void cydui::compositing::LayoutCompositor::set_render_target ( graphics::window_t * _render_target,
prof::context_t * _profiler )
inlineexport

Definition at line 226 of file compositing.cppm.


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