#include <ofBaseApp.h>
List of all members.
Public Member Functions |
| ofBaseApp () |
virtual | ~ofBaseApp () |
virtual void | setup () |
virtual void | update () |
virtual void | draw () |
virtual void | exit () |
virtual void | windowResized (int w, int h) |
virtual void | keyPressed (int key) |
virtual void | keyReleased (int key) |
virtual void | mouseMoved (int x, int y) |
virtual void | mouseDragged (int x, int y, int button) |
virtual void | mousePressed (int x, int y, int button) |
virtual void | mouseReleased () |
virtual void | mouseReleased (int x, int y, int button) |
virtual void | audioReceived (float *input, int bufferSize, int nChannels) |
virtual void | audioRequested (float *output, int bufferSize, int nChannels) |
Public Attributes |
int | mouseX |
int | mouseY |
Constructor & Destructor Documentation
ofBaseApp::ofBaseApp |
( |
) |
[inline] |
virtual ofBaseApp::~ofBaseApp |
( |
) |
[inline, virtual] |
Member Function Documentation
virtual void ofBaseApp::audioReceived |
( |
float * |
input, |
|
|
int |
bufferSize, |
|
|
int |
nChannels |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::audioRequested |
( |
float * |
output, |
|
|
int |
bufferSize, |
|
|
int |
nChannels |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::draw |
( |
) |
[inline, virtual] |
virtual void ofBaseApp::exit |
( |
) |
[inline, virtual] |
virtual void ofBaseApp::keyPressed |
( |
int |
key ) |
[inline, virtual] |
virtual void ofBaseApp::keyReleased |
( |
int |
key ) |
[inline, virtual] |
virtual void ofBaseApp::mouseDragged |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
button |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::mouseMoved |
( |
int |
x, |
|
|
int |
y |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::mousePressed |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
button |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::mouseReleased |
( |
) |
[inline, virtual] |
virtual void ofBaseApp::mouseReleased |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
button |
|
) |
| [inline, virtual] |
virtual void ofBaseApp::setup |
( |
) |
[inline, virtual] |
virtual void ofBaseApp::update |
( |
) |
[inline, virtual] |
virtual void ofBaseApp::windowResized |
( |
int |
w, |
|
|
int |
h |
|
) |
| [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: