29 bool _visitEnter(
const std::string& key,
const std::string& type,
size_t numChildren);
33 template <
class Navigator>
46 cols.insert(
columnKey, QString::fromStdString(key));
48 cols.insert(
columnType, QString::fromStdString(typeName));
52 template <
class Navigator>
55 std::stringstream
value;
60 template <
class Navigator>
73 std::stack<QTreeWidgetItem*>
items;