#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 | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::InputMethodWeakPtr = weak_ptr< InputMethod > |
Enumerations | |
enum | kanzi::InputMethodAction { kanzi::InputMethodAction::Default, kanzi::InputMethodAction::Go, kanzi::InputMethodAction::Next, kanzi::InputMethodAction::Search, kanzi::InputMethodAction::Send, kanzi::InputMethodAction::Done } |
Specifies the available input method actions. 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... | |