Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
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
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
SimpleWindowFactory.hpp
1
#pragma once
2
#include <Gui/BaseApplication.hpp>
3
#include <Gui/RaGui.hpp>
4
#include <Gui/RadiumWindow/SimpleWindow.hpp>
5
6
namespace
Ra
{
7
namespace
Gui {
8
14
class
SimpleWindowFactory
:
public
Ra::Gui::BaseApplication::WindowFactory
15
{
16
public
:
17
using
Ra::Gui::BaseApplication::WindowFactory::WindowFactory;
18
inline
Ra::Gui::MainWindowInterface
* createMainWindow()
const override
{
19
return
new
SimpleWindow
();
20
}
21
};
22
23
}
// namespace Gui
24
}
// namespace Ra
Ra::Gui::MainWindowInterface
Definition:
MainWindowInterface.hpp:28
Ra::Gui::SimpleWindowFactory
Definition:
SimpleWindowFactory.hpp:15
Ra::Gui::SimpleWindow
Definition:
SimpleWindow.hpp:15
Ra
Definition:
Cage.cpp:3
src
Gui
RadiumWindow
SimpleWindowFactory.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1