AppImplMsw | cinder::app::WindowImplMsw | protected |
close() | cinder::app::WindowImplMsw | virtual |
completeCreation() | cinder::app::WindowImplMsw | protected |
createWindow(const ivec2 &windowSize, const std::string &title, DisplayRef display, RendererRef sharedRenderer) | cinder::app::WindowImplMsw | protected |
draw() | cinder::app::WindowImplMsw | virtual |
enableMultiTouch() | cinder::app::WindowImplMsw | |
getActiveTouches() const | cinder::app::WindowImplMsw | virtual |
getAppImpl() | cinder::app::WindowImplMsw | |
getDisplay() const | cinder::app::WindowImplMsw | virtual |
getNative() | cinder::app::WindowImplMsw | virtual |
getPos() const | cinder::app::WindowImplMsw | virtual |
getRenderer() const | cinder::app::WindowImplMsw | virtual |
getScreenSize(int clientWidth, int clientHeight, int *resultWidth, int *resultHeight) | cinder::app::WindowImplMsw | protected |
getSize() const | cinder::app::WindowImplMsw | virtual |
getTitle() const | cinder::app::WindowImplMsw | virtual |
getWindow() | cinder::app::WindowImplMsw | |
hide() | cinder::app::WindowImplMsw | virtual |
isAlwaysOnTop() const | cinder::app::WindowImplMsw | |
isBorderless() const | cinder::app::WindowImplMsw | |
isFullScreen() | cinder::app::WindowImplMsw | virtual |
isHidden() const | cinder::app::WindowImplMsw | virtual |
keyDown(const KeyEvent &event) | cinder::app::WindowImplMsw | virtual |
mActiveTouches | cinder::app::WindowImplMsw | protected |
mAlwaysOnTop | cinder::app::WindowImplMsw | protected |
mAppImpl | cinder::app::WindowImplMsw | protected |
mBorderless | cinder::app::WindowImplMsw | protected |
mDC | cinder::app::WindowImplMsw | protected |
mDisplay | cinder::app::WindowImplMsw | protected |
mFullScreen | cinder::app::WindowImplMsw | protected |
mHidden | cinder::app::WindowImplMsw | protected |
mIsDragging | cinder::app::WindowImplMsw | protected |
mMultiTouchPrev | cinder::app::WindowImplMsw | protected |
mRenderer | cinder::app::WindowImplMsw | protected |
mResizable | cinder::app::WindowImplMsw | protected |
mWindowedPos | cinder::app::WindowImplMsw | protected |
mWindowedSize | cinder::app::WindowImplMsw | protected |
mWindowExStyle | cinder::app::WindowImplMsw | protected |
mWindowHeight | cinder::app::WindowImplMsw | protected |
mWindowOffset | cinder::app::WindowImplMsw | protected |
mWindowRef | cinder::app::WindowImplMsw | protected |
mWindowStyle | cinder::app::WindowImplMsw | protected |
mWindowWidth | cinder::app::WindowImplMsw | protected |
mWnd | cinder::app::WindowImplMsw | protected |
onTouch(HWND hWnd, WPARAM wParam, LPARAM lParam) | cinder::app::WindowImplMsw | protected |
privateClose() | cinder::app::WindowImplMsw | |
redraw() | cinder::app::WindowImplMsw | virtual |
registerWindowClass() | cinder::app::WindowImplMsw | protectedstatic |
resize() | cinder::app::WindowImplMsw | virtual |
setAlwaysOnTop(bool alwaysOnTop) | cinder::app::WindowImplMsw | |
setBorderless(bool borderless) | cinder::app::WindowImplMsw | |
setFullScreen(bool fullScreen, const app::FullScreenOptions &options) | cinder::app::WindowImplMsw | virtual |
setPos(const ivec2 &pos) | cinder::app::WindowImplMsw | virtual |
setSize(const ivec2 &size) | cinder::app::WindowImplMsw | virtual |
setTitle(const std::string &title) | cinder::app::WindowImplMsw | virtual |
setWindowStyleValues() | cinder::app::WindowImplMsw | protected |
show() | cinder::app::WindowImplMsw | virtual |
toggleFullScreen(const app::FullScreenOptions &options) | cinder::app::WindowImplMsw | protectedvirtual |
WindowImplMsw(const Window::Format &format, RendererRef sharedRenderer, AppImplMsw *appImpl) | cinder::app::WindowImplMsw | |
WindowImplMsw(HWND hwnd, RendererRef renderer, RendererRef sharedRenderer, AppImplMsw *appImpl) | cinder::app::WindowImplMsw | |
WndProc(HWND, UINT, WPARAM, LPARAM) | cinder::app::WindowImplMsw | friend |
~WindowImplMsw() | cinder::app::WindowImplMsw | virtual |