This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBaseApp Member List
This is the complete list of members for ofBaseApp, including all inherited members.
audioIn(ofSoundBuffer &buffer) | ofBaseSoundInput | virtual |
audioIn(float *input, int bufferSize, int nChannels, int deviceID, long unsigned long tickCount) | ofBaseSoundInput | virtual |
audioIn(float *input, int bufferSize, int nChannels) | ofBaseSoundInput | virtual |
audioOut(ofSoundBuffer &buffer) | ofBaseSoundOutput | virtual |
audioOut(float *output, int bufferSize, int nChannels, int deviceID, long unsigned long tickCount) | ofBaseSoundOutput | virtual |
audioOut(float *output, int bufferSize, int nChannels) | ofBaseSoundOutput | virtual |
audioReceived(float *input, int bufferSize, int nChannels) | ofBaseSoundInput | inlinevirtual |
audioRequested(float *output, int bufferSize, int nChannels) | ofBaseSoundOutput | inlinevirtual |
dragEvent(ofDragInfo dragInfo) | ofBaseApp | virtual |
dragged(ofDragInfo &drag) | ofBaseApp | virtual |
draw() | ofBaseApp | virtual |
draw(ofEventArgs &args) | ofBaseApp | virtual |
exit() | ofBaseApp | virtual |
exit(ofEventArgs &args) | ofBaseApp | virtual |
gotMessage(ofMessage msg) | ofBaseApp | virtual |
keyPressed(int key) | ofBaseApp | virtual |
keyPressed(ofKeyEventArgs &key) | ofBaseApp | virtual |
keyReleased(int key) | ofBaseApp | virtual |
keyReleased(ofKeyEventArgs &key) | ofBaseApp | virtual |
messageReceived(ofMessage &message) | ofBaseApp | virtual |
mouseDragged(int x, int y, int button) | ofBaseApp | virtual |
mouseDragged(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseEntered(int x, int y) | ofBaseApp | virtual |
mouseEntered(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseExited(int x, int y) | ofBaseApp | virtual |
mouseExited(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseMoved(int x, int y) | ofBaseApp | virtual |
mouseMoved(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mousePressed(int x, int y, int button) | ofBaseApp | virtual |
mousePressed(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseReleased(int x, int y, int button) | ofBaseApp | virtual |
mouseReleased(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseScrolled(int x, int y, float scrollX, float scrollY) | ofBaseApp | virtual |
mouseScrolled(ofMouseEventArgs &mouse) | ofBaseApp | virtual |
mouseX | ofBaseApp | |
mouseY | ofBaseApp | |
ofBaseApp() | ofBaseApp | |
setup() | ofBaseApp | virtual |
setup(ofEventArgs &args) | ofBaseApp | virtual |
touchCancelled(int x, int y, int id) | ofBaseApp | virtual |
touchCancelled(ofTouchEventArgs &touch) | ofBaseApp | virtual |
touchDoubleTap(int x, int y, int id) | ofBaseApp | virtual |
touchDoubleTap(ofTouchEventArgs &touch) | ofBaseApp | virtual |
touchDown(int x, int y, int id) | ofBaseApp | virtual |
touchDown(ofTouchEventArgs &touch) | ofBaseApp | virtual |
touchMoved(int x, int y, int id) | ofBaseApp | virtual |
touchMoved(ofTouchEventArgs &touch) | ofBaseApp | virtual |
touchUp(int x, int y, int id) | ofBaseApp | virtual |
touchUp(ofTouchEventArgs &touch) | ofBaseApp | virtual |
update() | ofBaseApp | virtual |
update(ofEventArgs &args) | ofBaseApp | virtual |
windowResized(int w, int h) | ofBaseApp | virtual |
windowResized(ofResizeEventArgs &resize) | ofBaseApp | virtual |
~ofBaseApp() | ofBaseApp | virtual |
~ofBaseSoundInput() | ofBaseSoundInput | inlinevirtual |
~ofBaseSoundOutput() | ofBaseSoundOutput | inlinevirtual |