, including all inherited members.
App() | cinder::app::App | |
console() | cinder::app::App | |
copyWindowSurface() | cinder::app::App | |
copyWindowSurface(const Area &area) | cinder::app::App | |
draw() | cinder::app::App | [virtual] |
executeLaunch(AppScreenSaver *app, class Renderer *renderer, const char *title) | cinder::app::AppScreenSaver | [static] |
executeLaunch(AppScreenSaver *app, class Renderer *renderer, const char *title,::HWND hwnd) | cinder::app::AppScreenSaver | [static] |
fileDrop(FileDropEvent event) | cinder::app::App | [virtual] |
get() | cinder::app::App | [static] |
getAppPath() | cinder::app::AppScreenSaver | [virtual] |
getAverageFps() const | cinder::app::App | |
getElapsedFrames() const | cinder::app::App | |
getElapsedSeconds() const | cinder::app::App | |
getFolderPath(const std::string &initialPath="") | cinder::app::App | |
getFpsSampleInterval() const | cinder::app::App | |
getFrameRate() const | cinder::app::AppScreenSaver | [virtual] |
getImpl() | cinder::app::AppScreenSaver | |
getOpenFilePath(const std::string &initialPath="", std::vector< std::string > extensions=std::vector< std::string >()) | cinder::app::App | |
getRenderer() const | cinder::app::App | |
getResourcePath(const std::string &rsrcRelativePath) | cinder::app::App | [static] |
getResourcePath() | cinder::app::App | [static] |
getSaveFilePath(const std::string &initialPath="", std::vector< std::string > extensions=std::vector< std::string >()) | cinder::app::App | |
getSettings() const | cinder::app::AppScreenSaver | [virtual] |
getsWindowsPaintEvents() | cinder::app::AppScreenSaver | [virtual] |
getWindowAspectRatio() const | cinder::app::App | |
getWindowBounds() const | cinder::app::App | |
getWindowCenter() const | cinder::app::App | |
getWindowHeight() const | cinder::app::AppScreenSaver | [virtual] |
getWindowSize() const | cinder::app::App | |
getWindowWidth() const | cinder::app::AppScreenSaver | [virtual] |
isFullScreen() const | cinder::app::AppScreenSaver | [virtual] |
keyDown(KeyEvent event) | cinder::app::App | [virtual] |
keyUp(KeyEvent event) | cinder::app::App | [virtual] |
launch(const char *title, int argc, char *const argv[]) | cinder::app::AppScreenSaver | |
launch(::HWND hwnd) | cinder::app::AppScreenSaver | |
loadResource(const std::string &macPath, int mswID, const std::string &mswType) | cinder::app::App | [static] |
loadResource(const std::string &macPath) | cinder::app::App | [static] |
loadResource(int mswID, const std::string &mswType) | cinder::app::App | [static] |
mouseDown(MouseEvent event) | cinder::app::App | [virtual] |
mouseDrag(MouseEvent event) | cinder::app::App | [virtual] |
mouseMove(MouseEvent event) | cinder::app::App | [virtual] |
mouseUp(MouseEvent event) | cinder::app::App | [virtual] |
mouseWheel(MouseEvent event) | cinder::app::App | [virtual] |
prepareSettings(Settings *settings) | cinder::app::AppScreenSaver | [virtual] |
privateSetImpl__(void *impl) | cinder::app::AppScreenSaver | |
quit() | cinder::app::AppScreenSaver | [virtual] |
receivesEvents() const | cinder::app::AppScreenSaver | [virtual] |
registerFileDrop(std::function< bool(FileDropEvent)> callback) | cinder::app::App | |
registerFileDrop(T *obj, bool(T::*callback)(FileDropEvent)) | cinder::app::App | |
registerKeyDown(std::function< bool(KeyEvent)> callback) | cinder::app::App | |
registerKeyDown(T *obj, bool(T::*callback)(KeyEvent)) | cinder::app::App | |
registerKeyUp(std::function< bool(KeyEvent)> callback) | cinder::app::App | |
registerKeyUp(T *obj, bool(T::*callback)(KeyEvent)) | cinder::app::App | |
registerMouseDown(std::function< bool(MouseEvent)> callback) | cinder::app::App | |
registerMouseDown(T *obj, bool(T::*callback)(MouseEvent)) | cinder::app::App | |
registerMouseDrag(std::function< bool(MouseEvent)> callback) | cinder::app::App | |
registerMouseDrag(T *obj, bool(T::*callback)(MouseEvent)) | cinder::app::App | |
registerMouseMove(std::function< bool(MouseEvent)> callback) | cinder::app::App | |
registerMouseMove(T *obj, bool(T::*callback)(MouseEvent)) | cinder::app::App | |
registerMouseUp(std::function< bool(MouseEvent)> callback) | cinder::app::App | |
registerMouseUp(T *obj, bool(T::*callback)(MouseEvent)) | cinder::app::App | |
registerMouseWheel(std::function< bool(MouseEvent)> callback) | cinder::app::App | |
registerMouseWheel(T *obj, bool(T::*callback)(MouseEvent)) | cinder::app::App | |
registerResize(std::function< bool(ResizeEvent)> callback) | cinder::app::App | |
registerResize(T *obj, bool(T::*callback)(ResizeEvent)) | cinder::app::App | |
resize(ResizeEvent event) | cinder::app::App | [virtual] |
restoreWindowContext() | cinder::app::App | |
setFpsSampleInterval(double sampleInterval) | cinder::app::App | |
setFrameRate(float frameRate) | cinder::app::AppScreenSaver | [virtual] |
setFullScreen(bool fullScreen) | cinder::app::AppScreenSaver | [virtual] |
setup() | cinder::app::App | [virtual] |
setWindowHeight(int windowHeight) | cinder::app::AppScreenSaver | [virtual] |
setWindowSize(int windowWidth, int windowHeight) | cinder::app::AppScreenSaver | [virtual] |
cinder::app::App::setWindowSize(const Vec2i &size) | cinder::app::App | |
setWindowWidth(int windowWidth) | cinder::app::AppScreenSaver | [virtual] |
shutdown() | cinder::app::App | [virtual] |
unregisterFileDrop(CallbackId id) | cinder::app::App | |
unregisterKeyDown(CallbackId id) | cinder::app::App | |
unregisterKeyUp(CallbackId id) | cinder::app::App | |
unregisterMouseDown(CallbackId id) | cinder::app::App | |
unregisterMouseDrag(CallbackId id) | cinder::app::App | |
unregisterMouseMove(CallbackId id) | cinder::app::App | |
unregisterMouseUp(CallbackId id) | cinder::app::App | |
unregisterMouseWheel(CallbackId id) | cinder::app::App | |
unregisterResize(CallbackId id) | cinder::app::App | |
update() | cinder::app::App | [virtual] |
~App() | cinder::app::App | [virtual] |