SelectorInfoBarOpCreate Class Reference

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

#include <selinfo.h>

Inheritance diagram for SelectorInfoBarOpCreate:

BarCreate SimpleCCObject List of all members.

Public Member Functions

virtual DialogBarOpCreate ()
 Used by the bar code to create an appropriate InformationBarOp.

Detailed Description

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

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

Definition at line 247 of file selinfo.h.


Member Function Documentation

DialogBarOp * SelectorInfoBarOpCreate::Create void   )  [virtual]
 

Used by the bar code to create an appropriate InformationBarOp.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/7/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
A pointer to a SelectorBarOp object allocated on the heap.

Errors: -

See also:
class SelectorInfoBarOp; class BarCreate

Implements BarCreate.

Definition at line 1860 of file selinfo.cpp.

01861 {
01862     return new SelectorInfoBarOp;
01863 }


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