|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <treenode.hpp>
Public Member Functions | |
| RelationshipNode (const dunedaq::conffwk::relationship_t &RelationshipData, treenode *ParentNode) | |
| ~RelationshipNode () | |
| virtual QVariant | GetData (const int Column, int role=Qt::DisplayRole) const |
| dunedaq::conffwk::relationship_t | relation_t () const |
| Public Member Functions inherited from dbe::treenode | |
| treenode (treenode *ParentNode=nullptr) | |
| Including QT Headers. | |
| treenode (QString const &Datum, treenode *ParentNode=nullptr) | |
| treenode (QStringList const &DataList, treenode *ParentNode=nullptr) | |
| virtual | ~treenode () |
| virtual tref | GetObject () const |
| int | GetRow () const |
| virtual void | AddChild (treenode *Child) |
| virtual void | RemoveChild (treenode *Child) |
| treenode * | GetChild (const int Row) const |
| QList< treenode * > | GetChildren () const |
| treenode * | GetParent () const |
| int | ChildCount () const |
| int | ColumnCount () const |
| void | SetHasStructure (bool Structure) |
| bool | GetHasStructure () const |
| void | SetWasFetched (bool Fetched) |
| bool | GetWasFetched () const |
| void | rename (QString const &) |
Private Attributes | |
| dunedaq::conffwk::relationship_t | relation_t_definition |
Additional Inherited Members | |
| Protected Attributes inherited from dbe::treenode | |
| treenode * | Parent |
| QList< treenode * > | Children |
| QList< QVariant > | Data |
| bool | HasStructure |
| bool | WasFetched |
Definition at line 105 of file treenode.hpp.
| dbe::RelationshipNode::RelationshipNode | ( | const dunedaq::conffwk::relationship_t & | RelationshipData, |
| treenode * | ParentNode ) |
Definition at line 340 of file treenode.cpp.
|
default |
|
virtual |
Reimplemented from dbe::treenode.
Definition at line 392 of file treenode.cpp.
| dunedaq::conffwk::relationship_t dbe::RelationshipNode::relation_t | ( | ) | const |
Definition at line 411 of file treenode.cpp.
|
private |
Definition at line 114 of file treenode.hpp.