MessageViewer::RemoteContentInfo

Search for usage in LXR

MessageViewer::RemoteContentInfo Class Reference

#include <remotecontentinfo.h>

Public Types

enum class  RemoteContentInfoStatus { 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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 17 of file remotecontentinfo.h.

Member Enumeration Documentation

◆ RemoteContentInfoStatus

enum class MessageViewer::RemoteContentInfo::RemoteContentInfoStatus
strong

Definition at line 21 of file remotecontentinfo.h.

Member Function Documentation

◆ isValid()

bool RemoteContentInfo::isValid ( ) const
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()

RemoteContentInfo::RemoteContentInfoStatus RemoteContentInfo::status ( ) const
nodiscard

Definition at line 23 of file remotecontentinfo.cpp.

◆ url()

QString RemoteContentInfo::url ( ) const
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 Fri Jul 26 2024 11:54:20 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.