#include <AppImplMswScreenSaver.h>
Inherits cinder::app::WindowImplMsw.
void cinder::app::WindowImplMswScreenSaver::setFullScreen |
( |
bool |
fullScreen, |
|
|
const app::FullScreenOptions & |
options |
|
) |
| |
|
virtual |
virtual bool cinder::app::WindowImplMsw::isFullScreen |
( |
| ) |
|
|
virtualinherited |
virtual ivec2 cinder::app::WindowImplMsw::getSize |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplMsw::setSize |
( |
const ivec2 & |
size | ) |
|
|
virtualinherited |
virtual ivec2 cinder::app::WindowImplMsw::getPos |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplMsw::setPos |
( |
const ivec2 & |
pos | ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::close |
( |
| ) |
|
|
virtualinherited |
std::string cinder::app::WindowImplMsw::getTitle |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplMsw::setTitle |
( |
const std::string & |
title | ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::hide |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::show |
( |
| ) |
|
|
virtualinherited |
bool cinder::app::WindowImplMsw::isHidden |
( |
| ) |
const |
|
virtualinherited |
virtual DisplayRef cinder::app::WindowImplMsw::getDisplay |
( |
| ) |
const |
|
virtualinherited |
virtual RendererRef cinder::app::WindowImplMsw::getRenderer |
( |
| ) |
const |
|
virtualinherited |
virtual const std::vector<TouchEvent::Touch>& cinder::app::WindowImplMsw::getActiveTouches |
( |
| ) |
const |
|
virtualinherited |
virtual void* cinder::app::WindowImplMsw::getNative |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::enableMultiTouch |
( |
| ) |
|
|
inherited |
bool cinder::app::WindowImplMsw::isBorderless |
( |
| ) |
const |
|
inherited |
void cinder::app::WindowImplMsw::setBorderless |
( |
bool |
borderless | ) |
|
|
inherited |
bool cinder::app::WindowImplMsw::isAlwaysOnTop |
( |
| ) |
const |
|
inherited |
void cinder::app::WindowImplMsw::setAlwaysOnTop |
( |
bool |
alwaysOnTop | ) |
|
|
inherited |
AppImplMsw* cinder::app::WindowImplMsw::getAppImpl |
( |
| ) |
|
|
inherited |
WindowRef cinder::app::WindowImplMsw::getWindow |
( |
| ) |
|
|
inherited |
void cinder::app::WindowImplMsw::keyDown |
( |
const KeyEvent & |
event | ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::draw |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::redraw |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::resize |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplMsw::privateClose |
( |
| ) |
|
|
inherited |
void cinder::app::WindowImplMsw::setWindowStyleValues |
( |
| ) |
|
|
protectedinherited |
Sets 'mWindowStyle' and 'mWindowExStyle' based on 'mFullScreen' and 'mBorderless'.
void cinder::app::WindowImplMsw::createWindow |
( |
const ivec2 & |
windowSize, |
|
|
const std::string & |
title, |
|
|
DisplayRef |
display, |
|
|
RendererRef |
sharedRenderer |
|
) |
| |
|
protectedinherited |
void cinder::app::WindowImplMsw::completeCreation |
( |
| ) |
|
|
protectedinherited |
void cinder::app::WindowImplMsw::registerWindowClass |
( |
| ) |
|
|
staticprotectedinherited |
void cinder::app::WindowImplMsw::getScreenSize |
( |
int |
clientWidth, |
|
|
int |
clientHeight, |
|
|
int * |
resultWidth, |
|
|
int * |
resultHeight |
|
) |
| |
|
protectedinherited |
void cinder::app::WindowImplMsw::onTouch |
( |
HWND |
hWnd, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
protectedinherited |
|
protectedvirtualinherited |
friend cinder::app::WindowImplMswScreenSaver::AppImplMswScreenSaver |
|
protected |
WindowRef cinder::app::WindowImplMsw::mWindowRef |
|
protectedinherited |
HWND cinder::app::WindowImplMsw::mWnd |
|
protectedinherited |
HDC cinder::app::WindowImplMsw::mDC |
|
protectedinherited |
DWORD cinder::app::WindowImplMsw::mWindowStyle |
|
protectedinherited |
DWORD cinder::app::WindowImplMsw::mWindowExStyle |
|
protectedinherited |
ivec2 cinder::app::WindowImplMsw::mWindowOffset |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mHidden |
|
protectedinherited |
int cinder::app::WindowImplMsw::mWindowWidth |
|
protectedinherited |
int cinder::app::WindowImplMsw::mWindowHeight |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mFullScreen |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mBorderless |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mAlwaysOnTop |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mResizable |
|
protectedinherited |
ivec2 cinder::app::WindowImplMsw::mWindowedPos |
|
protectedinherited |
ivec2 cinder::app::WindowImplMsw::mWindowedSize |
|
protectedinherited |
std::map<DWORD,vec2> cinder::app::WindowImplMsw::mMultiTouchPrev |
|
protectedinherited |
bool cinder::app::WindowImplMsw::mIsDragging |
|
protectedinherited |
friend cinder::app::WindowImplMsw::AppImplMsw |
|
protectedinherited |
The documentation for this class was generated from the following files: