AttrFractalChange Class Reference

Change Fractal Attribute class. This Attribute never exists in the Tree. It is used for changing a Fractal Fill. More...

#include <fillattr2.h>

Inheritance diagram for AttrFractalChange:

AttrValueChange AttrFillGeometry NodeAttribute NodeRenderable Node CCObject SimpleCCObject AttrFractalGrainChange AttrFractalTileableChange List of all members.

Public Member Functions

 AttrFractalChange ()
virtual UINT32 GetAttrNameID (void)
 Returns a string resource ID describing the attribute.
virtual AttributeValueGetAttributeValue ()

Protected Attributes

FractalFillAttribute Value

Detailed Description

Change Fractal Attribute class. This Attribute never exists in the Tree. It is used for changing a Fractal Fill.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
8/8/94
See also:
AttrFillGeometry

Definition at line 288 of file fillattr2.h.


Constructor & Destructor Documentation

AttrFractalChange::AttrFractalChange  )  [inline]
 

Definition at line 293 of file fillattr2.h.

00293 : AttrValueChange() {}


Member Function Documentation

virtual AttributeValue* AttrFractalChange::GetAttributeValue  )  [inline, virtual]
 

Implements AttrValueChange.

Definition at line 297 of file fillattr2.h.

00297 { return &Value; }

UINT32 AttrFractalChange::GetAttrNameID void   )  [virtual]
 

Returns a string resource ID describing the attribute.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/01/95
Returns:
Attribute description ID

Reimplemented from AttrValueChange.

Reimplemented in AttrFractalGrainChange, and AttrFractalTileableChange.

Definition at line 4437 of file fillattr.cpp.

04438 {
04439     return (_R(IDS_FRACTAL_CHANGE));
04440 }                                  


Member Data Documentation

FractalFillAttribute AttrFractalChange::Value [protected]
 

Definition at line 300 of file fillattr2.h.


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