Class representing a Android WS Fission display. More...
#include <kanzi/core.ui/platform/windowing_ng/android_ws_fission_egl/fission_display.hpp>
Public Member Functions | |
| FissionDisplay (FnDisplayId displayId) noexcept | |
| Constructor. | |
| KZ_NO_DISCARD optional< unsigned int > | getDisplayHeight () const noexcept |
| Gets display height. | |
| KZ_NO_DISCARD optional< unsigned int > | getDisplayWidth () const noexcept |
| Gets display width. | |
| KZ_NO_DISCARD FnDisplayId | getNativeHandle () const noexcept |
| Gets display native handle. | |
Static Public Member Functions | |
| static KZ_NO_DISCARD optional< int > | tryGetDisplayCount () noexcept |
| Tries to get display count. | |
| static KZ_NO_DISCARD optional< vector< FnDisplayId > > | tryGetFissionDisplayIDs () noexcept |
| Tries to get display IDs. | |
Class representing a Android WS Fission display.
|
explicitnoexcept |
Constructor.
| displayId | chosen display ID. |
|
staticnoexcept |
Tries to get display count.
| nullopt | Getting the display count has failed. |
|
staticnoexcept |
Tries to get display IDs.
| nullopt | Getting the available display IDs has failed. |
|
noexcept |
Gets display width.
| nullopt | Getting the display width has failed. |
|
noexcept |
Gets display height.
| nullopt | Getting the display height has failed. |
|
noexcept |
Gets display native handle.