Base info writer class.
More...
|
| virtual void | put (const QString &, const QString &, bool=false)=0 |
| |
◆ InfoWriter()
| InfoWriter::InfoWriter |
( |
bool |
r = false | ) |
|
◆ indent()
| virtual void InfoWriter::indent |
( |
| ) |
|
|
virtual |
◆ put()
| virtual void InfoWriter::put |
( |
const QString & |
, |
|
|
const QString & |
, |
|
|
bool |
= false |
|
) |
| |
|
protectedpure virtual |
◆ separator()
| virtual void InfoWriter::separator |
( |
| ) |
|
|
virtual |
◆ unindent()
| virtual void InfoWriter::unindent |
( |
| ) |
|
|
virtual |
◆ write() [1/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
bool |
emphasize = false |
|
) |
| |
◆ write() [2/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
const QString & |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
◆ write() [3/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
const SMESH::XYZ & |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
◆ write() [4/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
double |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
◆ write() [5/5]
| void InfoWriter::write |
( |
const QString & |
key, |
|
|
int |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
◆ myPrecision
| int InfoWriter::myPrecision |
|
protected |
◆ myRecursive
| bool InfoWriter::myRecursive |
|
protected |