Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.23
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
HelpDialog.hpp
1
#pragma once
2
#include <QDialog>
3
4
namespace
Ui {
5
class
HelpDialog;
6
}
// namespace Ui
7
8
namespace
Ra::Gui {
9
11
class
HelpDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
HelpDialog
( QWidget* parent =
nullptr
);
17
~HelpDialog
();
18
19
signals:
20
void
closed();
21
22
public
slots:
23
void
reject()
override
;
24
25
private
:
26
Ui::HelpDialog* ui;
27
};
11
class
HelpDialog
:
public
QDialog {
…
};
28
29
}
// namespace Ra::Gui
Ra::Gui::HelpDialog
Dialog to display navigation/interaction controls.
Definition
HelpDialog.hpp:12
src
Gui
Timeline
HelpDialog.hpp
Generated by
1.12.0