FreeRDP
|
Public Member Functions | |
SdlWidgetList (const SdlWidgetList &other)=delete | |
SdlWidgetList (SdlWidgetList &&other)=delete | |
SdlWidgetList & | operator= (const SdlWidgetList &other)=delete |
SdlWidgetList & | operator= (SdlWidgetList &&other)=delete |
virtual bool | reset (const std::string &title, size_t width, size_t height) |
virtual bool | visible () const |
Protected Member Functions | |
bool | update () |
virtual bool | clearWindow () |
virtual bool | updateInternal ()=0 |
Protected Attributes | |
std::shared_ptr< SDL_Window > | _window {} |
std::shared_ptr< SDL_Renderer > | _renderer {} |
SdlButtonList | _buttons |
SDL_Color | _backgroundcolor { 0x38, 0x36, 0x35, 0xff } |
Definition at line 10 of file sdl_widget_list.hpp.
|
protectedvirtual |
Definition at line 30 of file sdl_widget_list.cpp.
|
virtual |
Definition at line 6 of file sdl_widget_list.cpp.
|
protected |
Definition at line 45 of file sdl_widget_list.cpp.
|
virtual |
Definition at line 21 of file sdl_widget_list.cpp.
|
protected |
Definition at line 34 of file sdl_widget_list.hpp.
|
protected |
Definition at line 33 of file sdl_widget_list.hpp.
|
protected |
Definition at line 32 of file sdl_widget_list.hpp.
|
protected |
Definition at line 31 of file sdl_widget_list.hpp.