Version: 3.3.0
vidmode.h File Reference

Classes

struct  wxVideoMode
 Determines the sizes and locations of displays connected to the system. More...
 

Typedefs

using wxArrayVideoModes = std::vector< wxVideoMode >
 A vector of video modes. More...
 

Variables

const wxVideoMode wxDefaultVideoMode
 A global wxVideoMode instance used by wxDisplay. More...
 

Typedef Documentation

◆ wxArrayVideoModes

using wxArrayVideoModes = std::vector<wxVideoMode>

A vector of video modes.

This class is actually a legacy container (see Container Classes for more details), but it can, and should be, handled as just a vector of wxVideoMode objects in the application code.

Variable Documentation

◆ wxDefaultVideoMode

const wxVideoMode wxDefaultVideoMode

A global wxVideoMode instance used by wxDisplay.