ZoomInfoBarOpCreate Class Reference

Class for creating (dummy) InformationBarOps. Derived classes of BarCreate are used by DialogBarOp::ReadBarsFromFile(). More...

#include <zoomops.h>

Inheritance diagram for ZoomInfoBarOpCreate:

BarCreate SimpleCCObject List of all members.

Public Member Functions

DialogBarOpCreate ()
 Constructs a ZoomInfoBarOp (or derivative) on the heap and returns a pointer to it. Used internally by the info-bar system.

Detailed Description

Class for creating (dummy) InformationBarOps. Derived classes of BarCreate are used by DialogBarOp::ReadBarsFromFile().

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
19/5/94

Definition at line 607 of file zoomops.h.


Member Function Documentation

DialogBarOp * ZoomInfoBarOpCreate::Create void   )  [virtual]
 

Constructs a ZoomInfoBarOp (or derivative) on the heap and returns a pointer to it. Used internally by the info-bar system.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
26/5/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
A pointer to a DialogBarOp, which represents an info-bar.

Errors: -

See also:
class ZoomInfoBarOp; class InformationBarOp

Implements BarCreate.

Definition at line 3240 of file zoomops.cpp.

03241 {
03242     return new ZoomInfoBarOp;
03243 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:03:30 2007 for Camelot by  doxygen 1.4.4