1#ifndef __Q_IBUS_TYPES_H_
2#define __Q_IBUS_TYPES_H_
20 Button3Mask = 1 << 10,
21 Button4Mask = 1 << 11,
22 Button5Mask = 1 << 12,
30 HandledMask = 1 << 24,
31 ForwardMask = 1 << 25,
32 IgnoredMask = ForwardMask,
38 ReleaseMask = 1 << 30,
40 ModifierMask = 0x5c001fff
44 CapPreeditText = 1 << 0,
45 CapAuxiliaryText = 1 << 1,
46 CapLookupTable = 1 << 2,
49 CapSurroundingText = 1 << 5,
53 OrientationHorizontal = 0,
54 OrientationVertical = 1,
55 OrientationSystem = 2,
59 EnginePreeditClear = 0,
60 EnginePreeditCommit = 1,
Definition qibusattribute.cpp:3
Definition qibustypes.h:63