|
using | Input = typename VisitorBase< const data::VariantPtr >::Input |
|
using | InputNonConst = typename std::remove_const< Input >::type |
|
using | ListElements = std::vector< InputNonConst > |
|
using | MapElements = std::map< std::string, InputNonConst > |
|
using | Input = const data::VariantPtr |
|
static MapElements | GetDictElements (Input &n) |
|
static ListElements | GetListElements (Input &n) |
|
int | columnKey = 0 |
|
int | columnType = 2 |
|
int | columnValue = 1 |
|
std::stack< QTreeWidgetItem * > | items |
|
std::stack< QTreeWidgetItem * > | rootItems |
|
bool | _visitEnter (const std::string &key, const std::string &type, size_t numChildren) |
|
bool | _visitExit () |
|
template<class Navigator > |
bool | addValueRow (const std::string &key, Navigator &n, const std::string &typeName) |
|
QStringList | makeValueRowStrings (const std::string &key, const std::string &value, const std::string &typeName) const |
|
template<class Navigator > |
QStringList | makeValueRowStrings (const std::string &key, Navigator &n, const std::string &typeName) const |
|
void | streamValueText (const aron::data::Bool &n, std::stringstream &ss) const |
|
void | streamValueText (const aron::data::NDArray &n, std::stringstream &ss) const |
|
void | streamValueText (const aron::data::String &n, std::stringstream &ss) const |
|
template<class Navigator > |
void | streamValueText (Navigator &n, std::stringstream &ss) const |
|
Definition at line 16 of file TreeDataVisitor.h.