reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofGLWindowSettings Class Reference

#include <ofWindowSettings.h>

Inheritance diagram for ofGLWindowSettings:
ofWindowSettings ofGLFWWindowSettings

Public Member Functions

 ofGLWindowSettings ()
 
 ofGLWindowSettings (const ofWindowSettings &settings)
 
virtual ~ofGLWindowSettings ()
 
void setGLVersion (int major, int minor)
 
- Public Member Functions inherited from ofWindowSettings
 ofWindowSettings ()
 
virtual ~ofWindowSettings ()
 
void setPosition (const glm::vec2 &position)
 
void setSize (int width, int height)
 
bool isSizeSet () const
 
int getWidth () const
 
int getHeight () const
 
const glm::vec2 & getPosition () const
 
bool isPositionSet () const
 

Public Attributes

int glVersionMajor
 
int glVersionMinor
 
- Public Attributes inherited from ofWindowSettings
std::string title
 
ofWindowMode windowMode
 

Additional Inherited Members

- Protected Attributes inherited from ofWindowSettings
int width
 
int height
 
bool sizeSet
 
glm::vec2 position
 
bool positionSet
 

Constructor & Destructor Documentation

◆ ofGLWindowSettings() [1/2]

ofGLWindowSettings::ofGLWindowSettings ( )
inline

◆ ofGLWindowSettings() [2/2]

ofGLWindowSettings::ofGLWindowSettings ( const ofWindowSettings settings)
inline

◆ ~ofGLWindowSettings()

virtual ofGLWindowSettings::~ofGLWindowSettings ( )
inlinevirtual

Member Function Documentation

◆ setGLVersion()

void ofGLWindowSettings::setGLVersion ( int  major,
int  minor 
)
inline

Member Data Documentation

◆ glVersionMajor

int ofGLWindowSettings::glVersionMajor

◆ glVersionMinor

int ofGLWindowSettings::glVersionMinor

The documentation for this class was generated from the following file: