#include <AppImplWinRT.h>
cinder::app::AppImplWinRT::AppImplWinRT |
( |
class App * |
aApp | ) |
|
cinder::app::AppImplWinRT::~AppImplWinRT |
( |
| ) |
|
|
virtual |
class App* cinder::app::AppImplWinRT::getApp |
( |
| ) |
|
float cinder::app::AppImplWinRT::getFrameRate |
( |
| ) |
const |
virtual float cinder::app::AppImplWinRT::setFrameRate |
( |
float |
aFrameRate | ) |
|
|
virtual |
virtual void cinder::app::AppImplWinRT::quit |
( |
| ) |
|
|
pure virtual |
virtual WindowRef cinder::app::AppImplWinRT::getWindow |
( |
| ) |
const |
|
virtual |
void cinder::app::AppImplWinRT::hideCursor |
( |
| ) |
|
|
static |
void cinder::app::AppImplWinRT::showCursor |
( |
| ) |
|
|
static |
fs::path cinder::app::AppImplWinRT::getAppPath |
( |
| ) |
|
|
static |
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 |
|
) |
| |
|
static |
void cinder::app::AppImplWinRT::getSaveFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions, |
|
|
std::function< void(fs::path)> |
f = nullptr |
|
) |
| |
|
static |
void cinder::app::AppImplWinRT::getFolderPath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions, |
|
|
std::function< void(fs::path)> |
f = nullptr |
|
) |
| |
|
static |
void cinder::app::AppImplWinRT::handleKeyDown |
( |
Windows::UI::Core::KeyEventArgs^ |
args | ) |
|
|
virtual |
void cinder::app::AppImplWinRT::handleKeyUp |
( |
Windows::UI::Core::KeyEventArgs^ |
args | ) |
|
|
virtual |
bool cinder::app::AppImplWinRT::setupHasBeenCalled |
( |
| ) |
const |
|
protected |
virtual void cinder::app::AppImplWinRT::setForegroundWindow |
( |
WindowRef |
window | ) |
|
|
protectedpure virtual |
unsigned int cinder::app::AppImplWinRT::AppImplWinRT::prepKeyEventModifiers |
( |
| ) |
|
|
protected |
class App* cinder::app::AppImplWinRT::mApp |
|
protected |
float cinder::app::AppImplWinRT::mFrameRate |
|
protected |
WindowRef cinder::app::AppImplWinRT::mActiveWindow |
|
protected |
bool cinder::app::AppImplWinRT::mSetupHasBeenCalled |
|
protected |
bool cinder::app::AppImplWinRT::mAltKey |
|
protected |
bool cinder::app::AppImplWinRT::mShiftKey |
|
protected |
bool cinder::app::AppImplWinRT::mControlKey |
|
protected |
The documentation for this class was generated from the following files: