From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NL3D__GfxMode.html | 292 ++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__GfxMode.html (limited to 'docs/doxygen/nel/class_NL3D__GfxMode.html') diff --git a/docs/doxygen/nel/class_NL3D__GfxMode.html b/docs/doxygen/nel/class_NL3D__GfxMode.html new file mode 100644 index 00000000..20101dfa --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__GfxMode.html @@ -0,0 +1,292 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::GfxMode Class Reference

A Graphic Mode descriptor. +More... +

+#include <driver.h> +

+List of all members. + + + + + + + + +

Public Methods

 GfxMode (void)
 GfxMode (uint16 w, uint16 h, uint8 d, bool windowed= true)

Public Attributes

bool Windowed
uint16 Width
uint16 Height
uint8 Depth
+


Detailed Description

+A Graphic Mode descriptor. +

+ +

+ +

+Definition at line 70 of file driver.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::GfxMode::GfxMode ( + +void ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file driver.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
+NL3D::GfxMode::GfxMode ( + +uint16 w, +
+uint16 h, +
+uint8 d, +
+bool windowed = true ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 115 of file driver.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+uint8 NL3D::GfxMode::Depth +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file driver.h.

+

+ + + + +
+ + + + + +
+uint16 NL3D::GfxMode::Height +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file driver.h.

+

+ + + + +
+ + + + + +
+uint16 NL3D::GfxMode::Width +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file driver.h.

+

+ + + + +
+ + + + + +
+bool NL3D::GfxMode::Windowed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file driver.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1