Go to the source code of this file.
Classes | |
class | AttrColourChange |
Change Fill colour Attribute class. This Attribute never exists in the Tree. It is used for changing the colours of an existing Fill Geometry. More... | |
class | AttrColourDrop |
'Drop a colour on an object' Attribute class. This Attribute never exists in the Tree. It is used for changing the colours of an existing Fill Geometry. More... | |
class | AttrBitmapChange |
Change Bitmap Attribute class. This Attribute never exists in the Tree. It is used for changing a Bitmap Fill. More... | |
class | AttrBitmapTessChange |
Change Fill Transp Type Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp type of an existing Fill Geometry. More... | |
class | AttrBitmapDpiChange |
Change Fill Transp Type Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp type of an existing Fill Geometry. More... | |
class | AttrFractalChange |
Change Fractal Attribute class. This Attribute never exists in the Tree. It is used for changing a Fractal Fill. More... | |
class | AttrFractalGrainChange |
Change Fill Transp Type Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp type of an existing Fill Geometry. More... | |
class | AttrFractalTileableChange |
Change Fractal Tileable Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp type of an existing Fill Geometry. More... | |
class | AttrTranspChange |
Change Fill colour Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp of an existing Fill Geometry. More... | |
class | AttrTranspTypeChange |
Change Fill Transp Type Attribute class. This Attribute never exists in the Tree. It is used for changing the Transp type of an existing Fill Geometry. More... | |
class | AttrNoiseScaleChange |
Change Noise fill class This Attribute never exists in the Tree. It is used for changing a Noise fill. More... | |
class | AttrColFillRampChange |
An attribute to control the changes of colour on a fill ramp. More... | |
class | AttrTranspFillRampChange |
An attribute to control the changes of transparency on a fill ramp. More... | |
class | AttrFlatColourFill |
Flat Colour Fill Attribute class. More... | |
class | AttrFlatTranspFill |
Flat Transparency Fill Attribute class. More... | |
class | AttrLinearFill |
Linear Graduated Fill Attribute class. More... | |
class | AttrLinearColourFill |
Linear Graduated Colour Fill Attribute class. More... | |
class | AttrLinearTranspFill |
Linear Graduated Transparency Fill Attribute class. More... | |
class | AttrRadialFill |
Radial Graduated Fill Attribute class. More... | |
class | AttrRadialColourFill |
Radial Graduated Colour Fill Attribute class. More... | |
class | AttrRadialTranspFill |
Radial Graduated Transp Fill Attribute class. More... | |
class | AttrCircularColourFill |
Radial Graduated Fill Attribute class. More... | |
class | AttrCircularTranspFill |
Radial Graduated Fill Attribute class. More... | |
class | AttrConicalFill |
Conical Fill Attribute class. More... | |
class | AttrConicalColourFill |
Conical Graduated Colour Fill Attribute class. More... | |
class | AttrConicalTranspFill |
Conical Graduated Transparency Fill Attribute class. More... | |
class | AttrSquareFill |
Square Graduated Fill Attribute class. More... | |
class | AttrSquareColourFill |
Square Graduated Colour Fill Attribute class. More... | |
class | AttrSquareTranspFill |
Square Graduated Transparency Fill Attribute class. More... | |
class | AttrThreeColFill |
ThreeCol Graduated Fill Attribute class. More... | |
class | AttrThreeColColourFill |
ThreeCol Graduated Colour Fill Attribute class. More... | |
class | AttrThreeColTranspFill |
ThreeCol Graduated Transparency Fill Attribute class. More... | |
class | AttrFourColFill |
FourCol Graduated Fill Attribute class. More... | |
class | AttrFourColColourFill |
FourCol Graduated Colour Fill Attribute class. More... | |
class | AttrFourColTranspFill |
Four point graduated transparency Fill Attribute class. More... | |
class | AttrBitmapFill |
Bitmap Fill Attribute class. More... | |
class | AttrBitmapColourFill |
Bitmap Graduated Colour Fill Attribute class. More... | |
class | AttrBitmapTranspFill |
Bitmap Graduated Colour Fill Attribute class. More... | |
class | AttrFractalFill |
Fractal Fill Attribute class. More... | |
class | AttrTextureColourFill |
Texture fill attribute class. Acts as a base class for common code used by texture fills such as FractalColourFill and NoiseColourFill DO NOT INSTATIATE AN OBJECT OF THIS TYPE! More... | |
class | AttrFractalColourFill |
Fractal Colour Fill Attribute class. More... | |
class | AttrNoiseColourFill |
Noisy colour Fill Attribute class. More... | |
class | AttrTextureTranspFill |
Fractal Colour Fill Attribute class. Transparency base class for textures. More... | |
class | AttrFractalTranspFill |
Fractal Transparency Fill Attribute class. More... | |
class | AttrNoiseTranspFill |
Noisy transparent Fill Attribute class. More... | |
class | AttrFillMapping |
Fractal Transparency Fill Attribute class. Fill mapping Attribute class. More... | |
class | AttrFillMappingLinear |
Linear fill mapping Attribute class. More... | |
class | AttrFillMappingSin |
Sinusoidal fill mapping class Attribute class. More... | |
class | AttrFillEffect |
Fill effect Attribute class. More... | |
class | AttrFillEffectFade |
RGB Fade fill effect Attribute class. More... | |
class | AttrFillEffectRainbow |
Rainbow (HSV) fill effect Attribute class. More... | |
class | AttrFillEffectAltRainbow |
Alternate Rainbow (HSV) fill effect Attribute class. More... | |
class | AttrTranspFillMapping |
Fill mapping Attribute class. More... | |
class | AttrTranspFillMappingLinear |
Linear fill mapping Attribute class. More... | |
class | AttrTranspFillMappingSin |
Sinusoidal fill mapping class Attribute class. More... | |
class | AttrMould |
Mould Attribute class. More... | |
Enumerations | |
enum | RampEdit { ACT_DONOTHING, ACT_CREATENEWCOL, ACT_EDITCOLOFITEM, ACT_EDITCOLOFSELECTED, ACT_CREATENEWTRANSP, ACT_EDITTRANSPOFITEM, ACT_EDITTRANSPOFSELECTED } |
A typedef to describe the actions one can perform with a AttrFillRampChange. More... |
|
A typedef to describe the actions one can perform with a AttrFillRampChange.
Definition at line 458 of file fillattr2.h. 00459 { 00460 ACT_DONOTHING, 00461 00462 ACT_CREATENEWCOL, 00463 ACT_EDITCOLOFITEM, 00464 ACT_EDITCOLOFSELECTED, 00465 00466 ACT_CREATENEWTRANSP, 00467 ACT_EDITTRANSPOFITEM, 00468 ACT_EDITTRANSPOFSELECTED 00469 } RampEdit;
|