SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::FileDialog Namespace Reference

Properties for file dialogs. More...

Variables

constexpr auto FILTERS_POINTER
 Pointer to filters.
constexpr auto NFILTERS_NUMBER
 Number of filters.
constexpr auto WINDOW_POINTER
 Pointer to window.
constexpr auto LOCATION_STRING
 String for location.
constexpr auto MANY_BOOLEAN
 Many enabled.
constexpr auto TITLE_STRING
 String for title.
constexpr auto ACCEPT_STRING
 String for accept.
constexpr auto CANCEL_STRING
 String for cancel.

Detailed Description

Properties for file dialogs.

These are properties that can be supplied to ShowFileDialogWithProperties() to control the behavior of the dialog.

See also
ShowFileDialogWithProperties

Variable Documentation

◆ ACCEPT_STRING

auto SDL::prop::FileDialog::ACCEPT_STRING
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_ACCEPT_STRING

String for accept.

◆ CANCEL_STRING

auto SDL::prop::FileDialog::CANCEL_STRING
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_CANCEL_STRING

String for cancel.

◆ FILTERS_POINTER

auto SDL::prop::FileDialog::FILTERS_POINTER
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_FILTERS_POINTER

Pointer to filters.

◆ LOCATION_STRING

auto SDL::prop::FileDialog::LOCATION_STRING
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_LOCATION_STRING

String for location.

◆ MANY_BOOLEAN

auto SDL::prop::FileDialog::MANY_BOOLEAN
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_MANY_BOOLEAN

Many enabled.

◆ NFILTERS_NUMBER

auto SDL::prop::FileDialog::NFILTERS_NUMBER
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_NFILTERS_NUMBER

Number of filters.

◆ TITLE_STRING

auto SDL::prop::FileDialog::TITLE_STRING
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_TITLE_STRING

String for title.

◆ WINDOW_POINTER

auto SDL::prop::FileDialog::WINDOW_POINTER
constexpr
Initial value:
=
SDL_PROP_FILE_DIALOG_WINDOW_POINTER

Pointer to window.