FreeRDP
|
Public Types | |
enum | MsgType { MSG_NONE , MSG_INFO , MSG_WARN , MSG_ERROR , MSG_DISCARD } |
Public Member Functions | |
SdlConnectionDialogWrapper () | |
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 (SdlConnectionDialogWrapper::MsgType type, const std::string &msg) |
void | show (bool visible=true) |
void | handleShow () |
Definition at line 35 of file sdl_connection_dialog_wrapper.hpp.
enum SdlConnectionDialogWrapper::MsgType |
Definition at line 38 of file sdl_connection_dialog_wrapper.hpp.
|
default |
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.
void SdlConnectionDialogWrapper::create | ( | rdpContext * | context | ) |
Definition at line 31 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::destroy | ( | ) |
Definition at line 36 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::handleEvent | ( | const SDL_Event & | event | ) |
Definition at line 57 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::handleShow | ( | ) |
Definition at line 149 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isRunning | ( | ) | const |
Definition at line 41 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isVisible | ( | ) | const |
Definition at line 49 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::setTitle | ( | const std::string & | title | ) |
Definition at line 94 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | bool | visible = true | ) |
Definition at line 144 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | SdlConnectionDialogWrapper::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.