|
Cute Chess
0.1
|
A factory for creating ChessEngine objects. More...
#include <enginefactory.h>
Static Public Member Functions | |
| static ChessEngine * | create (const QString &protocol) |
| static QStringList | protocols () |
| static ClassRegistry< ChessEngine > * | registry () |
A factory for creating ChessEngine objects.
|
static |
Creates and returns a new engine that uses protocol protocol. Returns 0 if no engine class is associated with protocol.
|
static |
Returns a list of supported chess protocols.
|
static |
Returns the class registry for concrete ChessEngine subclasses.
1.8.11