Fcitx
|
Generic InputBuffer to be used to handle user's preedit. More...
#include <cstdint>
#include <cstring>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <fcitx-utils/fcitxutils_export.h>
#include <fcitx-utils/flags.h>
#include <fcitx-utils/macros.h>
Go to the source code of this file.
Classes | |
class | fcitx::InputBuffer |
A string buffer that come with convinient functions to handle use input. More... | |
Typedefs | |
using | fcitx::InputBufferOptions = Flags< InputBufferOption > |
Enumerations | |
enum | fcitx::InputBufferOption { fcitx::InputBufferOption::NoOption = 0, fcitx::InputBufferOption::AsciiOnly = 1, fcitx::InputBufferOption::FixedCursor = 1 << 1 } |
Generic InputBuffer to be used to handle user's preedit.
Definition in file inputbuffer.h.