|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TableNode.hpp>
Public Member Functions | |
| virtual | ~TableNode () |
| TableNode (QStringList const &NodeData, const QVariant &tooltip) | |
| Including DBE. | |
| virtual QStringList | GetData () const |
| const QVariant & | get_tooltip () const |
| void | resetdata (QStringList const &) |
Protected Attributes | |
| QStringList | Data |
| QVariant | m_tooltip |
Definition at line 13 of file TableNode.hpp.
|
virtual |
Definition at line 14 of file TableNode.cpp.
|
explicit |
|
inlinenodiscard |
Definition at line 19 of file TableNode.hpp.
|
nodiscardvirtual |
Reimplemented in dbe::TableAttributeNode, and dbe::TableRelationshipNode.
Definition at line 18 of file TableNode.cpp.
| void dbe::TableNode::resetdata | ( | QStringList const & | newdata | ) |
Definition at line 64 of file TableNode.cpp.
|
protected |
Definition at line 22 of file TableNode.hpp.
|
protected |
Definition at line 23 of file TableNode.hpp.