Fcitx
Classes | Typedefs | Enumerations
inputbuffer.h File Reference

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>
Include dependency graph for inputbuffer.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Detailed Description

Generic InputBuffer to be used to handle user's preedit.

Definition in file inputbuffer.h.