g4dialog
Loading...
Searching...
No Matches
g4dialog.h
Go to the documentation of this file.
1
#pragma once
2
3
// qt
4
#include <QtWidgets>
5
6
// gemc
7
#include "
gbase.h
"
8
25
class
G4Dialog
:
public
GBase
<G4Dialog>,
public
QWidget
26
{
27
public
:
34
explicit
G4Dialog
(
const
std::shared_ptr<GOptions>& gopt, QWidget* parent =
nullptr
);
35
37
~G4Dialog
()
override
=
default
;
38
};
G4Dialog
Main widget for the G4Dialog module.
Definition
g4dialog.h:26
G4Dialog::~G4Dialog
~G4Dialog() override=default
Destructor (defaulted).
G4Dialog::G4Dialog
G4Dialog(const std::shared_ptr< GOptions > &gopt, QWidget *parent=nullptr)
Construct the main dialog widget.
Definition
g4dialog.cc:6
GBase
gbase.h
g4dialog.h
Generated by
1.10.0