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