#include <AppImplMsw.h>
Inherited by cinder::app::AppImplMswBasic, and cinder::app::AppImplMswScreenSaver.
| cinder::app::AppImplMsw::AppImplMsw |
( |
class App * |
aApp | ) |
|
| cinder::app::AppImplMsw::~AppImplMsw |
( |
| ) |
|
|
virtual |
| class App* cinder::app::AppImplMsw::getApp |
( |
| ) |
|
| float cinder::app::AppImplMsw::getFrameRate |
( |
| ) |
const |
| virtual float cinder::app::AppImplMsw::setFrameRate |
( |
float |
aFrameRate | ) |
|
|
virtual |
| virtual void cinder::app::AppImplMsw::quit |
( |
| ) |
|
|
pure virtual |
| virtual WindowRef cinder::app::AppImplMsw::getWindow |
( |
| ) |
const |
|
virtual |
| void cinder::app::AppImplMsw::setWindow |
( |
WindowRef |
window | ) |
|
| void cinder::app::AppImplMsw::hideCursor |
( |
| ) |
|
|
static |
| void cinder::app::AppImplMsw::showCursor |
( |
| ) |
|
|
static |
| Buffer cinder::app::AppImplMsw::loadResource |
( |
int |
id, |
|
|
const std::string & |
type |
|
) |
| |
|
static |
| fs::path cinder::app::AppImplMsw::getAppPath |
( |
| ) |
|
|
static |
| fs::path cinder::app::AppImplMsw::getOpenFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions |
|
) |
| |
|
static |
| fs::path cinder::app::AppImplMsw::getSaveFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions |
|
) |
| |
|
static |
| fs::path cinder::app::AppImplMsw::getFolderPath |
( |
const fs::path & |
initialPath | ) |
|
|
static |
| bool cinder::app::AppImplMsw::setupHasBeenCalled |
( |
| ) |
const |
|
protected |
| virtual void cinder::app::AppImplMsw::closeWindow |
( |
class WindowImplMsw * |
windowImpl | ) |
|
|
protectedpure virtual |
| virtual void cinder::app::AppImplMsw::setForegroundWindow |
( |
WindowRef |
window | ) |
|
|
protectedpure virtual |
| LRESULT CALLBACK WndProc |
( |
HWND |
mWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
friend |
| class App* cinder::app::AppImplMsw::mApp |
|
protected |
| float cinder::app::AppImplMsw::mFrameRate |
|
protected |
| WindowRef cinder::app::AppImplMsw::mActiveWindow |
|
protected |
| bool cinder::app::AppImplMsw::mSetupHasBeenCalled |
|
protected |
| ULONG_PTR cinder::app::AppImplMsw::mGdiplusToken |
|
protected |
The documentation for this class was generated from the following files: