|
| int | width |
| |
| int | height |
| |
| pixel_t * | img = nullptr |
| |
| Cairo::RefPtr< Cairo::Surface > | surface |
| |
| Cairo::RefPtr< Cairo::Context > | ctx |
| |
Definition at line 14 of file pixelmap_editor.cppm.
◆ pixelmap_editor_t() [1/3]
| pixelmap_editor_t::pixelmap_editor_t |
( |
pixelmap_t & | img | ) |
|
|
inlineexplicit |
◆ pixelmap_editor_t() [2/3]
| pixelmap_editor_t::pixelmap_editor_t |
( |
pixelmap_t * | img | ) |
|
|
inlineexplicit |
◆ pixelmap_editor_t() [3/3]
| pixelmap_editor_t::pixelmap_editor_t |
( |
int | width_, |
|
|
int | height_, |
|
|
pixel_t * | img_, |
|
|
int | stride ) |
|
inlineexplicit |
◆ clear()
| void pixelmap_editor_t::clear |
( |
| ) |
|
|
inline |
◆ operator->()
| Cairo::RefPtr< Cairo::Context > pixelmap_editor_t::operator-> |
( |
| ) |
|
|
inline |
◆ ctx
| Cairo::RefPtr<Cairo::Context> pixelmap_editor_t::ctx |
◆ height
| int pixelmap_editor_t::height |
◆ img
| pixel_t* pixelmap_editor_t::img = nullptr |
◆ surface
| Cairo::RefPtr<Cairo::Surface> pixelmap_editor_t::surface |
◆ width
| int pixelmap_editor_t::width |
The documentation for this class was generated from the following file: