#include <AppImplMswBasic.h>
Inherits cinder::app::AppImplMsw.
void cinder::app::AppImplMswBasic::run |
( |
| ) |
|
AppMsw* cinder::app::AppImplMswBasic::getApp |
( |
| ) |
|
void cinder::app::AppImplMswBasic::quit |
( |
| ) |
|
|
overridevirtual |
void cinder::app::AppImplMswBasic::setFrameRate |
( |
float |
frameRate | ) |
|
|
overridevirtual |
void cinder::app::AppImplMswBasic::disableFrameRate |
( |
| ) |
|
bool cinder::app::AppImplMswBasic::isFrameRateEnabled |
( |
| ) |
const |
size_t cinder::app::AppImplMswBasic::getNumWindows |
( |
| ) |
const |
WindowRef cinder::app::AppImplMswBasic::getWindowIndex |
( |
size_t |
index | ) |
|
WindowRef cinder::app::AppImplMswBasic::getForegroundWindow |
( |
| ) |
const |
void cinder::app::AppImplMswBasic::setupBlankingWindows |
( |
DisplayRef |
fullScreenDisplay | ) |
|
void cinder::app::AppImplMswBasic::destroyBlankingWindows |
( |
| ) |
|
float cinder::app::AppImplMsw::getFrameRate |
( |
| ) |
const |
|
inherited |
virtual WindowRef cinder::app::AppImplMsw::getWindow |
( |
| ) |
const |
|
virtualinherited |
void cinder::app::AppImplMsw::setWindow |
( |
WindowRef |
window | ) |
|
|
inherited |
void cinder::app::AppImplMsw::hideCursor |
( |
| ) |
|
|
staticinherited |
void cinder::app::AppImplMsw::showCursor |
( |
| ) |
|
|
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 |
float cinder::app::AppImplMsw::mFrameRate |
|
protectedinherited |
WindowRef cinder::app::AppImplMsw::mActiveWindow |
|
protectedinherited |
bool cinder::app::AppImplMsw::mSetupHasBeenCalled |
|
protectedinherited |
bool cinder::app::AppImplMsw::mNeedsToRefreshDisplays |
|
protectedinherited |
bool cinder::app::AppImplMsw::mActive |
|
protectedinherited |
ULONG_PTR cinder::app::AppImplMsw::mGdiplusToken |
|
protectedinherited |
The documentation for this class was generated from the following files: