|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <treenode.hpp>
Public Member Functions | |
| ClassNode (const dunedaq::conffwk::class_t &Info, treenode *ParentNode) | |
| ~ClassNode () | |
| virtual QVariant | GetData (int Column, int role=Qt::DisplayRole) const |
| dunedaq::conffwk::class_t | GetClassInfo () const |
| const QVariant & | get_tooltip () const |
| void | AddChild (treenode *Child) override |
| void | RemoveChild (treenode *Child) override |
| 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 |
| 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 &) |
Protected Member Functions | |
| void | updateData (bool addition) |
Private Attributes | |
| dunedaq::conffwk::class_t | ClassInfo |
| unsigned int | numObjects |
| QVariant | m_tooltip |
Additional Inherited Members | |
| Protected Attributes inherited from dbe::treenode | |
| treenode * | Parent |
| QList< treenode * > | Children |
| QList< QVariant > | Data |
| bool | HasStructure |
| bool | WasFetched |
Definition at line 62 of file treenode.hpp.
| dbe::ClassNode::ClassNode | ( | const dunedaq::conffwk::class_t & | Info, |
| treenode * | ParentNode ) |
Definition at line 151 of file treenode.cpp.
| dbe::ClassNode::~ClassNode | ( | ) |
Definition at line 162 of file treenode.cpp.
|
overridevirtual |
Reimplemented from dbe::treenode.
Definition at line 183 of file treenode.cpp.
|
inlinenodiscard |
Definition at line 70 of file treenode.hpp.
|
nodiscard |
Definition at line 219 of file treenode.cpp.
|
nodiscardvirtual |
Reimplemented from dbe::treenode.
Definition at line 195 of file treenode.cpp.
|
overridevirtual |
Reimplemented from dbe::treenode.
Definition at line 189 of file treenode.cpp.
|
protected |
Definition at line 166 of file treenode.cpp.
|
private |
Definition at line 78 of file treenode.hpp.
|
private |
Definition at line 80 of file treenode.hpp.
|
private |
Definition at line 79 of file treenode.hpp.