|
VICI
0.11.815
Visual Chart Interpreter
|
An abstract factory for making an instance of ViciEditor. More...
#include <vici/vici.h>
Public Member Functions | |
| virtual | ~ViciEditorFactory () |
| virtual destructor | |
| virtual ViciEditor * | makeViciEditor ()=0 |
| create an instance of the ViciEditor class | |
Public Member Functions inherited from VICI::Factory | |
| virtual | ~Factory () |
| Destructor. | |
An abstract factory for making an instance of ViciEditor.
The implementation will create either the production version, or a stub, or a test version of the ViciEditor class.
1.8.5