addAssetDirectory(const fs::path &dirPath) | cinder::app::AppBase | |
AppBase() | cinder::app::AppBase | protected |
AppScreenSaver() | cinder::app::AppScreenSaver | |
cleanup() | cinder::app::AppBase | virtual |
console() | cinder::app::AppBase | |
copyWindowSurface() | cinder::app::AppBase | |
copyWindowSurface(const Area &area) | cinder::app::AppBase | |
createWindow(const Window::Format &format=Window::Format()) override | cinder::app::AppScreenSaver | virtual |
disableFrameRate() override | cinder::app::AppScreenSaver | virtual |
dispatchAsync(const std::function< void()> &fn) | cinder::app::AppBase | |
dispatchSync(T fn) | cinder::app::AppBase | |
doConfigureDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) | cinder::app::AppScreenSaver | static |
draw() | cinder::app::AppBase | virtual |
emitCleanup() | cinder::app::AppBase | |
emitDidBecomeActive() | cinder::app::AppBase | |
emitDisplayChanged(const DisplayRef &display) | cinder::app::AppBase | |
emitDisplayConnected(const DisplayRef &display) | cinder::app::AppBase | |
emitDisplayDisconnected(const DisplayRef &display) | cinder::app::AppBase | |
emitWillResignActive() | cinder::app::AppBase | |
enablePowerManagement(bool powerManagement=true) | cinder::app::AppBase | virtual |
eventHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | cinder::app::AppScreenSaver | |
fileDrop(FileDropEvent event) | cinder::app::AppBase | virtual |
get() | cinder::app::AppBase | static |
getActiveTouches() const | cinder::app::AppBase | |
getAppPath() const | cinder::app::AppBase | |
getAssetPath(const fs::path &relativePath) const | cinder::app::AppBase | |
getAverageFps() const | cinder::app::AppBase | |
getBundle() const | cinder::app::AppScreenSaver | |
getCommandLineArgs() const | cinder::app::AppBase | |
getDefaultRenderer() const | cinder::app::AppBase | |
getDisplay() const | cinder::app::AppBase | |
getElapsedFrames() const | cinder::app::AppBase | |
getElapsedSeconds() const | cinder::app::AppBase | |
getFolderPath(const fs::path &initialPath=fs::path()) | cinder::app::AppBase | |
getForegroundWindow() const override | cinder::app::AppScreenSaver | virtual |
getFpsSampleInterval() const | cinder::app::AppBase | |
getFrameRate() const override | cinder::app::AppScreenSaver | virtual |
getMousePos() const override | cinder::app::AppScreenSaver | virtual |
getNumWindows() const override | cinder::app::AppScreenSaver | virtual |
getOpenFilePath(const fs::path &initialPath=fs::path(), const std::vector< std::string > &extensions=std::vector< std::string >()) | cinder::app::AppBase | |
getRenderer() const | cinder::app::AppBase | |
getSaveFilePath(const fs::path &initialPath=fs::path(), const std::vector< std::string > &extensions=std::vector< std::string >()) | cinder::app::AppBase | |
getSignalCleanup() | cinder::app::AppBase | |
getSignalDidBecomeActive() | cinder::app::AppBase | |
getSignalDisplayChanged() | cinder::app::AppBase | |
getSignalDisplayConnected() | cinder::app::AppBase | |
getSignalDisplayDisconnected() | cinder::app::AppBase | |
getSignalShouldQuit() | cinder::app::AppBase | |
getSignalUpdate() | cinder::app::AppBase | |
getSignalWillResignActive() | cinder::app::AppBase | |
getsWindowsPaintEvents() | cinder::app::AppScreenSaver | virtual |
getWindow() const override | cinder::app::AppScreenSaver | virtual |
getWindowAspectRatio() const | cinder::app::AppBase | |
getWindowBounds() const | cinder::app::AppBase | |
getWindowCenter() const | cinder::app::AppBase | |
getWindowContentScale() const | cinder::app::AppBase | |
getWindowHeight() const | cinder::app::AppBase | |
getWindowIndex(size_t index) const override | cinder::app::AppScreenSaver | virtual |
getWindowPos() const | cinder::app::AppBase | |
getWindowPosX() const | cinder::app::AppBase | |
getWindowPosY() const | cinder::app::AppBase | |
getWindowSize() const | cinder::app::AppBase | |
getWindowWidth() const | cinder::app::AppBase | |
hideCursor() override | cinder::app::AppScreenSaver | virtual |
io_service() | cinder::app::AppBase | |
isFrameRateEnabled() const | cinder::app::AppScreenSaver | virtual |
isFullScreen() const | cinder::app::AppBase | virtual |
isHighDensityDisplayEnabled() const | cinder::app::AppBase | |
isMainThread() | cinder::app::AppBase | static |
isMultiTouchEnabled() const | cinder::app::AppBase | |
isPowerManagementEnabled() const | cinder::app::AppBase | virtual |
isPreview() const | cinder::app::AppScreenSaver | |
keyDown(KeyEvent event) | cinder::app::AppBase | virtual |
keyUp(KeyEvent event) | cinder::app::AppBase | virtual |
launch() override | cinder::app::AppScreenSaver | |
loadAsset(const fs::path &relativePath) | cinder::app::AppBase | |
loadResource(const fs::path &resourcePath, int mswID, const std::string &mswType) const | cinder::app::AppBase | |
main(HWND mainHwnd, const char *title, const SettingsFn &settingsFn=SettingsFn()) | cinder::app::AppScreenSaver | static |
mouseDown(MouseEvent event) | cinder::app::AppBase | virtual |
mouseDrag(MouseEvent event) | cinder::app::AppBase | virtual |
mouseMove(MouseEvent event) | cinder::app::AppBase | virtual |
mouseUp(MouseEvent event) | cinder::app::AppBase | virtual |
mouseWheel(MouseEvent event) | cinder::app::AppBase | virtual |
mPowerManagement | cinder::app::AppBase | protected |
quit() override | cinder::app::AppScreenSaver | virtual |
receivesEvents() const override | cinder::app::AppScreenSaver | virtual |
resize() | cinder::app::AppBase | virtual |
restoreWindowContext() | cinder::app::AppBase | virtual |
setFpsSampleInterval(double sampleInterval) | cinder::app::AppBase | |
setFrameRate(float frameRate) override | cinder::app::AppScreenSaver | virtual |
setFullScreen(bool fullScreen, const FullScreenOptions &options=FullScreenOptions()) | cinder::app::AppBase | virtual |
SettingsFn typedef | cinder::app::AppScreenSaver | |
setup() | cinder::app::AppBase | virtual |
setWindowPos(int x, int y) | cinder::app::AppBase | |
setWindowPos(const ivec2 &windowPos) | cinder::app::AppBase | virtual |
setWindowSize(int windowWidth, int windowHeight) | cinder::app::AppBase | |
setWindowSize(const ivec2 &size) | cinder::app::AppBase | |
showCursor() override | cinder::app::AppScreenSaver | virtual |
sSettingsFromMain | cinder::app::AppBase | protectedstatic |
timeline() | cinder::app::AppBase | |
touchesBegan(TouchEvent event) | cinder::app::AppBase | virtual |
touchesEnded(TouchEvent event) | cinder::app::AppBase | virtual |
touchesMoved(TouchEvent event) | cinder::app::AppBase | virtual |
update() | cinder::app::AppBase | virtual |
~AppBase() | cinder::app::AppBase | virtual |