Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.6.3
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
u
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
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
n
o
r
s
t
u
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.cpp
1
2
#include <Gui/Timeline/HelpDialog.hpp>
3
4
#include "ui_HelpDialog.h"
5
6
namespace
Ra::Gui {
7
8
HelpDialog::HelpDialog( QWidget* parent ) : QDialog( parent ), ui( new Ui::HelpDialog ) {
9
ui->setupUi(
this
);
10
}
11
12
HelpDialog::~HelpDialog() {
13
delete
ui;
14
}
15
16
void
HelpDialog::reject() {
17
emit closed();
18
QDialog::reject();
19
}
20
21
}
// namespace Ra::Gui
src
Gui
Timeline
HelpDialog.cpp
Generated by
1.12.0