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
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
};
14
class
SimpleWindowFactory
:
public
Ra::Gui::BaseApplication::WindowFactory {
…
};
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
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
Gui
RadiumWindow
SimpleWindowFactory.hpp
Generated by
1.12.0