![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Inheritance diagram for vg::pixelmap:
Collaboration diagram for vg::pixelmap:Public Member Functions | |
| pixelmap (const pixelmap_t &pxm) | |
| ~pixelmap () override | |
| void | apply_to (pixelmap_editor_t &editor) const override |
| footprint | get_footprint () const override |
Public Member Functions inherited from vg::element_t | |
| void | _internal_set_origin (int x, int y) |
| virtual | ~element_t ()=default |
Public Member Functions inherited from vg::attr_hidden< pixelmap > | |
| pixelmap & | hidden (bool &_hidden_) |
| pixelmap & | hidden (bool &&_hidden_) |
Public Member Functions inherited from vg::attr_opacity< pixelmap > | |
| pixelmap & | opacity (float &_opacity_) |
| pixelmap & | opacity (float &&_opacity_) |
Public Member Functions inherited from vg::attr_x< pixelmap > | |
| pixelmap & | x (const quantify::quantity_t< UNIT, T > &_x_) |
| pixelmap & | x (quantify::quantity_t< UNIT, T > &&_x_) |
| pixelmap & | x (const int &_x_) |
| pixelmap & | x (int &&_x_) |
Public Member Functions inherited from vg::attr_y< pixelmap > | |
| pixelmap & | y (const quantify::quantity_t< UNIT, T > &_y_) |
| pixelmap & | y (quantify::quantity_t< UNIT, T > &&_y_) |
| pixelmap & | y (const int &_y_) |
| pixelmap & | y (int &&_y_) |
Public Member Functions inherited from vg::attr_rotate< pixelmap > | |
| pixelmap & | rotate (double &_rotate_) |
| pixelmap & | rotate (double &&_rotate_) |
Public Member Functions inherited from vg::attr_pivot_x< pixelmap > | |
| pixelmap & | pivot_x (const quantify::quantity_t< UNIT, T > &_pivot_x_) |
| pixelmap & | pivot_x (quantify::quantity_t< UNIT, T > &&_pivot_x_) |
| pixelmap & | pivot_x (const int &_pivot_x_) |
| pixelmap & | pivot_x (int &&_pivot_x_) |
Public Member Functions inherited from vg::attr_pivot_y< pixelmap > | |
| pixelmap & | pivot_y (const quantify::quantity_t< UNIT, T > &_pivot_y_) |
| pixelmap & | pivot_y (quantify::quantity_t< UNIT, T > &&_pivot_y_) |
| pixelmap & | pivot_y (const int &_pivot_y_) |
| pixelmap & | pivot_y (int &&_pivot_y_) |
Public Member Functions inherited from vg::attr_scale_x< pixelmap > | |
| pixelmap & | scale_x (double &_scale_x_) |
| pixelmap & | scale_x (double &&_scale_x_) |
Public Member Functions inherited from vg::attr_scale_y< pixelmap > | |
| pixelmap & | scale_y (double &_scale_y_) |
| pixelmap & | scale_y (double &&_scale_y_) |
Public Member Functions inherited from vg::attr_w< pixelmap > | |
| pixelmap & | w (const quantify::quantity_t< UNIT, T > &_w_) |
| pixelmap & | w (quantify::quantity_t< UNIT, T > &&_w_) |
| pixelmap & | w (const int &_w_) |
| pixelmap & | w (int &&_w_) |
Public Member Functions inherited from vg::attr_h< pixelmap > | |
| pixelmap & | h (const quantify::quantity_t< UNIT, T > &_h_) |
| pixelmap & | h (quantify::quantity_t< UNIT, T > &&_h_) |
| pixelmap & | h (const int &_h_) |
| pixelmap & | h (int &&_h_) |
Public Attributes | |
| const pixelmap_t & | _pxm |
Public Attributes inherited from vg::element_t | |
| int | origin_x = 0 |
| int | origin_y = 0 |
Public Attributes inherited from vg::attr_hidden< pixelmap > | |
| bool | _hidden |
Public Attributes inherited from vg::attr_opacity< pixelmap > | |
| float | _opacity |
Public Attributes inherited from vg::attr_x< pixelmap > | |
| int | _x |
Public Attributes inherited from vg::attr_y< pixelmap > | |
| int | _y |
Public Attributes inherited from vg::attr_rotate< pixelmap > | |
| double | _rotate |
Public Attributes inherited from vg::attr_pivot_x< pixelmap > | |
| int | _pivot_x |
Public Attributes inherited from vg::attr_pivot_y< pixelmap > | |
| int | _pivot_y |
Public Attributes inherited from vg::attr_scale_x< pixelmap > | |
| double | _scale_x |
Public Attributes inherited from vg::attr_scale_y< pixelmap > | |
| double | _scale_y |
Public Attributes inherited from vg::attr_w< pixelmap > | |
| int | _w |
Public Attributes inherited from vg::attr_h< pixelmap > | |
| int | _h |
Definition at line 16 of file pixelmap.cppm.
|
inlineexplicitexport |
Definition at line 29 of file pixelmap.cppm.
|
inlineoverrideexport |
Definition at line 32 of file pixelmap.cppm.
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 36 of file pixelmap.cppm.
Here is the call graph for this function:
|
inlineoverrideexportvirtual |
Implements vg::element_t.
Definition at line 57 of file pixelmap.cppm.