Writer for QTreeWidget.
More...
|
| | TreeWriter (QTreeWidget *, TreeItemCreator *) |
| |
| | ~TreeWriter () |
| |
| void | indent () |
| |
| void | unindent () |
| |
| void | write (const QString &, bool=false) |
| |
| void | write (const QString &, const QString &, bool=false) |
| |
| void | write (const QString &, int, bool=false) |
| |
| void | write (const QString &, double, bool=false) |
| |
| void | write (const QString &, const SMESH::XYZ &, bool=false) |
| |
| virtual void | separator () |
| |
|
| void | put (const QString &, const QString &, bool=false) |
| |
◆ TreeWriter()
◆ ~TreeWriter()
| TreeWriter::~TreeWriter |
( |
| ) |
|
◆ indent()
| void TreeWriter::indent |
( |
| ) |
|
|
virtual |
◆ put()
| void TreeWriter::put |
( |
const QString & |
key, |
|
|
const QString & |
value, |
|
|
bool |
emphasize = false |
|
) |
| |
|
protectedvirtual |
◆ separator()
| virtual void InfoWriter::separator |
( |
| ) |
|
|
virtualinherited |
◆ unindent()
| void TreeWriter::unindent |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ myCreator
◆ myCurrentItem
| QTreeWidgetItem* TreeWriter::myCurrentItem |
|
private |
◆ myInfo
◆ myPrecision
| int InfoWriter::myPrecision |
|
protectedinherited |
◆ myRecursive
| bool InfoWriter::myRecursive |
|
protectedinherited |