![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Types | |
enum | { OVERLAY } |
Public Member Functions | |
bool | operator== (const compositing_operation_t &other) const |
Public Attributes | |
enum cydui::compositing::compositing_operation_t:: { ... } | op = OVERLAY |
int | x |
int | y |
int | orig_x |
int | orig_y |
int | w |
int | h |
double | rot = 0.0 |
double | scale_x = 1.0 |
double | scale_y = 1.0 |
bool | animated = false |
std::function< void(compositing_operation_t &op)> | _fix_dimensions |
Definition at line 29 of file compositing.cppm.
|
inlineexport |
Definition at line 44 of file compositing.cppm.
enum { ... } cydui::compositing::compositing_operation_t::op |