This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofWindowSettings Class Reference
#include <ofWindowSettings.h>
Inheritance diagram for ofWindowSettings:

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()
|
inline |
◆ ~ofWindowSettings()
|
inlinevirtual |
Member Function Documentation
◆ getHeight()
|
inline |
◆ getPosition()
|
inline |
◆ getWidth()
|
inline |
◆ isPositionSet()
|
inline |
◆ isSizeSet()
|
inline |
◆ setPosition()
|
inline |
◆ setSize()
|
inline |
Member Data Documentation
◆ height
|
protected |
◆ position
|
protected |
◆ positionSet
|
protected |
◆ sizeSet
|
protected |
◆ title
std::string ofWindowSettings::title |
◆ width
|
protected |
◆ windowMode
ofWindowMode ofWindowSettings::windowMode |
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/app/ofWindowSettings.h