#include <AppImplMswScreenSaver.h>
Inherits cinder::app::AppImplMsw.
| cinder::app::AppImplMswScreenSaver::AppImplMswScreenSaver |
( |
class AppScreenSaver * |
aApp | ) |
|
| virtual cinder::app::AppImplMswScreenSaver::~AppImplMswScreenSaver |
( |
| ) |
|
|
virtual |
| void cinder::app::AppImplMswScreenSaver::init |
( |
HWND |
aWnd | ) |
|
| void cinder::app::AppImplMswScreenSaver::run |
( |
| ) |
|
| void cinder::app::AppImplMswScreenSaver::quit |
( |
| ) |
|
|
virtual |
| LRESULT cinder::app::AppImplMswScreenSaver::eventHandler |
( |
HWND |
hWnd, |
|
|
UINT |
message, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
| WindowRef cinder::app::AppImplMswScreenSaver::getWindow |
( |
| ) |
const |
|
virtual |
| size_t cinder::app::AppImplMswScreenSaver::getNumWindows |
( |
| ) |
const |
|
virtual |
Returns the number of Windows the app has open.
| WindowRef cinder::app::AppImplMswScreenSaver::getWindowIndex |
( |
size_t |
index | ) |
const |
|
virtual |
| bool cinder::app::AppImplMswScreenSaver::isPreview |
( |
| ) |
const |
| virtual void cinder::app::AppImplMswScreenSaver::closeWindow |
( |
class WindowImplMsw * |
windowImpl | ) |
|
|
virtual |
| virtual void cinder::app::AppImplMswScreenSaver::setForegroundWindow |
( |
WindowRef |
window | ) |
|
|
virtual |
| class App* cinder::app::AppImplMsw::getApp |
( |
| ) |
|
|
inherited |
| float cinder::app::AppImplMsw::getFrameRate |
( |
| ) |
const |
|
inherited |
| virtual float cinder::app::AppImplMsw::setFrameRate |
( |
float |
aFrameRate | ) |
|
|
virtualinherited |
| void cinder::app::AppImplMsw::setWindow |
( |
WindowRef |
window | ) |
|
|
inherited |
| void cinder::app::AppImplMsw::hideCursor |
( |
| ) |
|
|
staticinherited |
| void cinder::app::AppImplMsw::showCursor |
( |
| ) |
|
|
staticinherited |
| Buffer cinder::app::AppImplMsw::loadResource |
( |
int |
id, |
|
|
const std::string & |
type |
|
) |
| |
|
staticinherited |
| fs::path cinder::app::AppImplMsw::getAppPath |
( |
| ) |
|
|
staticinherited |
| fs::path cinder::app::AppImplMsw::getOpenFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions |
|
) |
| |
|
staticinherited |
| fs::path cinder::app::AppImplMsw::getSaveFilePath |
( |
const fs::path & |
initialPath, |
|
|
std::vector< std::string > |
extensions |
|
) |
| |
|
staticinherited |
| fs::path cinder::app::AppImplMsw::getFolderPath |
( |
const fs::path & |
initialPath | ) |
|
|
staticinherited |
| bool cinder::app::AppImplMsw::setupHasBeenCalled |
( |
| ) |
const |
|
protectedinherited |
| class AppScreenSaver* cinder::app::AppImplMswScreenSaver::mApp |
|
protected |
| bool cinder::app::AppImplMswScreenSaver::mPreview |
|
protected |
| bool cinder::app::AppImplMswScreenSaver::mDebugMode |
|
protected |
| float cinder::app::AppImplMsw::mFrameRate |
|
protectedinherited |
| WindowRef cinder::app::AppImplMsw::mActiveWindow |
|
protectedinherited |
| bool cinder::app::AppImplMsw::mSetupHasBeenCalled |
|
protectedinherited |
| ULONG_PTR cinder::app::AppImplMsw::mGdiplusToken |
|
protectedinherited |
The documentation for this class was generated from the following files: