FreeRDP
|
#include <sdl_input_widget_pair_list.hpp>
Public Member Functions | |
SdlInputWidgetPairList (const std::string &title, const std::vector< std::string > &labels, const std::vector< std::string > &initial, const std::vector< Uint32 > &flags) | |
SdlInputWidgetPairList (const SdlInputWidgetPairList &other)=delete | |
SdlInputWidgetPairList (SdlInputWidgetPairList &&other)=delete | |
SdlInputWidgetPairList & | operator= (const SdlInputWidgetPairList &other)=delete |
SdlInputWidgetPairList & | operator= (SdlInputWidgetPairList &&other)=delete |
int | run (std::vector< std::string > &result) |
![]() | |
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 | updateInternal () override |
ssize_t | get_index (const SDL_MouseButtonEvent &button) |
![]() | |
bool | update () |
virtual bool | clearWindow () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< SDL_Window > | _window {} |
std::shared_ptr< SDL_Renderer > | _renderer {} |
SdlButtonList | _buttons |
SDL_Color | _backgroundcolor { 0x38, 0x36, 0x35, 0xff } |
FreeRDP: A Remote Desktop Protocol Implementation SDL Client helper dialogs
Copyright 2025 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2025 Thincast Technologies GmbH
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 30 of file sdl_input_widget_pair_list.hpp.
SdlInputWidgetPairList::SdlInputWidgetPairList | ( | const std::string & | title, |
const std::vector< std::string > & | labels, | ||
const std::vector< std::string > & | initial, | ||
const std::vector< Uint32 > & | flags | ||
) |
Definition at line 30 of file sdl_input_widget_pair_list.cpp.
|
overridevirtual |
Definition at line 110 of file sdl_input_widget_pair_list.cpp.
|
protected |
Definition at line 129 of file sdl_input_widget_pair_list.cpp.
int SdlInputWidgetPairList::run | ( | std::vector< std::string > & | result | ) |
Definition at line 144 of file sdl_input_widget_pair_list.cpp.
|
overrideprotectedvirtual |
Implements SdlWidgetList.
Definition at line 116 of file sdl_input_widget_pair_list.cpp.