reference

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

#include <ofWindowSettings.h>

Inheritance diagram for ofWindowSettings:
ofGLESWindowSettings ofGLWindowSettings ofAppEGLWindowSettings ofGLFWWindowSettings

Public Member Functions

 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

std::string title
 
ofWindowMode windowMode
 

Protected Attributes

int width
 
int height
 
bool sizeSet
 
glm::vec2 position
 
bool positionSet
 

Constructor & Destructor Documentation

◆ ofWindowSettings()

ofWindowSettings::ofWindowSettings ( )
inline

◆ ~ofWindowSettings()

virtual ofWindowSettings::~ofWindowSettings ( )
inlinevirtual

Member Function Documentation

◆ getHeight()

int ofWindowSettings::getHeight ( ) const
inline

◆ getPosition()

const glm::vec2 & ofWindowSettings::getPosition ( ) const
inline

◆ getWidth()

int ofWindowSettings::getWidth ( ) const
inline

◆ isPositionSet()

bool ofWindowSettings::isPositionSet ( ) const
inline

◆ isSizeSet()

bool ofWindowSettings::isSizeSet ( ) const
inline

◆ setPosition()

void ofWindowSettings::setPosition ( const glm::vec2 &  position)
inline

◆ setSize()

void ofWindowSettings::setSize ( int  width,
int  height 
)
inline

Member Data Documentation

◆ height

int ofWindowSettings::height
protected

◆ position

glm::vec2 ofWindowSettings::position
protected

◆ positionSet

bool ofWindowSettings::positionSet
protected

◆ sizeSet

bool ofWindowSettings::sizeSet
protected

◆ title

std::string ofWindowSettings::title

◆ width

int ofWindowSettings::width
protected

◆ windowMode

ofWindowMode ofWindowSettings::windowMode

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