cinder::app::AppImplMsw Class Reference
#include <AppImplMsw.h>
Inherited by cinder::app::AppImplMswBasic, and cinder::app::AppImplMswScreenSaver.
List of all members.
Constructor & Destructor Documentation
| cinder::app::AppImplMsw::AppImplMsw |
( |
class App * |
aApp |
) |
|
| virtual cinder::app::AppImplMsw::~AppImplMsw |
( |
|
) |
[virtual] |
Member Function Documentation
| int cinder::app::AppImplMsw::getWindowWidth |
( |
|
) |
const |
| int cinder::app::AppImplMsw::getWindowHeight |
( |
|
) |
const |
| virtual void cinder::app::AppImplMsw::setWindowWidth |
( |
int |
aWindowWidth |
) |
[virtual] |
| virtual void cinder::app::AppImplMsw::setWindowHeight |
( |
int |
aWindowHeight |
) |
[virtual] |
| virtual void cinder::app::AppImplMsw::setWindowSize |
( |
int |
aWindowWidth, |
|
|
int |
aWindowHeight | |
|
) |
| | [virtual] |
| float cinder::app::AppImplMsw::getFrameRate |
( |
|
) |
const |
| virtual float cinder::app::AppImplMsw::setFrameRate |
( |
float |
aFrameRate |
) |
[virtual] |
| bool cinder::app::AppImplMsw::isFullScreen |
( |
|
) |
const |
| virtual void cinder::app::AppImplMsw::toggleFullScreen |
( |
|
) |
[virtual] |
| Vec2i cinder::app::AppImplMsw::mouseLocation |
( |
|
) |
[virtual] |
| virtual void cinder::app::AppImplMsw::quit |
( |
|
) |
[pure virtual] |
| virtual void cinder::app::AppImplMsw::privateSetWindowOffset__ |
( |
const Vec2i & |
aWindowOffset |
) |
[virtual] |
| void cinder::app::AppImplMsw::hideCursor |
( |
|
) |
[static] |
| void cinder::app::AppImplMsw::showCursor |
( |
|
) |
[static] |
| Buffer cinder::app::AppImplMsw::loadResource |
( |
int |
id, |
|
|
const std::string & |
type | |
|
) |
| | [static] |
| std::string cinder::app::AppImplMsw::getAppPath |
( |
|
) |
[static] |
| string cinder::app::AppImplMsw::getOpenFilePath |
( |
const std::string & |
initialPath, |
|
|
std::vector< std::string > |
extensions | |
|
) |
| | [static] |
| string cinder::app::AppImplMsw::getSaveFilePath |
( |
const std::string & |
initialPath, |
|
|
std::vector< std::string > |
extensions | |
|
) |
| | [static] |
Member Data Documentation
The documentation for this class was generated from the following files: