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::Search::SearchFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Search::SearchFactory:
VICI::Factory VICI::stub::SearchStubFactory

Public Member Functions

virtual ~SearchFactory ()
 virtual destructor
 
virtual SearchmakeSearch (Window *w, SearchClient *sc)=0
 create an instance of the Search class More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

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.

Member Function Documentation

virtual Search* VICI::Search::SearchFactory::makeSearch ( Window w,
SearchClient sc 
)
pure virtual

create an instance of the Search class

Parameters
wthe window to display into
scthe client to report the results to

Implemented in VICI::stub::SearchStubFactory.


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