Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::Window, including all inherited members.
close() override | sf::Window | virtual |
create(VideoMode mode, const String &title, std::uint32_t style=Style::Default, State state=State::Windowed) override | sf::Window | virtual |
create(VideoMode mode, const String &title, std::uint32_t style, State state, const ContextSettings &settings) | sf::Window | virtual |
create(VideoMode mode, const String &title, State state) override | sf::Window | virtual |
create(VideoMode mode, const String &title, State state, const ContextSettings &settings) | sf::Window | virtual |
create(WindowHandle handle) override | sf::Window | virtual |
create(WindowHandle handle, const ContextSettings &settings) | sf::Window | virtual |
createVulkanSurface(const VkInstance &instance, VkSurfaceKHR &surface, const VkAllocationCallbacks *allocator=nullptr) | sf::WindowBase | |
display() | sf::Window | |
getNativeHandle() const | sf::WindowBase | |
getPosition() const | sf::WindowBase | |
getSettings() const | sf::Window | |
getSize() const | sf::WindowBase | |
handleEvents(Ts &&... handlers) | sf::WindowBase | |
hasFocus() const | sf::WindowBase | |
isOpen() const | sf::WindowBase | |
onCreate() | sf::WindowBase | protectedvirtual |
onResize() | sf::WindowBase | protectedvirtual |
operator=(const Window &)=delete | sf::Window | |
operator=(Window &&) noexcept | sf::Window | |
sf::WindowBase::operator=(const WindowBase &)=delete | sf::WindowBase | |
sf::WindowBase::operator=(WindowBase &&) noexcept | sf::WindowBase | |
pollEvent() | sf::WindowBase | |
requestFocus() | sf::WindowBase | |
setActive(bool active=true) const | sf::Window | |
setFramerateLimit(unsigned int limit) | sf::Window | |
setIcon(Vector2u size, const std::uint8_t *pixels) | sf::WindowBase | |
setJoystickThreshold(float threshold) | sf::WindowBase | |
setKeyRepeatEnabled(bool enabled) | sf::WindowBase | |
setMaximumSize(const std::optional< Vector2u > &maximumSize) | sf::WindowBase | |
setMinimumSize(const std::optional< Vector2u > &minimumSize) | sf::WindowBase | |
setMouseCursor(const Cursor &cursor) | sf::WindowBase | |
setMouseCursorGrabbed(bool grabbed) | sf::WindowBase | |
setMouseCursorVisible(bool visible) | sf::WindowBase | |
setPosition(Vector2i position) | sf::WindowBase | |
setSize(Vector2u size) | sf::WindowBase | |
setTitle(const String &title) | sf::WindowBase | |
setVerticalSyncEnabled(bool enabled) | sf::Window | |
setVisible(bool visible) | sf::WindowBase | |
waitEvent(Time timeout=Time::Zero) | sf::WindowBase | |
Window() | sf::Window | |
Window(VideoMode mode, const String &title, std::uint32_t style=Style::Default, State state=State::Windowed, const ContextSettings &settings={}) | sf::Window | |
Window(VideoMode mode, const String &title, State state, const ContextSettings &settings={}) | sf::Window | |
Window(WindowHandle handle, const ContextSettings &settings={}) | sf::Window | explicit |
Window(const Window &)=delete | sf::Window | |
Window(Window &&) noexcept | sf::Window | |
WindowBase() | sf::WindowBase | |
WindowBase(VideoMode mode, const String &title, std::uint32_t style=Style::Default, State state=State::Windowed) | sf::WindowBase | |
WindowBase(VideoMode mode, const String &title, State state) | sf::WindowBase | |
WindowBase(WindowHandle handle) | sf::WindowBase | explicit |
WindowBase(const WindowBase &)=delete | sf::WindowBase | |
WindowBase(WindowBase &&) noexcept | sf::WindowBase | |
~Window() override | sf::Window | |
~WindowBase() | sf::WindowBase | virtual |