FreeRDP
|
#include <sdl_connection_dialog_wrapper.hpp>
Public Member Functions | |
SdlConnectionDialogWrapper (const SdlConnectionDialogWrapper &other)=delete | |
SdlConnectionDialogWrapper (SdlConnectionDialogWrapper &&other)=delete | |
SdlConnectionDialogWrapper & | operator= (const SdlConnectionDialogWrapper &other)=delete |
SdlConnectionDialogWrapper & | operator= (SdlConnectionDialogWrapper &&other)=delete |
void | create (rdpContext *context) |
void | destroy () |
bool | isRunning () const |
bool | isVisible () const |
bool | handleEvent (const SDL_Event &event) |
void | setTitle (WINPR_FORMAT_ARG const char *fmt,...) |
void | setTitle (const std::string &title) |
void | showInfo (WINPR_FORMAT_ARG const char *fmt,...) |
void | showInfo (const std::string &info) |
void | showWarn (WINPR_FORMAT_ARG const char *fmt,...) |
void | showWarn (const std::string &info) |
void | showError (WINPR_FORMAT_ARG const char *fmt,...) |
void | showError (const std::string &error) |
void | show (SDLConnectionDialog::MsgType type, const std::string &msg) |
void | show (bool visible=true) |
void | handleShow () |
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 31 of file sdl_connection_dialog_wrapper.hpp.
void SdlConnectionDialogWrapper::create | ( | rdpContext * | context | ) |
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 25 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::destroy | ( | ) |
Definition at line 32 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::handleEvent | ( | const SDL_Event & | event | ) |
Definition at line 55 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::handleShow | ( | ) |
Definition at line 154 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isRunning | ( | ) | const |
Definition at line 39 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isVisible | ( | ) | const |
Definition at line 47 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::setTitle | ( | const std::string & | title | ) |
Definition at line 92 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | bool | visible = true | ) |
Definition at line 147 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | SDLConnectionDialog::MsgType | type, |
const std::string & | msg | ||
) |
Definition at line 138 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showError | ( | const std::string & | error | ) |
Definition at line 133 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showInfo | ( | const std::string & | info | ) |
Definition at line 107 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showWarn | ( | const std::string & | info | ) |
Definition at line 120 of file sdl_connection_dialog_wrapper.cpp.