Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QPlaylistHandlerInterface Class Reference
[QtMediaModule]

The QPlaylistHandlerInterface class provides an abstract base class that must be subclassed when implementing new playlist load/save handlers. More...

    #include <QPlaylistHandlerInterface>

Public Functions


Detailed Description

The QPlaylistHandlerInterface class provides an abstract base class that must be subclassed when implementing new playlist load/save handlers.

See also QMediaPlaylist::registerTypeHandler().


Member Function Documentation

QPlaylistHandlerInterface::~QPlaylistHandlerInterface ()   [virtual]

Destroys the playlisthandler interface object.

QContentList QPlaylistHandlerInterface::load ( const QString & filename ) const   [pure virtual]

Returns a QContentList for the given filename, which is used to populate a QMediaPlaylist.

bool QPlaylistHandlerInterface::save ( const QString & filename, const QContentList & playlist ) const   [pure virtual]

Returns true if the passed playlist was sucessfully written to filename.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3