#include <kanzi/core.ui/node/node_fwd.hpp>#include <kanzi/core.ui/platform/input/common/events.hpp>#include <kanzi/core.ui/text/text_edit_buffer.hpp>#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/cpp/tuple.hpp>Classes | |
| class | kanzi::InputMethodListener |
| The InputMethodListener defines the communication interface of Kanzi input methods. More... | |
Namespaces | |
| namespace | kanzi |
Typedefs | |
| using | kanzi::InputMethodWeakPtr |
Enumerations | |
| enum class | kanzi::InputMethodAction { kanzi::Default , kanzi::Go , kanzi::Next , kanzi::Search , kanzi::Send , kanzi::Done } |
| Specifies the available input method actions. More... | |
| enum class | kanzi::InputType { kanzi::Default , kanzi::Numeric , kanzi::Email , kanzi::URL } |
| The input type used by the input method listener. More... | |