SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::MessageBox Member List

This is the complete list of members for SDL::MessageBox, including all inherited members.

GetButtons() const noexceptSDL::MessageBoxinline
GetColorScheme() const noexceptSDL::MessageBoxinline
GetFlags() const noexceptSDL::MessageBoxinline
GetMessage() const noexceptSDL::MessageBoxinline
GetNumbuttons() const noexceptSDL::MessageBoxinline
GetTitle() const noexceptSDL::MessageBoxinline
GetWindow() const noexceptSDL::MessageBoxinline
MessageBox(const MessageBoxRaw &messageBox={}) noexceptSDL::MessageBoxinline
MessageBox(MessageBoxFlags flags, WindowRef window, const char *title, const char *message, std::span< const MessageBoxButtonData > buttons, OptionalRef< const MessageBoxColorScheme > colorScheme) noexceptSDL::MessageBoxinline
SetButtons(std::span< const MessageBoxButtonData > newButtons) noexceptSDL::MessageBoxinline
SetColorScheme(OptionalRef< const MessageBoxColorScheme > newColorScheme) noexceptSDL::MessageBoxinline
SetFlags(SDL_MessageBoxFlags newFlags) noexceptSDL::MessageBoxinline
SetMessage(const char *newMessage) noexceptSDL::MessageBoxinline
SetNumbuttons(int newNumbuttons) noexceptSDL::MessageBoxinline
SetTitle(const char *newTitle) noexceptSDL::MessageBoxinline
SetWindow(SDL_Window *newWindow) noexceptSDL::MessageBoxinline
Show(int *buttonid) constSDL::MessageBoxinline