rwlogo

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave 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

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

Destructor.

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

Member Function Documentation

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.

© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.