|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::TrayEntry, including all inherited members.
| Click() | SDL::TrayEntry | inline |
| CreateSubmenu() | SDL::TrayEntry | inline |
| get() const noexcept | SDL::TrayEntry | inline |
| GetChecked() const | SDL::TrayEntry | inline |
| GetEnabled() const | SDL::TrayEntry | inline |
| GetLabel() const | SDL::TrayEntry | inline |
| GetParent() | SDL::TrayEntry | inline |
| GetSubmenu() | SDL::TrayEntry | inline |
| operator bool() const noexcept | SDL::TrayEntry | inlineexplicit |
| operator TrayEntryParam() const noexcept | SDL::TrayEntry | inline |
| operator<=>(const TrayEntry &other) const noexcept=default | SDL::TrayEntry | |
| operator=(TrayEntry &&other) noexcept | SDL::TrayEntry | inline |
| operator=(const TrayEntry &other) noexcept=default | SDL::TrayEntry | |
| release() noexcept | SDL::TrayEntry | inline |
| Remove() | SDL::TrayEntry | inline |
| SetCallback(TrayCB callback) | SDL::TrayEntry | inline |
| SetCallback(TrayCallback callback, void *userdata) | SDL::TrayEntry | inline |
| SetChecked(bool checked) | SDL::TrayEntry | inline |
| SetEnabled(bool enabled) | SDL::TrayEntry | inline |
| SetLabel(StringParam label) | SDL::TrayEntry | inline |
| TrayEntry(std::nullptr_t=nullptr) noexcept | SDL::TrayEntry | inline |
| TrayEntry(const TrayEntryRaw resource) noexcept | SDL::TrayEntry | inline |
| TrayEntry(const TrayEntry &other) noexcept=default | SDL::TrayEntry | |
| TrayEntry(TrayEntry &&other) noexcept | SDL::TrayEntry | inline |
| ~TrayEntry() | SDL::TrayEntry | inline |