From 0e5a826935cd1e5ef1e3061d029e2aafea038f47 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 26 Sep 2017 14:18:22 +0100 Subject: Adding --- classyage_1_1Window.html | 123 +++++++++++++++++++++++------------------------ 1 file changed, 61 insertions(+), 62 deletions(-) (limited to 'classyage_1_1Window.html') diff --git a/classyage_1_1Window.html b/classyage_1_1Window.html index 785ff31d..2148ba1b 100644 --- a/classyage_1_1Window.html +++ b/classyage_1_1Window.html @@ -3,23 +3,22 @@ - + + YAGE: yage::Window Class Reference + + - @@ -28,7 +27,7 @@ -
+
YAGE  v0.1.1
@@ -39,43 +38,19 @@
- + - - + + + +
+
@@ -126,36 +101,38 @@ Public Member Functions  Window (Window &&)=delete    ~Window () - destroys the window handle More...
+ destroys the window handle More...
  Windowoperator= (const Window &)=delete   Windowoperator= (Window &&)=delete   void create (const std::string &window_name, int width, int height, unsigned flags=WindowFlags::SHOWN) - create the window, initialize the handle and update the width and height More...
+ create the window, initialize the handle and update the width and height More...
  void swapBuffer () - swap the buffer More...
+ swap the buffer More...
  void clearBuffer () - clear buffer More...
+ clear buffer More...
  void hide () - hide windowProc More...
+ hide windowProc More...
  void show () - show window More...
+ show window More...
  - +

Private Attributes

GLFWwindow * window_ = nullptr
 window handle More...
 window handle More...
 

Constructor & Destructor Documentation

- + +

◆ Window() [1/3]

+
@@ -178,7 +155,9 @@ Private Attributes - + +

◆ Window() [2/3]

+
@@ -202,7 +181,9 @@ Private Attributes - + +

◆ Window() [3/3]

+
@@ -226,7 +207,9 @@ Private Attributes - + +

◆ ~Window()

+
@@ -242,7 +225,9 @@ Private Attributes

Member Function Documentation

- + +

◆ clearBuffer()

+
@@ -257,7 +242,9 @@ Private Attributes - + +

◆ create()

+
@@ -295,7 +282,9 @@ Private Attributes - + +

◆ hide()

+
@@ -310,7 +299,9 @@ Private Attributes - + +

◆ operator=() [1/2]

+
@@ -334,7 +325,9 @@ Private Attributes - + +

◆ operator=() [2/2]

+
@@ -358,7 +351,9 @@ Private Attributes - + +

◆ show()

+
@@ -373,7 +368,9 @@ Private Attributes - + +

◆ swapBuffer()

+
@@ -389,7 +386,9 @@ Private Attributes

Member Data Documentation

- + +

◆ window_

+
@@ -419,9 +418,9 @@ Private Attributes -- cgit