|
ORE Studio 0.0.4
|
A single node in the portfolio/book tree. More...
#include <PortfolioExplorerTreeModel.hpp>

Public Types | |
| enum class | Kind { Party , Portfolio , Book } |
Public Attributes | |
| Kind | kind |
| QString | party_name |
| refdata::domain::portfolio | portfolio |
| refdata::domain::book | book |
| PortfolioTreeNode * | parent = nullptr |
| std::vector< std::unique_ptr< PortfolioTreeNode > > | children |
| int | row_in_parent = 0 |
A single node in the portfolio/book tree.
Nodes are owned by the model. Raw pointers are stored in QModelIndex::internalPointer().