VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Inst::InstallerFactory Class Referenceabstract

An abstract factory for making an instance of Installer. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Inst::InstallerFactory:
VICI::Factory VICI::stub::InstallerStubFactory

Public Member Functions

virtual ~InstallerFactory ()
 virtual destructor
 
virtual InstallermakeInstaller (Window *w)=0
 create an instance of the Installer class More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

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.

Member Function Documentation

virtual Installer* VICI::Inst::InstallerFactory::makeInstaller ( Window w)
pure virtual

create an instance of the Installer class

Parameters
wthe window to display into
Returns
an instance of the Installer.

Implemented in VICI::stub::InstallerStubFactory.


The documentation for this class was generated from the following file: