Engines
PollingPlayerFactory Class Reference
A player factory that is polled. More...
#include <playerfactory.h>
Inheritance diagram for PollingPlayerFactory:

Public Member Functions | |
virtual bool | exists (const QVariantList &args=QVariantList())=0 |
PollingPlayerFactory (QObject *parent=0) |
Detailed Description
A player factory that is polled.Definition at line 45 of file playerfactory.h.
Constructor & Destructor Documentation
PollingPlayerFactory::PollingPlayerFactory | ( | QObject * | parent = 0 |
) |
Definition at line 9 of file playerfactory.cpp.
Member Function Documentation
virtual bool PollingPlayerFactory::exists | ( | const QVariantList & | args = QVariantList() |
) | [pure 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.
Implemented in XmmsFactory.
The documentation for this class was generated from the following files: