This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofAppBaseWindow.h
Go to the documentation of this file.
Definition ofAppBaseWindow.h:117
virtual void setup(const ofGLESWindowSettings &settings)=0
void setup(const ofWindowSettings &settings)
Definition ofAppBaseWindow.h:121
virtual ~ofAppBaseGLESWindow()
Definition ofAppBaseWindow.h:119
Definition ofAppBaseWindow.h:103
void setup(const ofWindowSettings &settings)
Definition ofAppBaseWindow.h:107
virtual void setup(const ofGLWindowSettings &settings)=0
Definition ofAppBaseWindow.h:21
virtual void setWindowPosition(int x, int y)
Definition ofAppBaseWindow.h:41
virtual void update()=0
virtual void setVerticalSync(bool enabled)
Definition ofAppBaseWindow.h:66
virtual ofCoreEvents & events()=0
virtual void setClipboardString(const std::string &text)
Definition ofAppBaseWindow.h:67
virtual void setFullscreen(bool fullscreen)
Definition ofAppBaseWindow.h:60
virtual std::shared_ptr< ofBaseRenderer > & renderer()=0
virtual void setWindowTitle(std::string title)
Definition ofAppBaseWindow.h:56
virtual glm::vec2 getWindowPosition()
Definition ofAppBaseWindow.h:44
virtual bool getWindowShouldClose()
Definition ofAppBaseWindow.h:30
virtual void draw()=0
virtual void setWindowShouldClose()
Definition ofAppBaseWindow.h:33
virtual std::string getClipboardString()
Definition ofAppBaseWindow.h:68
virtual void setOrientation(ofOrientation orientation)
Definition ofAppBaseWindow.h:48
virtual ofOrientation getOrientation()
Definition ofAppBaseWindow.h:49
virtual void setup(const ofWindowSettings &settings)=0
virtual void setWindowShape(int w, int h)
Definition ofAppBaseWindow.h:42
Definition ofBaseApp.h:14
Definition ofEvents.h:326
Definition ofWindowSettings.h:120
Definition ofWindowSettings.h:92
Definition ofWindowSettings.h:38
ofOrientation
Used to represent the available screen orientations.
Definition ofWindowSettings.h:25
@ OF_ORIENTATION_DEFAULT
Represents the default screen orientation.
Definition ofWindowSettings.h:27
ofWindowMode
Used to represent the available windowing modes for the application.
Definition ofWindowSettings.h:8