# 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: