Fcitx
|
Class to represent a key. More...
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>
#include <fcitx-utils/fcitxutils_export.h>
#include <fcitx-utils/flags.h>
#include <fcitx-utils/keysym.h>
#include <fcitx-utils/macros.h>
Go to the source code of this file.
Classes | |
class | fcitx::Key |
Describe a Key in fcitx. More... | |
Typedefs | |
using | fcitx::KeySym = FcitxKeySym |
using | fcitx::KeyStates = Flags< KeyState > |
using | fcitx::KeyList = std::vector< Key > |
Enumerations | |
enum | fcitx::KeyStringFormat { fcitx::KeyStringFormat::Portable, fcitx::KeyStringFormat::Localized } |
Control the behavior of toString function. More... | |
Class to represent a key.
Definition in file key.h.