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::Canvas::CanvasFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Canvas::CanvasFactory:
VICI::Factory VICI::stub::CanvasStubFactory

Public Member Functions

virtual ~CanvasFactory ()
 virtual destructor
 
virtual CanvasmakeCanvas (Window *, Symbol::SymbolMgr *, Interp::Interpreter *, CanvasClient *)=0
 create an instance of the Canvas class
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

An abstract factory for making an instance of Canvas.

The implementation will create either the production version, or a stub, or a test version of the Canvas class.


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