#include <AppImplMswBasic.h>
|
class | AppBasic |
|
LRESULT CALLBACK | WndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
|
cinder::app::AppImplMswBasic::AppImplMswBasic |
( |
class AppBasic * |
aApp | ) |
|
void cinder::app::AppImplMswBasic::run |
( |
| ) |
|
class AppBasic* cinder::app::AppImplMswBasic::getApp |
( |
| ) |
|
void cinder::app::AppImplMswBasic::quit |
( |
| ) |
|
|
virtual |
float cinder::app::AppImplMswBasic::setFrameRate |
( |
float |
aFrameRate | ) |
|
|
virtual |
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 |
fs::path cinder::app::AppImplMswBasic::getAppPath |
( |
| ) |
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::hideCursor |
( |
| ) |
|
|
staticinherited |
void cinder::app::AppImplMsw::showCursor |
( |
| ) |
|
|
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 |
LRESULT CALLBACK WndProc |
( |
HWND |
hWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
friend |
float cinder::app::AppImplMsw::mFrameRate |
|
protectedinherited |
WindowRef cinder::app::AppImplMsw::mActiveWindow |
|
protectedinherited |
bool cinder::app::AppImplMsw::mSetupHasBeenCalled |
|
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: