FreeRDP
|
Public Types | |
enum | MsgType { MSG_NONE , MSG_INFO , MSG_WARN , MSG_ERROR , MSG_DISCARD } |
Public Member Functions | |
SdlConnectionDialogWrapper (wLog *log) | |
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 36 of file sdl_connection_dialog_wrapper.hpp.
enum SdlConnectionDialogWrapper::MsgType |
Definition at line 39 of file sdl_connection_dialog_wrapper.hpp.
|
explicit |
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.cpp.
void SdlConnectionDialogWrapper::create | ( | rdpContext * | context | ) |
Definition at line 37 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::destroy | ( | ) |
Definition at line 46 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::handleEvent | ( | const SDL_Event & | event | ) |
Definition at line 67 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::handleShow | ( | ) |
Definition at line 159 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isRunning | ( | ) | const |
Definition at line 51 of file sdl_connection_dialog_wrapper.cpp.
bool SdlConnectionDialogWrapper::isVisible | ( | ) | const |
Definition at line 59 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::setTitle | ( | const std::string & | title | ) |
Definition at line 104 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | bool | visible = true | ) |
Definition at line 154 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::show | ( | SdlConnectionDialogWrapper::MsgType | type, |
const std::string & | msg | ||
) |
Definition at line 148 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showError | ( | const std::string & | error | ) |
Definition at line 143 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showInfo | ( | const std::string & | info | ) |
Definition at line 117 of file sdl_connection_dialog_wrapper.cpp.
void SdlConnectionDialogWrapper::showWarn | ( | const std::string & | info | ) |
Definition at line 130 of file sdl_connection_dialog_wrapper.cpp.