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