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, 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

Detailed Description

Definition at line 13 of file TableNode.hpp.

Constructor & Destructor Documentation

◆ ~TableNode()

dbe::TableNode::~TableNode ( )
virtual

Definition at line 14 of file TableNode.cpp.

15{
16}

◆ TableNode()

dbe::TableNode::TableNode ( QStringList const & NodeData,
const QVariant & tooltip )
explicit

Including DBE.

Definition at line 9 of file TableNode.cpp.

10 : Data ( NodeData ), m_tooltip(tooltip)
11{
12}
QVariant m_tooltip
Definition TableNode.hpp:23
QStringList Data
Definition TableNode.hpp:22

Member Function Documentation

◆ get_tooltip()

const QVariant & dbe::TableNode::get_tooltip ( ) const
inlinenodiscard

Definition at line 19 of file TableNode.hpp.

19{return m_tooltip;};

◆ GetData()

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

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

Definition at line 18 of file TableNode.cpp.

19{
20 return Data;
21}

◆ resetdata()

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

Definition at line 64 of file TableNode.cpp.

65{
66 Data = newdata;
67}

Member Data Documentation

◆ Data

QStringList dbe::TableNode::Data
protected

Definition at line 22 of file TableNode.hpp.

◆ m_tooltip

QVariant dbe::TableNode::m_tooltip
protected

Definition at line 23 of file TableNode.hpp.


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