CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237::Window Member List

This is the complete list of members for cs237::Window, including all inherited members.

_appcs237::Windowprotected
_createSwapChain(bool depth, bool stencil)cs237::Windowprotected
_cursorEnterEnabledcs237::Windowprotected
_cursorPosEnabledcs237::Windowprotected
_getScissorsRect()cs237::Windowinlineprotected
_getSwapChainDetails()cs237::Windowprotected
_getViewport(bool oglView=false)cs237::Windowinlineprotected
_graphicsQIdx() constcs237::Windowinlineprotected
_htcs237::Windowprotected
_initAttachments(std::vector< vk::AttachmentDescription > &descs, std::vector< vk::AttachmentReference > &refs)cs237::Windowprotected
_isViscs237::Windowprotected
_keyEnabledcs237::Windowprotected
_mouseButtonEnabledcs237::Windowprotected
_presentationQIdx() constcs237::Windowinlineprotected
_recreateSwapChain()cs237::Windowprotected
_scrollEnabledcs237::Windowprotected
_setViewportCmd(vk::CommandBuffer cmdBuf, bool oglView=false)cs237::Windowinlineprotected
_setViewportCmd(vk::CommandBuffer cmdBuf, int32_t x, int32_t y, int32_t wid, int32_t ht)cs237::Windowprotected
_surfcs237::Windowprotected
_swapcs237::Windowprotected
_widcs237::Windowprotected
_wincs237::Windowprotected
app()cs237::Windowinline
cursorEnter(bool entered)cs237::Windowvirtual
cursorPos(double xpos, double ypos)cs237::Windowvirtual
device() constcs237::Windowinline
draw()=0cs237::Windowpure virtual
enableCursorEnterEvent(bool enable)cs237::Window
enableCursorPosEvent(bool enable)cs237::Window
enableKeyEvent(bool enable)cs237::Window
enableMouseButtonEvent(bool enable)cs237::Window
enableScrollEvent(bool enable)cs237::Window
graphicsQ() constcs237::Windowinline
height() constcs237::Windowinline
hide()cs237::Windowinline
iconify(bool iconified)cs237::Windowvirtual
key(int key, int scancode, int action, int mods)cs237::Windowvirtual
mouseButton(int button, int action, int mods)cs237::Windowvirtual
presentationQ() constcs237::Windowinline
refresh()cs237::Windowinline
reshape(int wid, int ht)cs237::Windowvirtual
scroll(double xoffset, double yoffset)cs237::Windowvirtual
setCursorMode(int mode)cs237::Window
show()cs237::Windowinline
width() constcs237::Windowinline
Window(Application *app, CreateWindowInfo const &info)cs237::Windowprotected
windowShouldClose()cs237::Windowinline
~Window()cs237::Windowvirtual