

Go to the source code of this file.
Classes | |
| struct | KLFStyle |
| A Formula Style (collection of properties) More... | |
| struct | KLFStyle::BBoxExpand |
| a structure memorizing parameters for bbox expansion More... | |
Typedefs | |
| typedef QList< KLFStyle > | KLFStyleList |
Functions | |
| KLF_EXPORT QDataStream & | operator<< (QDataStream &stream, const KLFStyle &style) |
| KLF_EXPORT QDataStream & | operator>> (QDataStream &stream, KLFStyle &style) |
| KLF_EXPORT bool | operator== (const KLFStyle &a, const KLFStyle &b) |
| typedef QList<KLFStyle> KLFStyleList |
Definition at line 104 of file klfstyle.h.
| KLF_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
| const KLFStyle & | style | ||
| ) |
Definition at line 40 of file klfstyle.cpp.
References KLFStyle::bg_color, QDataStream::device(), KLFStyle::dpi, KLFStyle::fg_color, klfVersionCompare(), KLFStyle::mathmode, KLFStyle::name, KLFStyle::overrideBBoxExpand, and KLFStyle::preamble.
Definition at line 77 of file klfstyle.cpp.
References KLFStyle::bg_color, KLFStyle::dpi, KLFStyle::fg_color, KLFStyle::mathmode, KLFStyle::name, KLFStyle::overrideBBoxExpand, and KLFStyle::preamble.
| KLF_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
| KLFStyle & | style | ||
| ) |
Definition at line 52 of file klfstyle.cpp.
References KLFStyle::bg_color, QDataStream::device(), KLFStyle::dpi, KLFStyle::fg_color, klfVersionCompare(), KLFStyle::mathmode, KLFStyle::name, KLFStyle::overrideBBoxExpand, and KLFStyle::preamble.