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::Cron::CronFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Cron::CronFactory:
VICI::Factory VICI::stub::CronStubFactory

Public Member Functions

virtual ~CronFactory ()
 virtual destructor
 
virtual CronmakeCron (Window *w)=0
 create an instance of the Cron class More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

An abstract factory for making an instance of Cron.

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

Member Function Documentation

virtual Cron* VICI::Cron::CronFactory::makeCron ( Window w)
pure virtual

create an instance of the Cron class

Parameters
wthe window to display into.
Returns
an instance of the Cron object

Implemented in VICI::stub::CronStubFactory.


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