|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <treenode.hpp>
Public Member Functions | |
| AttributeNode (const dunedaq::conffwk::attribute_t &AttributeData, treenode *ParentNode) | |
| ~AttributeNode () | |
| virtual QVariant | GetData (const int Column, int role=Qt::DisplayRole) const |
| dunedaq::conffwk::attribute_t | attribute_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::attribute_t | attribute_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 94 of file treenode.hpp.
| dbe::AttributeNode::AttributeNode | ( | const dunedaq::conffwk::attribute_t & | AttributeData, |
| treenode * | ParentNode ) |
Definition at line 284 of file treenode.cpp.
|
default |
| dunedaq::conffwk::attribute_t dbe::AttributeNode::attribute_t | ( | ) | const |
Definition at line 335 of file treenode.cpp.
|
virtual |
Reimplemented from dbe::treenode.
Definition at line 316 of file treenode.cpp.
|
private |
Definition at line 102 of file treenode.hpp.