#include <KisBrushModel.h>
|
| QSize | baseSize = QSize(42, 42) |
| |
| QString | font = QGuiApplication::font().toString() |
| |
| qreal | scale = 1.0 |
| |
| QString | text = "The quick brown fox ate your text" |
| |
| bool | usePipeMode = false |
| |
Definition at line 126 of file KisBrushModel.h.
◆ operator==
Definition at line 128 of file KisBrushModel.h.
128 {
129 return lhs.baseSize == rhs.baseSize &&
131 lhs.text == rhs.text &&
132 lhs.font == rhs.font &&
133 lhs.usePipeMode == rhs.usePipeMode;
134 }
static bool qFuzzyCompare(half p1, half p2)
◆ baseSize
| QSize KisBrushModel::TextBrushData::baseSize = QSize(42, 42) |
◆ font
| QString KisBrushModel::TextBrushData::font = QGuiApplication::font().toString() |
◆ scale
| qreal KisBrushModel::TextBrushData::scale = 1.0 |
◆ text
| QString KisBrushModel::TextBrushData::text = "The quick brown fox ate your text" |
◆ usePipeMode
| bool KisBrushModel::TextBrushData::usePipeMode = false |
The documentation for this struct was generated from the following file: