Public Member Functions | Public Attributes

sp::video::SDisplayDevice Struct Reference

This structure stores the name and description of a connected display device. More...

#include <spVideoModeEnumerator.hpp>

List of all members.

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.

Detailed Description

This structure stores the name and description of a connected display device.


Constructor & Destructor Documentation

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]

Member Data Documentation

Name of the monitor.

Name of the video controller (graphics card or on-board graphics).


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines