![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum class | Type : std::uint8_t { Root , Group , Item } |
Public Member Functions | |
| Node * | child (int i) |
| int | size () const |
Public Attributes | |
| std::vector< std::unique_ptr< Node > > | children |
| const Item * | item = nullptr |
| QString | name |
| Node * | parent = nullptr |
| int | row = 0 |
| QVariant | sort |
| Type | type = Type::Root |