Cinder  0.9.1
cinder::app::AppBase::Settings Member List

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

AppBasecinder::app::AppBase::Settingsprotected
disableFrameRate()cinder::app::AppBase::Settings
getCommandLineArgs() const cinder::app::AppBase::Settings
getDefaultRenderer() const cinder::app::AppBase::Settings
getDefaultWindowFormat() const cinder::app::AppBase::Settings
getDisplay() const cinder::app::AppBase::Settings
getFrameRate() const cinder::app::AppBase::Settings
getShouldQuit() const cinder::app::AppBase::Settings
getTitle() const cinder::app::AppBase::Settings
getWindowFormats()cinder::app::AppBase::Settings
getWindowFormats() const cinder::app::AppBase::Settings
getWindowPos() const cinder::app::AppBase::Settings
getWindowSize() const cinder::app::AppBase::Settings
init(const RendererRef &defaultRenderer, const char *title, int argc, char *const argv[])cinder::app::AppBase::Settingsprotected
isAlwaysOnTop() const cinder::app::AppBase::Settings
isBorderless() const cinder::app::AppBase::Settings
isFrameRateEnabled() const cinder::app::AppBase::Settings
isFullScreen()cinder::app::AppBase::Settings
isHighDensityDisplayEnabled() const cinder::app::AppBase::Settings
isMultiTouchEnabled() const cinder::app::AppBase::Settings
isPowerManagementEnabled() const cinder::app::AppBase::Settings
isQuitOnLastWindowCloseEnabled() const cinder::app::AppBase::Settings
isResizable() const cinder::app::AppBase::Settings
isWindowPosSpecified() const cinder::app::AppBase::Settings
mCommandLineArgscinder::app::AppBase::Settingsprotected
mDefaultRenderercinder::app::AppBase::Settingsprotected
mDefaultWindowFormatcinder::app::AppBase::Settingsprotected
mFrameRatecinder::app::AppBase::Settingsprotected
mFrameRateEnabledcinder::app::AppBase::Settingsprotected
mHighDensityDisplayEnabledcinder::app::AppBase::Settingsprotected
mMultiTouchEnabledcinder::app::AppBase::Settingsprotected
mPowerManagementEnabledcinder::app::AppBase::Settingsprotected
mQuitOnLastWindowClosecinder::app::AppBase::Settingsprotected
mShouldQuitcinder::app::AppBase::Settingsprotected
mTitlecinder::app::AppBase::Settingsprotected
mWindowFormatscinder::app::AppBase::Settingsprotected
prepareWindow(const Window::Format &format)cinder::app::AppBase::Settings
setAlwaysOnTop(bool alwaysOnTop=true)cinder::app::AppBase::Settings
setBorderless(bool borderless=true)cinder::app::AppBase::Settings
setDefaultRenderer(const RendererRef &renderer)cinder::app::AppBase::Settings
setDefaultWindowFormat(const Window::Format &format)cinder::app::AppBase::Settings
setDisplay(DisplayRef display)cinder::app::AppBase::Settings
setFrameRate(float frameRate)cinder::app::AppBase::Settings
setFullScreen(bool fullScreen=true, const FullScreenOptions &options=FullScreenOptions())cinder::app::AppBase::Settings
setHighDensityDisplayEnabled(bool enable=true)cinder::app::AppBase::Settings
setMultiTouchEnabled(bool enable=true)cinder::app::AppBase::Settings
setPowerManagementEnabled(bool enable=true)cinder::app::AppBase::Settings
setQuitOnLastWindowCloseEnabled(bool enable=true)cinder::app::AppBase::Settings
setResizable(bool resizable=true)cinder::app::AppBase::Settings
setShouldQuit(bool shouldQuit=true)cinder::app::AppBase::Settings
Settings()cinder::app::AppBase::Settings
setTitle(const std::string &title)cinder::app::AppBase::Settings
setWindowPos(int windowPosX, int windowPosY)cinder::app::AppBase::Settings
setWindowPos(const ivec2 &windowPos)cinder::app::AppBase::Settings
setWindowPosUnspecified()cinder::app::AppBase::Settings
setWindowSize(int windowSizeX, int windowSizeY)cinder::app::AppBase::Settings
setWindowSize(const ivec2 &size)cinder::app::AppBase::Settings
~Settings()cinder::app::AppBase::Settingsvirtual