From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- classyage_1_1Window.html | 169 +++++++++++++++++++++++++++-------------------- 1 file changed, 99 insertions(+), 70 deletions(-) (limited to 'classyage_1_1Window.html') diff --git a/classyage_1_1Window.html b/classyage_1_1Window.html index 2148ba1b..6f3192e8 100644 --- a/classyage_1_1Window.html +++ b/classyage_1_1Window.html @@ -3,22 +3,23 @@ - - + YAGE: yage::Window Class Reference - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,43 @@
- + - - - - + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -101,38 +126,40 @@ 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...
-  +void create (std::string window_name, int width, int height) + 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...
  +bool shouldClose () +  +void pollEvents () const +  - +

Private Attributes

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

Constructor & Destructor Documentation

- -

◆ Window() [1/3]

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

◆ Window() [2/3]

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

◆ Window() [3/3]

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

◆ ~Window()

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

Member Function Documentation

- -

◆ clearBuffer()

- +
@@ -242,16 +261,14 @@ Private Attributes - -

◆ create()

- +
- + @@ -264,13 +281,7 @@ Private Attributes - - - - - - - + @@ -282,9 +293,7 @@ Private Attributes - -

◆ hide()

- +
void yage::Window::create (const std::string & std::string  window_name,
int height,
unsigned flags = WindowFlags::SHOWN height 
@@ -299,9 +308,7 @@ Private Attributes - -

◆ operator=() [1/2]

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

◆ operator=() [2/2]

- +
@@ -351,9 +356,37 @@ Private Attributes - -

◆ show()

+ +
+
+
+ + + + + + +
void yage::Window::pollEvents () const
+
+ +
+
+ +
+
+ + + + + + + +
bool yage::Window::shouldClose ()
+
+
+
+
@@ -368,9 +401,7 @@ Private Attributes - -

◆ swapBuffer()

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

Member Data Documentation

- -

◆ window_

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