Engines
XmmsFactory Class Reference
#include <xmms.h>
Inheritance diagram for XmmsFactory:

Public Member Functions | |
Player::Ptr | create (const QVariantList &args=QVariantList()) |
bool | exists (const QVariantList &args=QVariantList()) |
XmmsFactory (QObject *parent=0) |
Detailed Description
Definition at line 24 of file xmms.h.
Constructor & Destructor Documentation
XmmsFactory::XmmsFactory | ( | QObject * | parent = 0 |
) | [explicit] |
Member Function Documentation
Player::Ptr XmmsFactory::create | ( | const QVariantList & | args = QVariantList() |
) | [virtual] |
bool XmmsFactory::exists | ( | const QVariantList & | args = QVariantList() |
) | [virtual] |
Whether create(args) will return a player.
Note that just because this returns true, it should not be assumed that create(args) will not return 0. However, if this returns false, it can be assumed that create(args) will always return 0.
Implements PollingPlayerFactory.
The documentation for this class was generated from the following files: