|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TableNode.hpp>
Public Member Functions | |
| TableRelationshipNode (dunedaq::conffwk::relationship_t Relationship, const QStringList &NodeData) | |
| ~TableRelationshipNode () | |
| QStringList | GetData () const override |
| dunedaq::conffwk::relationship_t | GetRelationship () const |
| Public Member Functions inherited from dbe::TableNode | |
| virtual | ~TableNode () |
| TableNode (QStringList const &NodeData, const QVariant &tooltip) | |
| Including DBE. | |
| const QVariant & | get_tooltip () const |
| void | resetdata (QStringList const &) |
Private Attributes | |
| dunedaq::conffwk::relationship_t | RelationshipData |
Additional Inherited Members | |
| Protected Attributes inherited from dbe::TableNode | |
| QStringList | Data |
| QVariant | m_tooltip |
Definition at line 37 of file TableNode.hpp.
| dbe::TableRelationshipNode::TableRelationshipNode | ( | dunedaq::conffwk::relationship_t | Relationship, |
| const QStringList & | NodeData ) |
Definition at line 43 of file TableNode.cpp.
|
default |
|
nodiscardoverridevirtual |
Reimplemented from dbe::TableNode.
Definition at line 54 of file TableNode.cpp.
|
nodiscard |
Definition at line 59 of file TableNode.cpp.
|
private |
Definition at line 46 of file TableNode.hpp.