CG_Labs
2020.0
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
c
d
e
f
g
i
k
l
m
o
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Members
All
_
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
f
g
i
l
n
p
r
s
t
u
w
~
Variables
_
b
c
d
f
i
l
m
n
p
r
s
t
v
w
x
y
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
a
b
d
e
f
g
i
j
l
m
p
r
s
t
Functions
Variables
Typedefs
Enumerations
Macros
a
b
d
e
f
g
i
j
l
m
p
r
s
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
Bonobo.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
core/Log.h
"
4
#include "
core/LogView.h
"
5
#include "
core/WindowManager.hpp
"
6
7
class
Bonobo
{
8
public
:
9
Bonobo
();
10
~Bonobo
();
11
WindowManager
&
GetWindowManager
() noexcept;
12
13
private
:
14
struct
LogWrapper
{
15
LogWrapper
();
16
~LogWrapper
();
17
}
logWrapper
;
18
WindowManager
windowManager
;
19
struct
LogViewWrapper
{
20
LogViewWrapper
();
21
~LogViewWrapper
();
22
}
logViewWrapper
;
23
};
Bonobo::LogViewWrapper::~LogViewWrapper
~LogViewWrapper()
Definition:
Bonobo.cpp:32
Bonobo::LogViewWrapper
Definition:
Bonobo.h:19
Bonobo::logWrapper
struct Bonobo::LogWrapper logWrapper
LogView.h
Bonobo::LogWrapper::LogWrapper
LogWrapper()
Definition:
Bonobo.cpp:17
Log.h
Bonobo::LogWrapper::~LogWrapper
~LogWrapper()
Definition:
Bonobo.cpp:22
Bonobo::logViewWrapper
struct Bonobo::LogViewWrapper logViewWrapper
Bonobo::GetWindowManager
WindowManager & GetWindowManager() noexcept
Definition:
Bonobo.cpp:12
WindowManager.hpp
Bonobo::windowManager
WindowManager windowManager
Definition:
Bonobo.h:18
WindowManager
A simple class for creating and interacting with windows, using the GLFW library.
Definition:
WindowManager.hpp:21
Bonobo
Definition:
Bonobo.h:7
Bonobo::LogViewWrapper::LogViewWrapper
LogViewWrapper()
Definition:
Bonobo.cpp:27
Bonobo::~Bonobo
~Bonobo()
Definition:
Bonobo.cpp:8
Bonobo::LogWrapper
Definition:
Bonobo.h:14
Bonobo::Bonobo
Bonobo()
Definition:
Bonobo.cpp:4
Generated by
1.8.18