alwaysOnTop(bool top=true) | cinder::app::Window::Format | |
borderless(bool border=true) | cinder::app::Window::Format | |
display(DisplayRef displayRef) | cinder::app::Window::Format | |
enableFullScreenButton(bool enabled=true) | cinder::app::Window::Format | |
Format(RendererRef renderer=RendererRef(), DisplayRef display=DisplayRef(), bool fullScreen=false, ivec2 size=ivec2(640, 480), ivec2 pos=ivec2()) | cinder::app::Window::Format | |
fullScreen(bool fs=true) | cinder::app::Window::Format | |
fullScreenButton(bool enabled=true) | cinder::app::Window::Format | |
getDisplay() const | cinder::app::Window::Format | |
getFullScreenOptions() const | cinder::app::Window::Format | |
getPos() const | cinder::app::Window::Format | |
getRenderer() const | cinder::app::Window::Format | |
getSize() const | cinder::app::Window::Format | |
getTitle() const | cinder::app::Window::Format | |
isAlwaysOnTop() const | cinder::app::Window::Format | |
isBorderless() const | cinder::app::Window::Format | |
isFullScreen() const | cinder::app::Window::Format | |
isFullScreenButtonEnabled() const | cinder::app::Window::Format | |
isPosSpecified() const | cinder::app::Window::Format | |
isResizable() const | cinder::app::Window::Format | |
isTitleSpecified() const | cinder::app::Window::Format | |
pos(const ivec2 &pos) | cinder::app::Window::Format | |
pos(int32_t x, int32_t y) | cinder::app::Window::Format | |
renderer(RendererRef r) | cinder::app::Window::Format | |
resizable(bool res=true) | cinder::app::Window::Format | |
setAlwaysOnTop(bool alwaysOnTop=true) | cinder::app::Window::Format | |
setBorderless(bool borderless=true) | cinder::app::Window::Format | |
setDisplay(DisplayRef display) | cinder::app::Window::Format | |
setFullScreen(bool fullScreen=true, const FullScreenOptions &options=FullScreenOptions()) | cinder::app::Window::Format | |
setPos(const ivec2 &pos) | cinder::app::Window::Format | |
setPos(int32_t x, int32_t y) | cinder::app::Window::Format | |
setPosUnspecified() | cinder::app::Window::Format | |
setRenderer(const RendererRef &renderer) | cinder::app::Window::Format | |
setResizable(bool resizable=true) | cinder::app::Window::Format | |
setSize(const ivec2 &size) | cinder::app::Window::Format | |
setSize(int32_t width, int32_t height) | cinder::app::Window::Format | |
setTitle(const std::string &title) | cinder::app::Window::Format | |
setTitleUnspecified() | cinder::app::Window::Format | |
size(const ivec2 &s) | cinder::app::Window::Format | |
size(int32_t width, int32_t height) | cinder::app::Window::Format | |
title(const std::string &t) | cinder::app::Window::Format | |