Writer for QTextStream.
More...
|
| void | dumpLine (const QString &) |
| |
| void | put (const QString &, const QString &, bool) |
| |
| virtual QString | spacer () const |
| |
| virtual QString | decorate (const QString &) const |
| |
◆ StreamWriter()
| StreamWriter::StreamWriter |
( |
QTextStream & |
out | ) |
|
◆ decorate()
| QString SimpleWriter::decorate |
( |
const QString & |
s | ) |
const |
|
protectedvirtualinherited |
◆ dumpLine()
| void StreamWriter::dumpLine |
( |
const QString & |
line | ) |
|
|
protectedvirtual |
◆ indent()
| void SimpleWriter::indent |
( |
| ) |
|
|
virtualinherited |
◆ put()
| void SimpleWriter::put |
( |
const QString & |
key, |
|
|
const QString & |
value, |
|
|
bool |
emphasize |
|
) |
| |
|
protectedvirtualinherited |
◆ separator()
| void SimpleWriter::separator |
( |
| ) |
|
|
virtualinherited |
◆ spacer()
| QString SimpleWriter::spacer |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ unindent()
| void SimpleWriter::unindent |
( |
| ) |
|
|
virtualinherited |
◆ write() [1/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
bool |
emphasize = false |
|
) |
| |
|
inherited |
◆ write() [2/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
const QString & |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
|
inherited |
◆ write() [3/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
const SMESH::XYZ & |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
|
inherited |
◆ write() [4/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
double |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
|
inherited |
◆ write() [5/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
int |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
|
inherited |
◆ myIndent
| int SimpleWriter::myIndent |
|
protectedinherited |
◆ myOut
| QTextStream& StreamWriter::myOut |
|
private |
◆ myPrecision
| int InfoWriter::myPrecision |
|
protectedinherited |
◆ myRecursive
| bool InfoWriter::myRecursive |
|
protectedinherited |