#include <AppImplWinRTBasic.h>
cinder::app::AppImplWinRTBasic::AppImplWinRTBasic |
( |
class AppBasic * |
aApp | ) |
|
void cinder::app::AppImplWinRTBasic::run |
( |
| ) |
|
void cinder::app::AppImplWinRTBasic::runReady |
( |
Windows::UI::Core::CoreWindow^ |
window | ) |
|
void cinder::app::AppImplWinRTBasic::handlePointerDown |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
void cinder::app::AppImplWinRTBasic::handlePointerMoved |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
void cinder::app::AppImplWinRTBasic::handlePointerUp |
( |
Windows::UI::Core::PointerEventArgs^ |
args | ) |
|
void cinder::app::AppImplWinRTBasic::setVisible |
( |
bool |
isVisible | ) |
|
void cinder::app::AppImplWinRTBasic::UpdateForWindowSizeChange |
( |
Windows::UI::Core::CoreWindow^ |
window | ) |
|
class AppBasic* cinder::app::AppImplWinRTBasic::getApp |
( |
| ) |
|
void cinder::app::AppImplWinRTBasic::quit |
( |
| ) |
|
|
virtual |
float cinder::app::AppImplWinRTBasic::setFrameRate |
( |
float |
aFrameRate | ) |
|
|
virtual |
void cinder::app::AppImplWinRTBasic::disableFrameRate |
( |
| ) |
|
bool cinder::app::AppImplWinRTBasic::isFrameRateEnabled |
( |
| ) |
const |
size_t cinder::app::AppImplWinRTBasic::getNumWindows |
( |
| ) |
const |
WindowRef cinder::app::AppImplWinRTBasic::getWindowIndex |
( |
size_t |
index | ) |
|
WindowRef cinder::app::AppImplWinRTBasic::getForegroundWindow |
( |
| ) |
const |
fs::path cinder::app::AppImplWinRTBasic::getAppPath |
( |
| ) |
const |
float cinder::app::AppImplWinRT::getFrameRate |
( |
| ) |
const |
|
inherited |
virtual WindowRef cinder::app::AppImplWinRT::getWindow |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::AppImplWinRT::hideCursor |
( |
| ) |
|
|
staticinherited |
void cinder::app::AppImplWinRT::showCursor |
( |
| ) |
|
|
staticinherited |
fs::path cinder::app::AppImplWinRT::getAppPath |
( |
| ) |
|
|
staticinherited |
void cinder::app::AppImplWinRT::getOpenFilePath |
( |
const fs::path & |
initialPath = "" , |
|
|
std::vector< std::string > |
extensions = std::vector<std::string>() , |
|
|
std::function< void(fs::path)> |
f = nullptr |
|
) |
| |
|
staticinherited |
void cinder::app::AppImplWinRT::getSaveFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions, |
|
|
std::function< void(fs::path)> |
f = nullptr |
|
) |
| |
|
staticinherited |
void cinder::app::AppImplWinRT::getFolderPath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions, |
|
|
std::function< void(fs::path)> |
f = nullptr |
|
) |
| |
|
staticinherited |
void cinder::app::AppImplWinRT::handleKeyDown |
( |
Windows::UI::Core::KeyEventArgs^ |
args | ) |
|
|
virtualinherited |
void cinder::app::AppImplWinRT::handleKeyUp |
( |
Windows::UI::Core::KeyEventArgs^ |
args | ) |
|
|
virtualinherited |
bool cinder::app::AppImplWinRT::setupHasBeenCalled |
( |
| ) |
const |
|
protectedinherited |
unsigned int cinder::app::AppImplWinRT::AppImplWinRT::prepKeyEventModifiers |
( |
| ) |
|
|
protectedinherited |
float cinder::app::AppImplWinRT::mFrameRate |
|
protectedinherited |
WindowRef cinder::app::AppImplWinRT::mActiveWindow |
|
protectedinherited |
bool cinder::app::AppImplWinRT::mSetupHasBeenCalled |
|
protectedinherited |
bool cinder::app::AppImplWinRT::mAltKey |
|
protectedinherited |
bool cinder::app::AppImplWinRT::mShiftKey |
|
protectedinherited |
bool cinder::app::AppImplWinRT::mControlKey |
|
protectedinherited |
The documentation for this class was generated from the following files: