Syndication::EnclosureAtomImpl

Search for usage in LXR

Syndication::EnclosureAtomImpl Class Reference

#include <enclosureatomimpl.h>

Inheritance diagram for Syndication::EnclosureAtomImpl:

Public Member Functions

 EnclosureAtomImpl (const Syndication::Atom::Link &link)
 
uint duration () const override
 
bool isNull () const override
 
uint length () const override
 
QString title () const override
 
QString type () const override
 
QString url () const override
 
- Public Member Functions inherited from Syndication::Enclosure
virtual ~Enclosure ()
 
virtual QString debugInfo () const
 

Detailed Description

Author
Frank Osterfeld

Definition at line 24 of file enclosureatomimpl.h.

Constructor & Destructor Documentation

◆ EnclosureAtomImpl()

Syndication::EnclosureAtomImpl::EnclosureAtomImpl ( const Syndication::Atom::Link & link)
explicit

Definition at line 14 of file enclosureatomimpl.cpp.

Member Function Documentation

◆ duration()

uint Syndication::EnclosureAtomImpl::duration ( ) const
overridevirtual

for audio/video files, the duration of the file in seconds

Returns
the duration of the file in seconds, or 0 if not specified

Implements Syndication::Enclosure.

Definition at line 44 of file enclosureatomimpl.cpp.

◆ isNull()

bool Syndication::EnclosureAtomImpl::isNull ( ) const
overridevirtual

returns whether this enclosure is a null object.

Implements Syndication::Enclosure.

Definition at line 19 of file enclosureatomimpl.cpp.

◆ length()

uint Syndication::EnclosureAtomImpl::length ( ) const
overridevirtual

returns the length of the linked file in bytes

Returns
the length of the file in bytes, 0 if not specified

Implements Syndication::Enclosure.

Definition at line 39 of file enclosureatomimpl.cpp.

◆ title()

QString Syndication::EnclosureAtomImpl::title ( ) const
overridevirtual

title of the enclosure.

This is a human-readable description of the linked file. If available, the title should be used in user interfaces instead of the URL. If no title is set (e.g., RSS2 enclosures don't have titles), use url() as fallback.

Returns
title describing the enclosure, or a null string if not specified.

Implements Syndication::Enclosure.

Definition at line 29 of file enclosureatomimpl.cpp.

◆ type()

QString Syndication::EnclosureAtomImpl::type ( ) const
overridevirtual

mimetype of the enclosure.

TODO: link mimetype specs

Examples are "audio/mpeg" for MP3, or "application/pdf" for PDF.

Returns
the mimetype of the file, or a null string if not specified

Implements Syndication::Enclosure.

Definition at line 34 of file enclosureatomimpl.cpp.

◆ url()

QString Syndication::EnclosureAtomImpl::url ( ) const
overridevirtual

The URL of the linked resource (required).

Implements Syndication::Enclosure.

Definition at line 24 of file enclosureatomimpl.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 Tue Mar 26 2024 11:14:15 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.