This structure stores the name and description of a connected display device. More...
#include <spVideoModeEnumerator.hpp>
Public Member Functions | |
| SDisplayDevice () | |
| SDisplayDevice (const io::stringc &InitVideoController, const io::stringc &InitMonitor) | |
| SDisplayDevice (const SDisplayDevice &Other) | |
| ~SDisplayDevice () | |
Public Attributes | |
| io::stringc | VideoController |
| Name of the video controller (graphics card or on-board graphics). | |
| io::stringc | Monitor |
| Name of the monitor. | |
This structure stores the name and description of a connected display device.
| sp::video::SDisplayDevice::SDisplayDevice | ( | ) | [inline] |
| sp::video::SDisplayDevice::SDisplayDevice | ( | const io::stringc & | InitVideoController, | |
| const io::stringc & | InitMonitor | |||
| ) | [inline] |
| sp::video::SDisplayDevice::SDisplayDevice | ( | const SDisplayDevice & | Other | ) | [inline] |
| sp::video::SDisplayDevice::~SDisplayDevice | ( | ) | [inline] |
Name of the monitor.
Name of the video controller (graphics card or on-board graphics).
1.7.1