#include <AppImplWinRTBasic.h>
virtual bool cinder::app::WindowImplWinRT::isFullScreen |
( |
| ) |
|
|
virtualinherited |
virtual Vec2i cinder::app::WindowImplWinRT::getSize |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplWinRT::setSize |
( |
const Vec2i & |
size | ) |
|
|
virtualinherited |
virtual Vec2i cinder::app::WindowImplWinRT::getPos |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplWinRT::setPos |
( |
const Vec2i & |
pos | ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::close |
( |
| ) |
|
|
virtualinherited |
std::string cinder::app::WindowImplWinRT::getTitle |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::WindowImplWinRT::hide |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::show |
( |
| ) |
|
|
virtualinherited |
bool cinder::app::WindowImplWinRT::isHidden |
( |
| ) |
const |
|
virtualinherited |
virtual DisplayRef cinder::app::WindowImplWinRT::getDisplay |
( |
| ) |
const |
|
virtualinherited |
virtual RendererRef cinder::app::WindowImplWinRT::getRenderer |
( |
| ) |
const |
|
virtualinherited |
virtual const std::vector<TouchEvent::Touch>& cinder::app::WindowImplWinRT::getActiveTouches |
( |
| ) |
const |
|
virtualinherited |
virtual void* cinder::app::WindowImplWinRT::getNative |
( |
| ) |
|
|
virtualinherited |
DX_WINDOW_TYPE cinder::app::WindowImplWinRT::getNativeCoreWindow |
( |
| ) |
|
|
inherited |
void cinder::app::WindowImplWinRT::enableMultiTouch |
( |
| ) |
|
|
inherited |
bool cinder::app::WindowImplWinRT::isBorderless |
( |
| ) |
const |
|
inherited |
void cinder::app::WindowImplWinRT::setBorderless |
( |
bool |
borderless | ) |
|
|
inherited |
bool cinder::app::WindowImplWinRT::isAlwaysOnTop |
( |
| ) |
const |
|
inherited |
void cinder::app::WindowImplWinRT::setAlwaysOnTop |
( |
bool |
alwaysOnTop | ) |
|
|
inherited |
WindowRef cinder::app::WindowImplWinRT::getWindow |
( |
| ) |
|
|
inherited |
void cinder::app::WindowImplWinRT::keyDown |
( |
const KeyEvent & |
event | ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::draw |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::redraw |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::resize |
( |
| ) |
|
|
virtualinherited |
void cinder::app::WindowImplWinRT::privateClose |
( |
| ) |
|
|
inherited |
void cinder::app::WindowImplWinRT::createWindow |
( |
const Vec2i & |
windowSize, |
|
|
const std::string & |
title |
|
) |
| |
|
protectedinherited |
void cinder::app::WindowImplWinRT::completeCreation |
( |
| ) |
|
|
protectedinherited |
static void cinder::app::WindowImplWinRT::registerWindowClass |
( |
| ) |
|
|
staticprotectedinherited |
void cinder::app::WindowImplWinRT::getScreenSize |
( |
int |
clientWidth, |
|
|
int |
clientHeight, |
|
|
int * |
resultWidth, |
|
|
int * |
resultHeight |
|
) |
| |
|
protectedinherited |
void cinder::app::WindowImplWinRT::toggleFullScreen |
( |
| ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handlePointerDown |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handlePointerMoved |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handlePointerUp |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleTouchDown |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleMouseDown |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleTouchMoved |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleMouseMoved |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleTouchUp |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::handleMouseUp |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
|
protectedinherited |
void cinder::app::WindowImplWinRT::updateActiveTouches |
( |
| ) |
|
|
protectedinherited |
friend cinder::app::WindowImplWinRTBasic::AppImplWinRTBasic |
|
protected |
WindowRef cinder::app::WindowImplWinRT::mWindowRef |
|
protectedinherited |
DX_WINDOW_TYPE cinder::app::WindowImplWinRT::mWnd |
|
protectedinherited |
Vec2i cinder::app::WindowImplWinRT::mWindowOffset |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mHidden |
|
protectedinherited |
int cinder::app::WindowImplWinRT::mWindowWidth |
|
protectedinherited |
int cinder::app::WindowImplWinRT::mWindowHeight |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mFullScreen |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mBorderless |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mAlwaysOnTop |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mResizable |
|
protectedinherited |
Vec2i cinder::app::WindowImplWinRT::mWindowedPos |
|
protectedinherited |
Vec2i cinder::app::WindowImplWinRT::mWindowedSize |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mIsDragging |
|
protectedinherited |
bool cinder::app::WindowImplWinRT::mIsMultiTouchEnabled |
|
protectedinherited |
std::map<DWORD,Vec2f> cinder::app::WindowImplWinRT::mMultiTouchPrev |
|
protectedinherited |
std::map<DWORD,DWORD> cinder::app::WindowImplWinRT::mTouchIds |
|
protectedinherited |
DWORD cinder::app::WindowImplWinRT::mTouchId |
|
protectedinherited |
friend cinder::app::WindowImplWinRT::AppImplWinRT |
|
protectedinherited |
The documentation for this class was generated from the following file: