#include <SchemaTab.hpp>
Definition at line 13 of file SchemaTab.hpp.
◆ SchemaTab()
dbse::SchemaTab::SchemaTab |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
Including QT Headers.
Including Schema Editor
Generating view/schema
Adjusting layout
Definition at line 6 of file SchemaTab.cpp.
7 : QWidget ( parent )
8{
15 QVBoxLayout * TabLayout = new QVBoxLayout ( this );
17}
QGraphicsView * GraphView
SchemaGraphicsScene * GraphScene
◆ ~SchemaTab()
dbse::SchemaTab::~SchemaTab |
( |
| ) |
|
|
default |
◆ getFileName()
QString dbse::SchemaTab::getFileName |
( |
| ) |
|
Definition at line 37 of file SchemaTab.cpp.
37 {
39 QString fn = "./";
41
42 return fn;
43 }
44 else {
46 }
47}
◆ getName()
QString dbse::SchemaTab::getName |
( |
| ) |
|
|
inline |
◆ GetScene()
◆ GetView()
QGraphicsView * dbse::SchemaTab::GetView |
( |
| ) |
const |
◆ setFileName()
void dbse::SchemaTab::setFileName |
( |
const QString & | name | ) |
|
◆ setName()
void dbse::SchemaTab::setName |
( |
const QString & | name | ) |
|
◆ GraphScene
◆ GraphView
QGraphicsView* dbse::SchemaTab::GraphView |
|
private |
◆ m_file_name
QString dbse::SchemaTab::m_file_name {} |
|
private |
◆ m_name
QString dbse::SchemaTab::m_name {""} |
|
private |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/dbe/include/dbe/SchemaTab.hpp
- /github/workspace/dunedaq/sourcecode/dbe/apps/SchemaEditor/SchemaTab.cpp