DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
dbe
include
dbe
SchemaTab.hpp
Go to the documentation of this file.
1
// DUNE DAQ modification notice:
2
// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3
// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4
// Renamed since fork: yes (from dbe/SchemaTab.h to include/dbe/SchemaTab.hpp).
5
6
#ifndef SCHEMATAB_H
7
#define SCHEMATAB_H
8
10
#include <QWidget>
11
#include <QGraphicsView>
13
#include "
dbe/SchemaGraphicsScene.hpp
"
14
15
namespace
dbse
16
{
17
18
class
SchemaTab
:
public
QWidget
19
{
20
Q_OBJECT
21
public
:
22
explicit
SchemaTab
( QWidget * parent =
nullptr
);
23
~SchemaTab
();
24
SchemaGraphicsScene
*
GetScene
()
const
;
25
QGraphicsView *
GetView
()
const
;
26
27
void
setName
(
const
QString&);
28
QString
getName
() {
return
m_name
;};
29
void
setFileName
(
const
QString&);
30
QString
getFileName
();
31
private
:
32
QGraphicsView *
GraphView
;
33
SchemaGraphicsScene
*
GraphScene
;
34
QString
m_name
{
""
};
35
QString
m_file_name
{};
36
};
37
38
}
// namespace dbse
39
#endif
// SCHEMATAB_H
SchemaGraphicsScene.hpp
dbse::SchemaGraphicsScene
Definition
SchemaGraphicsScene.hpp:16
dbse::SchemaTab::m_name
QString m_name
Definition
SchemaTab.hpp:34
dbse::SchemaTab::setFileName
void setFileName(const QString &)
Definition
SchemaTab.cpp:38
dbse::SchemaTab::getFileName
QString getFileName()
Definition
SchemaTab.cpp:42
dbse::SchemaTab::getName
QString getName()
Definition
SchemaTab.hpp:28
dbse::SchemaTab::~SchemaTab
~SchemaTab()
dbse::SchemaTab::GraphView
QGraphicsView * GraphView
Definition
SchemaTab.hpp:32
dbse::SchemaTab::m_file_name
QString m_file_name
Definition
SchemaTab.hpp:35
dbse::SchemaTab::GetScene
SchemaGraphicsScene * GetScene() const
Definition
SchemaTab.cpp:24
dbse::SchemaTab::GraphScene
SchemaGraphicsScene * GraphScene
Definition
SchemaTab.hpp:33
dbse::SchemaTab::setName
void setName(const QString &)
Definition
SchemaTab.cpp:34
dbse::SchemaTab::GetView
QGraphicsView * GetView() const
Definition
SchemaTab.cpp:29
dbse::SchemaTab::SchemaTab
SchemaTab(QWidget *parent=nullptr)
Including QT Headers.
Definition
SchemaTab.cpp:11
dbse
Including QT Headers.
Definition
SchemaAttributeEditor.hpp:14
Generated on
for DUNE-DAQ by
1.17.0