MessageViewer::RemoteContentInfo
MessageViewer::RemoteContentInfo Class Reference
#include <remotecontentinfo.h>
Public Types | |
enum class | RemoteContentInfoStatus : uint8_t { Unknown , Blocked , Authorized } |
Public Member Functions | |
bool | isValid () const |
void | setStatus (MessageViewer::RemoteContentInfo::RemoteContentInfoStatus status) |
void | setUrl (const QString &url) |
RemoteContentInfoStatus | status () const |
QString | url () const |
Detailed Description
The RemoteContentInfo class.
Definition at line 17 of file remotecontentinfo.h.
Member Enumeration Documentation
◆ RemoteContentInfoStatus
|
strong |
Definition at line 21 of file remotecontentinfo.h.
Member Function Documentation
◆ isValid()
|
nodiscard |
Definition at line 33 of file remotecontentinfo.cpp.
◆ setStatus()
void RemoteContentInfo::setStatus | ( | MessageViewer::RemoteContentInfo::RemoteContentInfoStatus | status | ) |
Definition at line 28 of file remotecontentinfo.cpp.
◆ setUrl()
void RemoteContentInfo::setUrl | ( | const QString & | url | ) |
Definition at line 18 of file remotecontentinfo.cpp.
◆ status()
|
nodiscard |
Definition at line 23 of file remotecontentinfo.cpp.
◆ url()
|
nodiscard |
Definition at line 13 of file remotecontentinfo.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.