Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvPSPrinter::DialogHandle::Factory Class Referenceabstract

Factory class to create a dialog handle. More...

#include <ilviews/printing/psprinter.h>

Public Member Functions

virtual ~Factory ()
 Destructor. More...
 
virtual DialogHandleget (IlvDisplay *display) const =0
 Builds a new DialogHandle. More...
 

Detailed Description

Factory class to create a dialog handle.

Library: ilvprint

Constructor & Destructor Documentation

◆ ~Factory()

virtual IlvPSPrinter::DialogHandle::Factory::~Factory ( )
virtual

Destructor.

This function does not do anything. Its purpose is to be overridden if needed.

Member Function Documentation

◆ get()

virtual DialogHandle* IlvPSPrinter::DialogHandle::Factory::get ( IlvDisplay display) const
pure virtual

Builds a new DialogHandle.

This function must be overridden in inherited classes.

Parameters
displayA pointer to an IlvDisplay.
Returns
A pointer to a new DialogHandle.