addAssetDirectory(const fs::path &dirPath) | cinder::app::App | |
App() | cinder::app::App | |
console() | cinder::app::App | |
copyWindowSurface() | cinder::app::App | |
copyWindowSurface(const Area &area) | cinder::app::App | |
dispatchAsync(const std::function< void()> &fn) | cinder::app::App | |
dispatchSync(T fn) | cinder::app::App | |
draw() | cinder::app::App | virtual |
emitDidBecomeActive() | cinder::app::App | |
emitShutdown() | cinder::app::App | |
emitWillResignActive() | cinder::app::App | |
enablePowerManagement(bool powerManagement=true) | cinder::app::App | virtual |
fileDrop(FileDropEvent event) | cinder::app::App | virtual |
findSharedRenderer(RendererRef searchRenderer) const | cinder::app::App | |
get() | cinder::app::App | static |
getActiveTouches() const | cinder::app::App | |
getAppPath() const | cinder::app::AppScreenSaver | virtual |
getAssetPath(const fs::path &relativePath) | cinder::app::App | |
getAverageFps() const | cinder::app::App | |
getDefaultRenderer() const | cinder::app::App | |
getDisplay() const | cinder::app::App | |
getElapsedFrames() const | cinder::app::App | |
getElapsedSeconds() const | cinder::app::App | |
getFolderPath(const fs::path &initialPath="") | cinder::app::App | |
getFpsSampleInterval() const | cinder::app::App | |
getFrameRate() const | cinder::app::AppScreenSaver | virtual |
getMousePos() | cinder::app::App | static |
getNumWindows() const override | cinder::app::AppScreenSaver | virtual |
getOpenFilePath(const fs::path &initialPath="", std::vector< std::string > extensions=std::vector< std::string >()) | cinder::app::App | |
getRenderer() const | cinder::app::App | |
getSaveFilePath(const fs::path &initialPath="", std::vector< std::string > extensions=std::vector< std::string >()) | cinder::app::App | |
getSettings() const | cinder::app::AppScreenSaver | virtual |
getSignalDidBecomeActive() | cinder::app::App | |
getSignalShutdown() | cinder::app::App | |
getSignalUpdate() | cinder::app::App | |
getSignalWillResignActive() | cinder::app::App | |
getWindow() const override | cinder::app::AppScreenSaver | virtual |
getWindowAspectRatio() const | cinder::app::App | |
getWindowBounds() const | cinder::app::App | |
getWindowCenter() const | cinder::app::App | |
getWindowContentScale() const | cinder::app::App | |
getWindowHeight() const | cinder::app::App | |
getWindowIndex(size_t index) const override | cinder::app::AppScreenSaver | virtual |
getWindowPos() const | cinder::app::App | |
getWindowPosX() const | cinder::app::App | |
getWindowPosY() const | cinder::app::App | |
getWindowSize() const | cinder::app::App | |
getWindowWidth() const | cinder::app::App | |
io_service() | cinder::app::App | |
isFullScreen() const | cinder::app::App | |
isPowerManagementEnabled() const | cinder::app::App | virtual |
isPreview() const | cinder::app::AppScreenSaver | |
isPrimaryThread() | cinder::app::App | static |
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(RendererRef defaultRenderer, const char *title, int argc, char *const argv[]) | cinder::app::AppScreenSaver | virtual |
loadAsset(const fs::path &relativePath) | cinder::app::App | |
loadResource(const std::string &macPath, int mswID, const std::string &mswType) | cinder::app::App | static |
mDefaultRenderer | cinder::app::App | protected |
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 |
mPowerManagement | cinder::app::App | protected |
prepareSettings(Settings *settings) | cinder::app::AppScreenSaver | virtual |
quit() | cinder::app::AppScreenSaver | virtual |
receivesEvents() const | cinder::app::AppScreenSaver | virtual |
resize() | cinder::app::App | virtual |
restoreWindowContext() | cinder::app::App | |
setFpsSampleInterval(double sampleInterval) | cinder::app::App | |
setFrameRate(float frameRate) | cinder::app::AppScreenSaver | virtual |
setFullScreen(bool aFullScreen, const FullScreenOptions &options=FullScreenOptions()) | cinder::app::App | |
setup() | cinder::app::App | virtual |
setWindowPos(int x, int y) | cinder::app::App | |
setWindowPos(const Vec2i &windowPos) | cinder::app::App | virtual |
setWindowSize(int windowWidth, int windowHeight) | cinder::app::App | |
setWindowSize(const Vec2i &size) | cinder::app::App | |
shutdown() | cinder::app::App | virtual |
timeline() | cinder::app::App | |
touchesBegan(TouchEvent event) | cinder::app::App | virtual |
touchesEnded(TouchEvent event) | cinder::app::App | virtual |
touchesMoved(TouchEvent event) | cinder::app::App | virtual |
update() | cinder::app::App | virtual |
~App() | cinder::app::App | virtual |