#include <kanzi/core.ui/platform/input/common/events.hpp>#include <kanzi/core.ui/node/node_fwd.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 | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Typedefs | |
| using | kanzi::InputMethodWeakPtr = weak_ptr< InputMethod > |
Enumerations | |
| enum | kanzi::EnterKeyLabel { kanzi::EnterKeyLabel::Default, kanzi::EnterKeyLabel::Go, kanzi::EnterKeyLabel::Next, kanzi::EnterKeyLabel::Search, kanzi::EnterKeyLabel::Send, kanzi::EnterKeyLabel::Done } |
| The Enter key action to set on an input method. More... | |
| enum | kanzi::InputType { kanzi::InputType::Default, kanzi::InputType::Numeric, kanzi::InputType::Email, kanzi::InputType::URL } |
| The input type used by the input method listener. More... | |