![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <endpointinfo.h>
Public Member Functions | |
| EndPointInfo (bool isLocal, bool isInNetwork) | |
| EndPointInfo (const EndPointInfo &other) | |
| void | replaceData (EndPointInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| bool | isLocal () const |
| void | setIsLocal (bool newIsLocal) |
| bool | isInNetwork () const |
| void | setIsInNetwork (bool newIsInNetwork) |
Static Public Member Functions | |
| static EndPointInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| bool | m_isLocal |
| bool | m_isInNetwork |
| Jellyfin::DTO::EndPointInfo::EndPointInfo | ( | bool | isLocal, |
| bool | isInNetwork ) |
| Jellyfin::DTO::EndPointInfo::EndPointInfo | ( | const EndPointInfo & | other | ) |
|
static |
| bool Jellyfin::DTO::EndPointInfo::isInNetwork | ( | ) | const |
| bool Jellyfin::DTO::EndPointInfo::isLocal | ( | ) | const |
| void Jellyfin::DTO::EndPointInfo::replaceData | ( | EndPointInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::EndPointInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::EndPointInfo::setIsInNetwork | ( | bool | newIsInNetwork | ) |
| void Jellyfin::DTO::EndPointInfo::setIsLocal | ( | bool | newIsLocal | ) |
| QJsonObject Jellyfin::DTO::EndPointInfo::toJson | ( | ) | const |
|
protected |
|
protected |