DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TableNode.hpp>
Public Member Functions | |
virtual | ~TableNode () |
TableNode (QStringList const &NodeData) | |
Including DBE. | |
virtual QStringList | GetData () const |
void | resetdata (QStringList const &) |
Protected Attributes | |
QStringList | Data |
Definition at line 12 of file TableNode.hpp.
|
virtual |
Definition at line 9 of file TableNode.cpp.
dbe::TableNode::TableNode | ( | QStringList const & | NodeData | ) |
Including DBE.
Definition at line 4 of file TableNode.cpp.
|
virtual |
Reimplemented in dbe::TableAttributeNode, and dbe::TableRelationshipNode.
Definition at line 13 of file TableNode.cpp.
void dbe::TableNode::resetdata | ( | QStringList const & | newdata | ) |
Definition at line 57 of file TableNode.cpp.
|
protected |
Definition at line 20 of file TableNode.hpp.