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::WindowBase, including all inherited members.
close() | sf::WindowBase | virtual |
create(VideoMode mode, const String &title, std::uint32_t style=Style::Default, State state=State::Windowed) | sf::WindowBase | virtual |
create(VideoMode mode, const String &title, State state) | sf::WindowBase | virtual |
create(WindowHandle handle) | sf::WindowBase | virtual |
createVulkanSurface(const VkInstance &instance, VkSurfaceKHR &surface, const VkAllocationCallbacks *allocator=nullptr) | sf::WindowBase | |
getNativeHandle() const | sf::WindowBase | |
getPosition() const | sf::WindowBase | |
getSize() const | sf::WindowBase | |
handleEvents(Handlers &&... handlers) | sf::WindowBase | |
hasFocus() const | sf::WindowBase | |
isOpen() const | sf::WindowBase | |
onCreate() | sf::WindowBase | protectedvirtual |
onResize() | sf::WindowBase | protectedvirtual |
operator=(const WindowBase &)=delete | sf::WindowBase | |
operator=(WindowBase &&) noexcept | sf::WindowBase | |
pollEvent() | sf::WindowBase | |
requestFocus() | sf::WindowBase | |
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 | |
setVisible(bool visible) | sf::WindowBase | |
waitEvent(Time timeout=Time::Zero) | sf::WindowBase | |
Window class | sf::WindowBase | friend |
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 | |
~WindowBase() | sf::WindowBase | virtual |