VICI
0.11.815
Visual Chart Interpreter
|
An abstract factory for making an instance of SymbolMgr. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~SymbolFactory () |
virtual destructor | |
virtual SymbolMgr * | makeSymbolMgr (Window *w)=0 |
create an instance of the SymbolMgr class More... | |
Public Member Functions inherited from VICI::Factory | |
virtual | ~Factory () |
Destructor. | |
An abstract factory for making an instance of SymbolMgr.
The implementation will create either the production version, or a stub, or a test version of the SymbolMgr class.
create an instance of the SymbolMgr class
w | the window to display into. |
Implemented in VICI::stub::SymbolStubFactory.