#include <ofAppBaseWindow.h>
List of all members.
Constructor & Destructor Documentation
ofAppBaseWindow::ofAppBaseWindow |
( |
) |
[inline] |
virtual ofAppBaseWindow::~ofAppBaseWindow |
( |
) |
[inline, virtual] |
Member Function Documentation
virtual void ofAppBaseWindow::disableSetupScreen |
( |
) |
[inline, virtual] |
virtual void ofAppBaseWindow::enableSetupScreen |
( |
) |
[inline, virtual] |
virtual int ofAppBaseWindow::getFrameNum |
( |
) |
[inline, virtual] |
virtual float ofAppBaseWindow::getFrameRate |
( |
) |
[inline, virtual] |
virtual ofPoint ofAppBaseWindow::getScreenSize |
( |
) |
[inline, virtual] |
virtual int ofAppBaseWindow::getWindowMode |
( |
) |
[inline, virtual] |
virtual ofPoint ofAppBaseWindow::getWindowPosition |
( |
) |
[inline, virtual] |
virtual ofPoint ofAppBaseWindow::getWindowSize |
( |
) |
[inline, virtual] |
virtual void ofAppBaseWindow::hideCursor |
( |
) |
[inline, virtual] |
virtual void ofAppBaseWindow::initializeWindow |
( |
) |
[inline, virtual] |
virtual void ofAppBaseWindow::runAppViaInfiniteLoop |
( |
ofBaseApp * |
appPtr ) |
[inline, virtual] |
virtual void ofAppBaseWindow::setFrameRate |
( |
float |
targetRate ) |
[inline, virtual] |
virtual void ofAppBaseWindow::setFullscreen |
( |
bool |
fullscreen ) |
[inline, virtual] |
virtual void ofAppBaseWindow::setupOpenGL |
( |
int |
w, |
|
|
int |
h, |
|
|
int |
screenMode |
|
) |
| [inline, virtual] |
virtual void ofAppBaseWindow::setWindowPosition |
( |
int |
x, |
|
|
int |
y |
|
) |
| [inline, virtual] |
virtual void ofAppBaseWindow::setWindowShape |
( |
int |
w, |
|
|
int |
h |
|
) |
| [inline, virtual] |
virtual void ofAppBaseWindow::setWindowTitle |
( |
string |
title ) |
[inline, virtual] |
virtual void ofAppBaseWindow::showCursor |
( |
) |
[inline, virtual] |
virtual void ofAppBaseWindow::toggleFullscreen |
( |
) |
[inline, virtual] |
The documentation for this class was generated from the following file: