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::Symbol::SymbolFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Symbol::SymbolFactory:
VICI::Factory VICI::stub::SymbolStubFactory

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

virtual SymbolMgr* VICI::Symbol::SymbolFactory::makeSymbolMgr ( Window w)
pure virtual

create an instance of the SymbolMgr class

Parameters
wthe window to display into.

Implemented in VICI::stub::SymbolStubFactory.


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