oopapidocs  2.0
AbstractFactory Class Reference

An Abstract Factory interface. More...

#include <abstractfactory.h>

Inheritance diagram for AbstractFactory:

List of all members.

Public Member Functions

virtual QObject * newObject (QString className, QObject *parent=0)=0

Detailed Description

An Abstract Factory interface.

Author:
Alan Ezust

Definition at line 13 of file abstractfactory.h.


Member Function Documentation

virtual QObject* AbstractFactory::newObject ( QString  className,
QObject *  parent = 0 
) [pure virtual]
  • className - the desired class to instantiate
    Returns:
    a QObject-derived instance which is "close enough" to handle the properties of className.

Implemented in ObjectFactory.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Enumerations