Fcitx
Typedefs | Enumerations
textformatflags.h File Reference

Enum flag for text formatting. More...

#include <fcitx-utils/flags.h>
Include dependency graph for textformatflags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using fcitx::TextFormatFlags = Flags< TextFormatFlag >
 

Enumerations

enum  fcitx::TextFormatFlag : int {
  fcitx::TextFormatFlag::Underline = (1 << 3), fcitx::TextFormatFlag::HighLight = (1 << 4), DontCommit = (1 << 5), Bold = (1 << 6),
  Strike = (1 << 7), Italic = (1 << 8), NoFlag = 0
}
 Enum flag for text formatting. More...
 

Detailed Description

Enum flag for text formatting.

Definition in file textformatflags.h.