Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DisplayMode Struct Reference

#include <pandadoc.hpp>

Public Member Functions

 __init__ ()
 
 __init__ (const DisplayMode)
 
bool operator!= (const DisplayMode other)
 
bool operator== (const DisplayMode other)
 
 output (Ostream out)
 

Public Attributes

int bits_per_pixel
 
int fullscreen_only
 
int height
 
int refresh_rate
 
int width
 

Member Function Documentation

◆ __init__() [1/2]

__init__ ( )

◆ __init__() [2/2]

__init__ ( const DisplayMode )

◆ operator!=()

bool operator!= ( const DisplayMode other)

◆ operator==()

bool operator== ( const DisplayMode other)

◆ output()

output ( Ostream out)

Member Data Documentation

◆ bits_per_pixel

int bits_per_pixel

◆ fullscreen_only

int fullscreen_only

◆ height

int height

◆ refresh_rate

int refresh_rate

◆ width

int width