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 |
Definition at line 20 of file displayInformation.h.
| 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==().
| 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 !=().
1.8.15