Creates an appropriate client (script, GUI) for communicating with the plot engine. More...
#include <ClientFactory.h>
Public Types | |
enum | ClientType { GUI, SCRIPT } |
Public Member Functions | |
ClientFactory () | |
virtual | ~ClientFactory () |
Static Public Member Functions | |
static Client * | makeClient (ClientType type, PlotMSApp *app) |
Creates an appropriate client (script, GUI) for communicating with the plot engine.
Definition at line 39 of file ClientFactory.h.
Definition at line 41 of file ClientFactory.h.
casa::ClientFactory::ClientFactory | ( | ) |
virtual casa::ClientFactory::~ClientFactory | ( | ) | [virtual] |
static Client* casa::ClientFactory::makeClient | ( | ClientType | type, | |
PlotMSApp * | app | |||
) | [static] |