Fcitx
Classes | Typedefs | Enumerations
key.h File Reference

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

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...
 

Detailed Description

Class to represent a key.

Definition in file key.h.