Engines
AmarokFactory Class Reference
#include <amarok.h>
Inheritance diagram for AmarokFactory:

Detailed Description
Definition at line 24 of file amarok.h.
Public Member Functions | |
AmarokFactory (QObject *parent=0) | |
Player::Ptr | create (const QVariantList &args=QVariantList()) |
bool | matches (const QString &serviceName) |
Constructor & Destructor Documentation
AmarokFactory::AmarokFactory | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 28 of file amarok.cpp.
Member Function Documentation
Player::Ptr AmarokFactory::create | ( | const QVariantList & | args = QVariantList() |
) | [virtual] |
Create a player.
Returns 0 if a valid player could not be created.
Implements DBusPlayerFactory.
Definition at line 33 of file amarok.cpp.
bool AmarokFactory::matches | ( | const QString & | serviceName | ) | [virtual] |
Whether the given dbus service name is a service for this player.
Implements DBusPlayerFactory.
Definition at line 45 of file amarok.cpp.
The documentation for this class was generated from the following files: