#include <AppImplMsw.h>
|
LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
|
virtual cinder::app::WindowImplMsw::~WindowImplMsw |
( |
| ) |
|
|
virtual |
virtual bool cinder::app::WindowImplMsw::isFullScreen |
( |
| ) |
|
|
virtual |
virtual Vec2i cinder::app::WindowImplMsw::getSize |
( |
| ) |
const |
|
virtual |
void cinder::app::WindowImplMsw::setSize |
( |
const Vec2i & |
size | ) |
|
|
virtual |
virtual Vec2i cinder::app::WindowImplMsw::getPos |
( |
| ) |
const |
|
virtual |
void cinder::app::WindowImplMsw::setPos |
( |
const Vec2i & |
pos | ) |
|
|
virtual |
void cinder::app::WindowImplMsw::close |
( |
| ) |
|
|
virtual |
std::string cinder::app::WindowImplMsw::getTitle |
( |
| ) |
const |
|
virtual |
void cinder::app::WindowImplMsw::hide |
( |
| ) |
|
|
virtual |
void cinder::app::WindowImplMsw::show |
( |
| ) |
|
|
virtual |
bool cinder::app::WindowImplMsw::isHidden |
( |
| ) |
const |
|
virtual |
virtual DisplayRef cinder::app::WindowImplMsw::getDisplay |
( |
| ) |
const |
|
virtual |
virtual RendererRef cinder::app::WindowImplMsw::getRenderer |
( |
| ) |
const |
|
virtual |
virtual const std::vector<TouchEvent::Touch>& cinder::app::WindowImplMsw::getActiveTouches |
( |
| ) |
const |
|
virtual |
virtual void* cinder::app::WindowImplMsw::getNative |
( |
| ) |
|
|
virtual |
void cinder::app::WindowImplMsw::enableMultiTouch |
( |
| ) |
|
bool cinder::app::WindowImplMsw::isBorderless |
( |
| ) |
const |
void cinder::app::WindowImplMsw::setBorderless |
( |
bool |
borderless | ) |
|
bool cinder::app::WindowImplMsw::isAlwaysOnTop |
( |
| ) |
const |
void cinder::app::WindowImplMsw::setAlwaysOnTop |
( |
bool |
alwaysOnTop | ) |
|
AppImplMsw* cinder::app::WindowImplMsw::getAppImpl |
( |
| ) |
|
WindowRef cinder::app::WindowImplMsw::getWindow |
( |
| ) |
|
void cinder::app::WindowImplMsw::keyDown |
( |
const KeyEvent & |
event | ) |
|
|
virtual |
void cinder::app::WindowImplMsw::draw |
( |
| ) |
|
|
virtual |
void cinder::app::WindowImplMsw::redraw |
( |
| ) |
|
|
virtual |
void cinder::app::WindowImplMsw::resize |
( |
| ) |
|
|
virtual |
void cinder::app::WindowImplMsw::privateClose |
( |
| ) |
|
void cinder::app::WindowImplMsw::completeCreation |
( |
| ) |
|
|
protected |
void cinder::app::WindowImplMsw::registerWindowClass |
( |
| ) |
|
|
staticprotected |
void cinder::app::WindowImplMsw::getScreenSize |
( |
int |
clientWidth, |
|
|
int |
clientHeight, |
|
|
int * |
resultWidth, |
|
|
int * |
resultHeight |
|
) |
| |
|
protected |
void cinder::app::WindowImplMsw::onTouch |
( |
HWND |
hWnd, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
protected |
LRESULT CALLBACK WndProc |
( |
HWND |
mWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
friend |
WindowRef cinder::app::WindowImplMsw::mWindowRef |
|
protected |
HWND cinder::app::WindowImplMsw::mWnd |
|
protected |
HDC cinder::app::WindowImplMsw::mDC |
|
protected |
DWORD cinder::app::WindowImplMsw::mWindowStyle |
|
protected |
DWORD cinder::app::WindowImplMsw::mWindowExStyle |
|
protected |
Vec2i cinder::app::WindowImplMsw::mWindowOffset |
|
protected |
bool cinder::app::WindowImplMsw::mHidden |
|
protected |
int cinder::app::WindowImplMsw::mWindowWidth |
|
protected |
int cinder::app::WindowImplMsw::mWindowHeight |
|
protected |
bool cinder::app::WindowImplMsw::mFullScreen |
|
protected |
bool cinder::app::WindowImplMsw::mBorderless |
|
protected |
bool cinder::app::WindowImplMsw::mAlwaysOnTop |
|
protected |
bool cinder::app::WindowImplMsw::mResizable |
|
protected |
Vec2i cinder::app::WindowImplMsw::mWindowedPos |
|
protected |
Vec2i cinder::app::WindowImplMsw::mWindowedSize |
|
protected |
std::map<DWORD,Vec2f> cinder::app::WindowImplMsw::mMultiTouchPrev |
|
protected |
bool cinder::app::WindowImplMsw::mIsDragging |
|
protected |
friend cinder::app::WindowImplMsw::AppImplMsw |
|
protected |
The documentation for this class was generated from the following files: