#include <kanzi/core/cpp/platform.hpp>#include <kanzi/core/cpp/string.hpp>#include <kanzi/core/cpp/string_view.hpp>Namespaces | |
| namespace | kanzi |
| namespace | kanzi::wayland |
Enumerations | |
| enum class | kanzi::wayland::WaylandShellType { kanzi::wayland::Core , kanzi::wayland::XDG , kanzi::wayland::IVI } |
| Enumerator that represents Wayland shells available in Kanzi. More... | |
Functions | |
| KZ_NO_DISCARD WaylandShellType | kanzi::wayland::parseShellType (string_view shellTypeStr) noexcept |
| Converts the text containing the shell type to the corresponding enumerator value. | |
| KZ_NO_DISCARD string | kanzi::wayland::shellTypeToString (WaylandShellType shellType) noexcept |
| Converts the shell type from an enumerator value to string. | |