VICI
0.11.815
Visual Chart Interpreter
|
A factory for creating stub instances of Search objects. More...
#include <vici/libifstubs.h>
Public Member Functions | |
virtual Search::Search * | makeSearch (Window *, Search::SearchClient *) |
create an instance of the Search class More... | |
Public Member Functions inherited from VICI::Search::SearchFactory | |
virtual | ~SearchFactory () |
virtual destructor | |
Public Member Functions inherited from VICI::Factory | |
virtual | ~Factory () |
Destructor. | |
A factory for creating stub instances of Search objects.
|
virtual |
create an instance of the Search class
w | the window to display into |
sc | the client to report the results to |
Implements VICI::Search::SearchFactory.