#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/string_view.hpp>
Namespaces | |
kanzi | |
kanzi::wayland | |
Enumerations | |
enum | kanzi::wayland::WaylandShellType { kanzi::wayland::WaylandShellType::Core, kanzi::wayland::WaylandShellType::XDG, kanzi::wayland::WaylandShellType::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. More... | |
KZ_NO_DISCARD string | kanzi::wayland::shellTypeToString (WaylandShellType shellType) noexcept |
Converts the shell type from an enumerator value to string. More... | |