Panda3D
Public Member Functions | Public Attributes | List of all members
DisplayMode Struct Reference

Public Member Functions

bool operator != (const DisplayMode &other) const
 Returns false if these two DisplayModes are identical. More...
 
bool operator== (const DisplayMode &other) const
 Returns true if these two DisplayModes are identical. More...
 
void output (std::ostream &out) const
 

Public Attributes

int bits_per_pixel
 
int fullscreen_only
 
int height
 
int refresh_rate
 
int width
 

Detailed Description

Definition at line 20 of file displayInformation.h.

Member Function Documentation

◆ operator !=()

bool DisplayMode::operator != ( const DisplayMode other) const

Returns false if these two DisplayModes are identical.

Definition at line 41 of file displayInformation.cxx.

References operator==().

◆ operator==()

bool DisplayMode::operator== ( const DisplayMode other) const

Returns true if these two DisplayModes are identical.

Definition at line 30 of file displayInformation.cxx.

Referenced by operator !=().


The documentation for this struct was generated from the following files: