DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dbe::TableNode Class Reference

#include <TableNode.hpp>

Inheritance diagram for dbe::TableNode:
[legend]

Public Member Functions

virtual ~TableNode ()
 
 TableNode (QStringList const &NodeData)
 Including DBE.
 
virtual QStringList GetData () const
 
void resetdata (QStringList const &)
 

Protected Attributes

QStringList Data
 

Detailed Description

Definition at line 12 of file TableNode.hpp.

Constructor & Destructor Documentation

◆ ~TableNode()

dbe::TableNode::~TableNode ( )
virtual

Definition at line 9 of file TableNode.cpp.

10{
11}

◆ TableNode()

dbe::TableNode::TableNode ( QStringList const & NodeData)

Including DBE.

Definition at line 4 of file TableNode.cpp.

5 : Data ( NodeData )
6{
7}
QStringList Data
Definition TableNode.hpp:20

Member Function Documentation

◆ GetData()

QStringList dbe::TableNode::GetData ( ) const
virtual

Reimplemented in dbe::TableAttributeNode, and dbe::TableRelationshipNode.

Definition at line 13 of file TableNode.cpp.

14{
15 return Data;
16}

◆ resetdata()

void dbe::TableNode::resetdata ( QStringList const & newdata)

Definition at line 57 of file TableNode.cpp.

58{
59 Data = newdata;
60}

Member Data Documentation

◆ Data

QStringList dbe::TableNode::Data
protected

Definition at line 20 of file TableNode.hpp.


The documentation for this class was generated from the following files: