Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cinder::app::AppBasic::Settings Member List

This is the complete list of members for cinder::app::AppBasic::Settings, including all inherited members.

disableFrameRate()cinder::app::App::Settings
enableHighDensityDisplay(bool enable=true)cinder::app::App::Settings
enableMultiTouch(bool enable=true)cinder::app::AppBasic::Settings
enablePowerManagement(bool aPowerManagement=true)cinder::app::App::Settings
enableQuitOnLastWindowClose(bool enable=true)cinder::app::AppBasic::Settings
getDefaultWindowFormat() const cinder::app::App::Settings
getDisplay() const cinder::app::AppBasic::Settings
getFrameRate() const cinder::app::App::Settings
getTitle() const cinder::app::App::Settings
getWindowFormats()cinder::app::App::Settings
getWindowFormats() const cinder::app::App::Settings
getWindowPos() const cinder::app::App::Settings
getWindowSize() const cinder::app::App::Settings
isAlwaysOnTop() const cinder::app::AppBasic::Settings
isBorderless() const cinder::app::AppBasic::Settings
isFrameRateEnabled() const cinder::app::App::Settings
isFullScreen()cinder::app::AppBasic::Settings
isHighDensityDisplayEnabled() const cinder::app::App::Settings
isMultiTouchEnabled() const cinder::app::AppBasic::Settings
isPowerManagementEnabled() const cinder::app::App::Settings
isPrepared() const cinder::app::App::Settings
isQuitOnLastWindowCloseEnabled() const cinder::app::AppBasic::Settings
isResizable() const cinder::app::AppBasic::Settings
isWindowPosSpecified() const cinder::app::App::Settings
mDefaultWindowFormatcinder::app::App::Settingsprotected
mEnableHighDensityDisplaycinder::app::App::Settingsprotected
mEnableMultiTouchcinder::app::App::Settingsprotected
mFrameRatecinder::app::App::Settingsprotected
mFrameRateEnabledcinder::app::App::Settingsprotected
mPowerManagementcinder::app::App::Settingsprotected
mShouldQuitcinder::app::App::Settingsprotected
mTitlecinder::app::App::Settingsprotected
mWindowFormatscinder::app::App::Settingsprotected
prepareWindow(const Window::Format &format)cinder::app::App::Settings
setAlwaysOnTop(bool alwaysOnTop=true)cinder::app::AppBasic::Settings
setBorderless(bool borderless=true)cinder::app::AppBasic::Settings
setDefaultWindowFormat(const Window::Format &format)cinder::app::App::Settings
setDisplay(DisplayRef display)cinder::app::AppBasic::Settings
setFrameRate(float frameRate)cinder::app::App::Settings
setFullScreen(bool fullScreen=true, const FullScreenOptions &options=FullScreenOptions())cinder::app::App::Settings
setResizable(bool resizable=true)cinder::app::AppBasic::Settings
setShouldQuit(bool aShouldQuit=true)cinder::app::AppBasic::Settings
Settings()cinder::app::AppBasic::Settings
setTitle(const std::string &title)cinder::app::App::Settings
setWindowPos(int windowPosX, int windowPosY)cinder::app::App::Settings
setWindowPos(const Vec2i &windowPos)cinder::app::App::Settings
setWindowSize(int windowSizeX, int windowSizeY)cinder::app::App::Settings
setWindowSize(const Vec2i &size)cinder::app::App::Settings
unspecifyWindowPos()cinder::app::App::Settings
~Settings()cinder::app::App::Settingsvirtual