Public Member Functions | Public Attributes

sp::video::SVideoMode Struct Reference

This structure stores the resolution and color depth for a supported video mode. More...

#include <spVideoModeEnumerator.hpp>

List of all members.

Public Member Functions

 SVideoMode (const dim::size2di &InitResolution=0, s32 InitColorDepth=0)
 SVideoMode (const SVideoMode &Other)
 ~SVideoMode ()
bool operator== (const SVideoMode &Other) const

Public Attributes

dim::size2di Resolution
s32 ColorDepth

Detailed Description

This structure stores the resolution and color depth for a supported video mode.


Constructor & Destructor Documentation

sp::video::SVideoMode::SVideoMode ( const dim::size2di InitResolution = 0,
s32  InitColorDepth = 0 
) [inline]
sp::video::SVideoMode::SVideoMode ( const SVideoMode Other  )  [inline]
sp::video::SVideoMode::~SVideoMode (  )  [inline]

Member Function Documentation

bool sp::video::SVideoMode::operator== ( const SVideoMode Other  )  const [inline]

Member Data Documentation


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