A Formula Style (collection of properties) More...
#include <klfstyle.h>
Classes | |
struct | BBoxExpand |
a structure memorizing parameters for bbox expansion More... | |
Public Member Functions | |
KLFStyle (QString nm=QString(), unsigned long fgcol=qRgba(0, 0, 0, 255), unsigned long bgcol=qRgba(255, 255, 255, 0), const QString &mmode=QString(), const QString &pre=QString(), int dotsperinch=-1) | |
KLFStyle (const KLFBackend::klfInput &input) | |
KLFStyle (const KLFStyle &o) | |
const KLFStyle & | operator= (const KLFStyle &o) |
Public Attributes | |
QString | name |
this may not always be set, it's only important in saved style list. More... | |
unsigned long | fg_color |
unsigned long | bg_color |
QString | mathmode |
QString | preamble |
int | dpi |
BBoxExpand | overrideBBoxExpand |
A Formula Style (collection of properties)
Structure containing forground color, bg color, mathmode, preamble, etc.
Definition at line 37 of file klfstyle.h.
|
inline |
Definition at line 66 of file klfstyle.h.
|
inline |
Definition at line 76 of file klfstyle.h.
|
inline |
Definition at line 82 of file klfstyle.h.
Definition at line 96 of file klfstyle.h.
References bg_color, dpi, fg_color, mathmode, name, overrideBBoxExpand, and preamble.
unsigned long KLFStyle::bg_color |
Definition at line 90 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().
int KLFStyle::dpi |
Definition at line 93 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().
unsigned long KLFStyle::fg_color |
Definition at line 89 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().
QString KLFStyle::mathmode |
Definition at line 91 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().
QString KLFStyle::name |
this may not always be set, it's only important in saved style list.
Definition at line 88 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().
BBoxExpand KLFStyle::overrideBBoxExpand |
Definition at line 94 of file klfstyle.h.
Referenced by operator<<(), operator=(), operator==(), and operator>>().
QString KLFStyle::preamble |
Definition at line 92 of file klfstyle.h.
Referenced by klfLoadVariantFromText(), klfSaveVariantToText(), operator<<(), operator=(), operator==(), and operator>>().