libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
SDL2pp::Window Member List

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

Get() constSDL2pp::Window
GetBrightness() constSDL2pp::Window
GetDisplayIndex() constSDL2pp::Window
GetDisplayMode(SDL_DisplayMode &mode) constSDL2pp::Window
GetDrawableHeight() constSDL2pp::Window
GetDrawableSize() constSDL2pp::Window
GetDrawableWidth() constSDL2pp::Window
GetFlags() constSDL2pp::Window
GetGrab() constSDL2pp::Window
GetHeight() constSDL2pp::Window
GetMaximumSize() constSDL2pp::Window
GetMinimumSize() constSDL2pp::Window
GetOpacity() constSDL2pp::Window
GetPosition() constSDL2pp::Window
GetSize() constSDL2pp::Window
GetTitle() constSDL2pp::Window
GetWidth() constSDL2pp::Window
Hide()SDL2pp::Window
Maximize()SDL2pp::Window
Minimize()SDL2pp::Window
operator=(Window &&other) noexceptSDL2pp::Window
operator=(const Window &other)=deleteSDL2pp::Window
Raise()SDL2pp::Window
Restore()SDL2pp::Window
SetBordered(bool bordered=true)SDL2pp::Window
SetBrightness(float brightness)SDL2pp::Window
SetFullscreen(Uint32 flags)SDL2pp::Window
SetGrab(bool grabbed)SDL2pp::Window
SetIcon(const Surface &icon)SDL2pp::Window
SetMaximumSize(int w, int h)SDL2pp::Window
SetMaximumSize(const Point &size)SDL2pp::Window
SetMinimumSize(int w, int h)SDL2pp::Window
SetMinimumSize(const Point &size)SDL2pp::Window
SetOpacity(float opacity=1.0f)SDL2pp::Window
SetPosition(int x, int y)SDL2pp::Window
SetPosition(const Point &pos)SDL2pp::Window
SetResizable(bool resizable=true)SDL2pp::Window
SetSize(int w, int h)SDL2pp::Window
SetSize(const Point &size)SDL2pp::Window
SetTitle(const std::string &title)SDL2pp::Window
Show()SDL2pp::Window
Window(SDL_Window *window)SDL2pp::Windowexplicit
Window(const std::string &title, int x, int y, int w, int h, Uint32 flags)SDL2pp::Window
Window(Window &&other) noexceptSDL2pp::Window
Window(const Window &other)=deleteSDL2pp::Window
~Window()SDL2pp::Windowvirtual