casa
5.7.0-16
|
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.
Enumerator | |
---|---|
GUI | |
SCRIPT |
Definition at line 41 of file ClientFactory.h.
casa::ClientFactory::ClientFactory | ( | ) |
|
virtual |
|
static |