Public Member Functions

ofAppBaseWindow Class Reference

#include <ofAppBaseWindow.h>

Inheritance diagram for ofAppBaseWindow:
ofAppGlutWindow

List of all members.

Public Member Functions

 ofAppBaseWindow ()
virtual ~ofAppBaseWindow ()
virtual void setupOpenGL (int w, int h, int screenMode)
virtual void initializeWindow ()
virtual void runAppViaInfiniteLoop (ofBaseApp *appPtr)
virtual void hideCursor ()
virtual void showCursor ()
virtual void setWindowPosition (int x, int y)
virtual void setWindowShape (int w, int h)
virtual int getFrameNum ()
virtual float getFrameRate ()
virtual ofPoint getWindowPosition ()
virtual ofPoint getWindowSize ()
virtual ofPoint getScreenSize ()
virtual void setFrameRate (float targetRate)
virtual void setWindowTitle (string title)
virtual int getWindowMode ()
virtual void setFullscreen (bool fullscreen)
virtual void toggleFullscreen ()
virtual void enableSetupScreen ()
virtual void disableSetupScreen ()

Constructor & Destructor Documentation

ofAppBaseWindow::ofAppBaseWindow (  ) [inline]
virtual ofAppBaseWindow::~ofAppBaseWindow (  ) [inline, virtual]

Member Function Documentation

virtual void ofAppBaseWindow::disableSetupScreen (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::enableSetupScreen (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual int ofAppBaseWindow::getFrameNum (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual float ofAppBaseWindow::getFrameRate (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual ofPoint ofAppBaseWindow::getScreenSize (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual int ofAppBaseWindow::getWindowMode (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual ofPoint ofAppBaseWindow::getWindowPosition (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual ofPoint ofAppBaseWindow::getWindowSize (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::hideCursor (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::initializeWindow (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::runAppViaInfiniteLoop ( ofBaseApp appPtr ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setFrameRate ( float  targetRate ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setFullscreen ( bool  fullscreen ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setupOpenGL ( int  w,
int  h,
int  screenMode 
) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setWindowPosition ( int  x,
int  y 
) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setWindowShape ( int  w,
int  h 
) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::setWindowTitle ( string  title ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::showCursor (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.

virtual void ofAppBaseWindow::toggleFullscreen (  ) [inline, virtual]

Reimplemented in ofAppGlutWindow.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines