Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Window Member List

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

Application classWindowfriend
DisableCursor() const noexceptWindow
EnableCursor() const noexceptWindow
Focus() const noexceptWindow
GetAspectRatio() const noexceptWindow
GetFrameBufferHeight() noexceptWindow
GetFrameBufferSize() noexceptWindow
GetFrameBufferWidth() noexceptWindow
GetGLFWwindow() const noexceptWindow
GetGLFWwindow() noexceptWindow
GetHeight() const noexceptWindow
GetMaximumSize() const noexceptWindow
GetMinimumSize() const noexceptWindow
GetMonitorSize() noexceptWindow
GetPosition() const noexceptWindow
GetRefreshRate() noexceptWindow
GetSize() const noexceptWindow
GetSwapInterval() const noexceptWindow
GetTitle() const noexceptWindow
GetWidth() const noexceptWindow
Hide() const noexceptWindow
HideCursor() const noexceptWindow
IsDecorated() const noexceptWindow
IsFocused() const noexceptWindow
IsFullscreen() const noexceptWindow
IsHidden() const noexceptWindow
IsMaximized() const noexceptWindow
IsMinimized() const noexceptWindow
IsResizable() const noexceptWindow
IsVisible() const noexceptWindow
Maximize() const noexceptWindow
Minimize() const noexceptWindow
Restore() const noexceptWindow
SetCursor(CursorMode mode) noexceptWindow
SetCursor(const std::string &image_path, const std::int32_t xhot, const std::int32_t yhot) noexceptWindow
SetCursorPosition(const double xPos, const double yPos) const noexceptWindow
SetEventCallback(const EventCallback &callback) noexceptWindow
SetFullscreen(bool full_screen) noexceptWindow
SetIcon(const std::string &icon_path) noexceptWindow
SetIcon(const byte *iconData, std::size_t iconDataSize) noexceptWindow
SetMaximumSize(const std::int32_t maximum_width, const std::int32_t maximum_height) noexceptWindow
SetMinimumSize(const std::int32_t minimum_width, const std::int32_t minimum_height) noexceptWindow
SetPosition(const std::int32_t x, const std::int32_t y) const noexceptWindow
SetRefreshRate(const std::int32_t refresh_rate) noexceptWindow
SetShouldClose(const bool close) const noexceptWindow
SetSwapInterval(const std::int32_t interval) noexceptWindow
SetTitle(const std::string &title, const std::unique_ptr< std::uint32_t > &fps, const std::unique_ptr< RAMInfo > &ram_info, const std::unique_ptr< CPUInfo > &cpu_info) noexceptWindow
ShouldClose() const noexceptWindow
Show() const noexceptWindow
Window(const WindowSettings &window_settings=WindowSettings())Window
~Window()Windowvirtual