From 9fb4ab106f17290faf65146d4b005885507c1900 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 19 May 2018 14:24:37 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1Engine.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'classyage_1_1Engine.html') diff --git a/classyage_1_1Engine.html b/classyage_1_1Engine.html index 821898f5..8803408d 100644 --- a/classyage_1_1Engine.html +++ b/classyage_1_1Engine.html @@ -101,9 +101,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); More...

#include <engine.h>

+
+Inheritance diagram for yage::Engine:
+
+
+ + +yage::NonCopyable + +
+ + @@ -113,16 +124,65 @@ Public Member Functions + + +

Public Member Functions

 ~Engine ()
 
void init ()
 Initialize window and other aspects of the engine. More...
 
void update ()
 Updates the systems. More...
 
void addSpace (std::unique_ptr< Space > space)
 Add spaces to the engine. More...
 
+

Static Public Member Functions

static Engineinstance ()
 Returns the instance of the engine, as there is only one instance of the engine. More...
 
+ + + + + + + + + +

+Additional Inherited Members

- Protected Member Functions inherited from yage::NonCopyable
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 

Detailed Description

Main engine class that contains a systems, the main loop and the update function that updates all the systems.

-

Member Function Documentation

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
yage::Engine::~Engine ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void yage::Engine::addSpace (std::unique_ptr< Spacespace)
+
+ +

Add spaces to the engine.

+ +
+
@@ -206,7 +266,7 @@ Static Public Member Functions
-- cgit