Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ResolutionDescClass Class Reference

#include <rddesc.h>

Public Member Functions

 ResolutionDescClass (void)
 
 ResolutionDescClass (int w, int h, int bits)
 
bool operator== (const ResolutionDescClass &src)
 
bool operator!= (const ResolutionDescClass &src)
 

Public Attributes

int Width
 
int Height
 
int BitDepth
 
int RefreshRate
 

Detailed Description

Definition at line 50 of file rddesc.h.

Constructor & Destructor Documentation

◆ ResolutionDescClass() [1/2]

ResolutionDescClass::ResolutionDescClass ( void )
inline

Definition at line 53 of file rddesc.h.

◆ ResolutionDescClass() [2/2]

ResolutionDescClass::ResolutionDescClass ( int w,
int h,
int bits )
inline

Definition at line 54 of file rddesc.h.

Member Function Documentation

◆ operator!=()

bool ResolutionDescClass::operator!= ( const ResolutionDescClass & src)
inline

Definition at line 56 of file rddesc.h.

◆ operator==()

bool ResolutionDescClass::operator== ( const ResolutionDescClass & src)
inline

Definition at line 55 of file rddesc.h.

Member Data Documentation

◆ BitDepth

int ResolutionDescClass::BitDepth

Definition at line 60 of file rddesc.h.

◆ Height

int ResolutionDescClass::Height

Definition at line 59 of file rddesc.h.

◆ RefreshRate

int ResolutionDescClass::RefreshRate

Definition at line 61 of file rddesc.h.

◆ Width

int ResolutionDescClass::Width

Definition at line 58 of file rddesc.h.


The documentation for this class was generated from the following file: