#include <fillattr2.h>
Inheritance diagram for AttrFractalChange:
Public Member Functions | |
AttrFractalChange () | |
virtual UINT32 | GetAttrNameID (void) |
Returns a string resource ID describing the attribute. | |
virtual AttributeValue * | GetAttributeValue () |
Protected Attributes | |
FractalFillAttribute | Value |
Definition at line 288 of file fillattr2.h.
|
Definition at line 293 of file fillattr2.h. 00293 : AttrValueChange() {}
|
|
Implements AttrValueChange. Definition at line 297 of file fillattr2.h. 00297 { return &Value; }
|
|
Returns a string resource ID describing the attribute.
Reimplemented from AttrValueChange. Reimplemented in AttrFractalGrainChange, and AttrFractalTileableChange. Definition at line 4437 of file fillattr.cpp. 04438 { 04439 return (_R(IDS_FRACTAL_CHANGE)); 04440 }
|
|
Definition at line 300 of file fillattr2.h. |