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 <ofAppNoWindow.h>

Inheritance diagram for ofAppNoWindow:
ofAppBaseWindow

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 ()
 
ofCoreEventsevents ()
 
std::shared_ptr< ofBaseRenderer > & renderer ()
 
- Public Member Functions inherited from ofAppBaseWindow
 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()

ofAppNoWindow::~ofAppNoWindow ( )
inline

Member Function Documentation

◆ allowsMultiWindow()

static bool ofAppNoWindow::allowsMultiWindow ( )
inlinestatic

◆ doesLoop()

static bool ofAppNoWindow::doesLoop ( )
inlinestatic

◆ draw()

void ofAppNoWindow::draw ( )
virtual

Implements ofAppBaseWindow.

◆ events()

ofCoreEvents & ofAppNoWindow::events ( )
virtual

Implements ofAppBaseWindow.

◆ exitApp()

void ofAppNoWindow::exitApp ( )
static

◆ getHeight()

int ofAppNoWindow::getHeight ( )
virtual

Reimplemented from ofAppBaseWindow.

◆ getScreenSize()

glm::vec2 ofAppNoWindow::getScreenSize ( )
virtual

Reimplemented from ofAppBaseWindow.

◆ getWidth()

int ofAppNoWindow::getWidth ( )
virtual

Reimplemented from ofAppBaseWindow.

◆ getWindowPosition()

glm::vec2 ofAppNoWindow::getWindowPosition ( )
virtual

Reimplemented from ofAppBaseWindow.

◆ getWindowSize()

glm::vec2 ofAppNoWindow::getWindowSize ( )
virtual

Reimplemented from ofAppBaseWindow.

◆ loop()

static void ofAppNoWindow::loop ( )
inlinestatic

◆ needsPolling()

static bool ofAppNoWindow::needsPolling ( )
inlinestatic

◆ pollEvents()

static void ofAppNoWindow::pollEvents ( )
inlinestatic

◆ renderer()

std::shared_ptr< ofBaseRenderer > & ofAppNoWindow::renderer ( )
virtual

Implements ofAppBaseWindow.

◆ run()

void ofAppNoWindow::run ( ofBaseApp appPtr)

◆ setup()

void ofAppNoWindow::setup ( const ofWindowSettings settings)
virtual

Implements ofAppBaseWindow.

◆ update()

void ofAppNoWindow::update ( )
virtual

listen for escape

Implements ofAppBaseWindow.


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