Fcitx
Classes | Functions
text.h File Reference

Formatted string commonly used in user interface. More...

#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include <fcitx-utils/macros.h>
#include <fcitx-utils/textformatflags.h>
#include <fcitx/fcitxcore_export.h>
Include dependency graph for text.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcitx::Text
 A class represents a formatted string. More...
 

Functions

std::ostream & fcitx::operator<< (std::ostream &os, const Text &text)
 

Detailed Description

Formatted string commonly used in user interface.

Definition in file text.h.