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

Public Member Functions | |
ofAppNoWindow () | |
~ofAppNoWindow () | |
void | run (ofBaseApp *appPtr) |
void | setup (const ofWindowSettings &settings) |
void | update () |
void | draw () |
glm::vec2 | getWindowPosition () |
glm::vec2 | getWindowSize () |
glm::vec2 | getScreenSize () |
int | getWidth () |
int | getHeight () |
ofCoreEvents & | events () |
std::shared_ptr< ofBaseRenderer > & | renderer () |
![]() | |
ofAppBaseWindow () | |
virtual | ~ofAppBaseWindow () |
virtual bool | getWindowShouldClose () |
virtual void | setWindowShouldClose () |
virtual void | close () |
virtual void | hideCursor () |
virtual void | showCursor () |
virtual void | setWindowPosition (int x, int y) |
virtual void | setWindowShape (int w, int h) |
virtual void | setOrientation (ofOrientation orientation) |
virtual ofOrientation | getOrientation () |
virtual bool | doesHWOrientation () |
virtual void | setWindowTitle (std::string title) |
virtual ofWindowMode | getWindowMode () |
virtual void | setFullscreen (bool fullscreen) |
virtual void | toggleFullscreen () |
virtual void | enableSetupScreen () |
virtual void | disableSetupScreen () |
virtual void | setVerticalSync (bool enabled) |
virtual void | setClipboardString (const std::string &text) |
virtual std::string | getClipboardString () |
virtual void | makeCurrent () |
virtual void | swapBuffers () |
virtual void | startRender () |
virtual void | finishRender () |
virtual void * | getWindowContext () |
Static Public Member Functions | |
static bool | doesLoop () |
static bool | allowsMultiWindow () |
static void | loop () |
static bool | needsPolling () |
static void | pollEvents () |
static void | exitApp () |
Constructor & Destructor Documentation
◆ ofAppNoWindow()
ofAppNoWindow::ofAppNoWindow | ( | ) |
◆ ~ofAppNoWindow()
|
inline |
Member Function Documentation
◆ allowsMultiWindow()
|
inlinestatic |
◆ doesLoop()
|
inlinestatic |
◆ draw()
|
virtual |
Implements ofAppBaseWindow.
◆ events()
|
virtual |
Implements ofAppBaseWindow.
◆ exitApp()
|
static |
◆ getHeight()
|
virtual |
Reimplemented from ofAppBaseWindow.
◆ getScreenSize()
|
virtual |
Reimplemented from ofAppBaseWindow.
◆ getWidth()
|
virtual |
Reimplemented from ofAppBaseWindow.
◆ getWindowPosition()
|
virtual |
Reimplemented from ofAppBaseWindow.
◆ getWindowSize()
|
virtual |
Reimplemented from ofAppBaseWindow.
◆ loop()
|
inlinestatic |
◆ needsPolling()
|
inlinestatic |
◆ pollEvents()
|
inlinestatic |
◆ renderer()
|
virtual |
Implements ofAppBaseWindow.
◆ run()
void ofAppNoWindow::run | ( | ofBaseApp * | appPtr | ) |
◆ setup()
|
virtual |
Implements ofAppBaseWindow.
◆ update()
|
virtual |
listen for escape
Implements ofAppBaseWindow.
The documentation for this class was generated from the following files:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/app/ofAppNoWindow.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/app/ofAppNoWindow.cpp