Class representing a Android WS Fission surface. More...
#include <kanzi/core.ui/platform/windowing_ng/android_ws_fission_egl/fission_surface.hpp>
Class representing a Android WS Fission surface.
|
explicitnoexcept |
Constructor.
| fissionDisplay | Fission display. |
| windowTitle | Window title. |
| windowRegion | Size and position of the surface. |
| zorder | Window z-order. |
| pixelFormat | The pixel format of native window. |
|
explicit |
Constructor.
| fissionSurface | Native Fission surface. |
| kanzi::android_ws::FissionSurface::~FissionSurface | ( | ) |
Destructor.
|
delete |
Copy constructor.
|
deletenoexcept |
Move constructor.
|
noexcept |
Sets absolute position of the surface.
| x | X value to be set. |
| y | Y value to be set. |
|
noexcept |
Sets size of the surface in pixels.
| width | Width of the window to be set. |
| height | Height of the window to be set. |
Sets z-order of the surface.
| z | Z-order value to be set. |
Sets alpha value of the surface.
| alpha | Alpha value to be set. |
|
noexcept |
Gets native surface handle.
|
delete |
Copy assignment constructor.
|
deletenoexcept |
Move assignment operator.