FreeRDP
|
#include <sdl_select.hpp>
Public Member Functions | |
SdlSelectWidget (SDL_Renderer *renderer, std::string label, SDL_Rect rect) | |
SdlSelectWidget (SdlSelectWidget &&other) noexcept | |
bool | set_mouseover (SDL_Renderer *renderer, bool mouseOver) |
bool | set_highlight (SDL_Renderer *renderer, bool highlight) |
bool | update_text (SDL_Renderer *renderer) |
SdlSelectWidget (const SdlSelectWidget &other)=delete | |
SdlSelectWidget & | operator= (const SdlSelectWidget &other)=delete |
SdlSelectWidget & | operator= (SdlSelectWidget &&other)=delete |
SdlSelectWidget (std::shared_ptr< SDL_Renderer > &renderer, const std::string &label, const SDL_FRect &rect) | |
SdlSelectWidget (SdlSelectWidget &&other) noexcept | |
SdlSelectWidget (const SdlSelectWidget &other)=delete | |
SdlSelectWidget & | operator= (const SdlSelectWidget &other)=delete |
SdlSelectWidget & | operator= (SdlSelectWidget &&other)=delete |
![]() | |
SdlWidget (SDL_Renderer *renderer, SDL_Rect rect, bool input) | |
SdlWidget (SdlWidget &&other) noexcept | |
bool | fill (SDL_Renderer *renderer, SDL_Color color) |
bool | fill (SDL_Renderer *renderer, const std::vector< SDL_Color > &colors) |
bool | update_text (SDL_Renderer *renderer, const std::string &text, SDL_Color fgcolor) |
bool | update_text (SDL_Renderer *renderer, const std::string &text, SDL_Color fgcolor, SDL_Color bgcolor) |
bool | wrap () const |
bool | set_wrap (bool wrap=true, size_t width=0) |
const SDL_Rect & | rect () const |
SdlWidget (const SdlWidget &other)=delete | |
SdlWidget & | operator= (const SdlWidget &other)=delete |
SdlWidget & | operator= (SdlWidget &&other)=delete |
SdlWidget (std::shared_ptr< SDL_Renderer > &renderer, const SDL_FRect &rect) | |
SdlWidget (const SdlWidget &other)=delete | |
SdlWidget (SdlWidget &&other) noexcept | |
SdlWidget & | operator= (const SdlWidget &other)=delete |
SdlWidget & | operator= (SdlWidget &&other)=delete |
bool | fill (SDL_Color color) const |
bool | fill (const std::vector< SDL_Color > &colors) const |
bool | update_text (const std::string &text) |
bool | wrap () const |
bool | set_wrap (bool wrap=true, size_t width=0) |
const SDL_FRect & | rect () const |
bool | update () |
![]() | |
SdlSelectableWidget (std::shared_ptr< SDL_Renderer > &renderer, const SDL_FRect &rect) | |
SdlSelectableWidget (SdlSelectableWidget &&other) noexcept | |
SdlSelectableWidget (const SdlSelectableWidget &other)=delete | |
SdlSelectableWidget & | operator= (const SdlSelectableWidget &other)=delete |
SdlSelectableWidget & | operator= (SdlSelectableWidget &&other)=delete |
bool | highlight (bool enable) |
bool | mouseover (bool enable) |
Additional Inherited Members | |
![]() | |
static bool | error_ex (Sint32 res, const char *what, const char *file, size_t line, const char *fkt) |
static bool | error_ex (bool success, const char *what, const char *file, size_t line, const char *fkt) |
![]() | |
virtual bool | clear () const |
![]() | |
bool | updateInternal () override |
![]() | |
std::shared_ptr< SDL_Renderer > | _renderer {} |
SDL_Color | _backgroundcolor = { 0x56, 0x56, 0x56, 0xff } |
SDL_Color | _fontcolor = { 0xd1, 0xcf, 0xcd, 0xff } |
std::string | _text |
![]() | |
SDL_Color | _highlightcolor = { 0xcd, 0xca, 0x35, 0x60 } |
SDL_Color | _mouseovercolor = { 0x66, 0xff, 0x66, 0x60 } |
FreeRDP: A Remote Desktop Protocol Implementation SDL Client helper dialogs
Copyright 2023 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 28 of file SDL2/dialogs/sdl_select.hpp.
SdlSelectWidget::SdlSelectWidget | ( | SDL_Renderer * | renderer, |
std::string | label, | ||
SDL_Rect | rect | ||
) |
Definition at line 39 of file SDL2/dialogs/sdl_select.cpp.
SdlSelectWidget::SdlSelectWidget | ( | std::shared_ptr< SDL_Renderer > & | renderer, |
const std::string & | label, | ||
const SDL_FRect & | rect | ||
) |
FreeRDP: A Remote Desktop Protocol Implementation SDL Client helper dialogs
Copyright 2023 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 34 of file SDL3/dialogs/sdl_select.cpp.
bool SdlSelectWidget::set_highlight | ( | SDL_Renderer * | renderer, |
bool | highlight | ||
) |
Definition at line 55 of file SDL2/dialogs/sdl_select.cpp.
bool SdlSelectWidget::set_mouseover | ( | SDL_Renderer * | renderer, |
bool | mouseOver | ||
) |
Definition at line 49 of file SDL2/dialogs/sdl_select.cpp.
bool SdlSelectWidget::update_text | ( | SDL_Renderer * | renderer | ) |
Definition at line 61 of file SDL2/dialogs/sdl_select.cpp.