wxArt2D
|
![]() |
Modules | |
predefined StyleProperties | |
several predefined style properties | |
Classes | |
class | a2dDrawer2D |
Drawing context abstraction. More... | |
class | a2dFill |
class | a2dStroke |
Base class for all types of strokes, understood by a2dDrawer2D classes. More... | |
class | a2dFontInfo |
Font info class, used as a single element for enumerating fonts. More... | |
class | a2dFont |
Defines a font to be set to a2dDrawer2D or stored in a2dCanvsObject etc. More... | |
class | a2dFillRefData |
Internal to a2dFill for refcounting in wxObject style. More... | |
class | a2dOneColourFillData |
One Colour Fill. More... | |
class | a2dTwoColourFillData |
To set a two colour fill. More... | |
class | a2dHatchFillData |
Two colour Hatch Fill. More... | |
class | a2dLinearGradientFillData |
Linear gradient Fill. More... | |
class | a2dRadialGradientFillData |
radial gradient Fill More... | |
class | a2dPatternFillData |
Filling using a wxbitmap. More... | |
class | a2dStrokeRefData |
Internal to a2dStroke for refcounting in wxObject style. More... | |
class | a2dOneColourStrokeData |
One Colour Fill. More... | |
class | a2dPatternStrokeData |
Filling using a wxbitmap. More... | |
class | a2dStyleProperty |
Invisible Style property that can be added to Canvas Objects. More... | |
class | a2dShadowStyleProperty |
Creates a shadow behind a a2dCanvasObject when added as property. More... | |
class | a2dClipPathProperty |
Clipping Path property that can be added to a2dCanvasObject's. More... | |
class | a2dLayerInfo |
contains the layer properties for one layer, More... | |
class | a2dLayers |
class | a2dFontDc |
DC font class. More... | |
class | a2dFontFreetypeData |
Freetype font class. More... | |
class | a2dFontStroke |
Stroke font class. More... | |
enum a2dFillStyle |
Filling styles for a2dFill.
Transparent filling when bitmap/patternfill is monochrome and fill style is wxSTIPPLE_MASK_OPAQUE_TRANSPARENT. The fill colour will be used for non Transparent parts in the brush bitmap, while other parts will be transparent. a2dFILL_GRADIENT_FILL_LINEAR gradient filling using lines changing in colour from fill colour1 to fill colour2 a2dFILL_GRADIENT_FILL_RADIAL, gradient filling using circles changing in colour from fill colour1 to fill colour2
Definition at line 91 of file stylebase.h.
enum a2dFillType |
for a2dFill to define the type of filling.
Definition at line 126 of file stylebase.h.
enum a2dStrokeStyle |
stroke styles for a2dStroke
Enumerator | |
---|---|
a2dSTROKE_TRANSPARENT |
No stroke is used. |
a2dSTROKE_SOLID |
Solid style. |
a2dSTROKE_DOT |
Dotted style. |
a2dSTROKE_LONG_DASH |
Long dashed style. |
a2dSTROKE_SHORT_DASH |
Short dashed style. |
a2dSTROKE_DOT_DASH |
Dot and dash style. |
a2dSTROKE_USER_DASH |
Use the user dashes |
a2dSTROKE_BDIAGONAL_HATCH |
Backward diagonal hatch. |
a2dSTROKE_CROSSDIAG_HATCH |
Cross-diagonal hatch. |
a2dSTROKE_FDIAGONAL_HATCH |
Forward diagonal hatch. |
a2dSTROKE_CROSS_HATCH |
Cross hatch. |
a2dSTROKE_HORIZONTAL_HATCH |
Horizontal hatch. |
a2dSTROKE_VERTICAL_HATCH |
Vertical hatch. |
a2dSTROKE_STIPPLE |
Use the stipple bitmap. |
a2dSTROKE_STIPPLE_MASK_OPAQUE |
Use the stipple bitmap. |
a2dSTROKE_STIPPLE_MASK_OPAQUE_TRANSPARENT |
Use the stipple bitmap. |
a2dSTROKE_OBJECTS |
Use a a2dCanvasObject. |
a2dSTROKE_INHERIT |
Use the style of the parent object |
a2dSTROKE_LAYER |
Use the style of the layer from the layersettings |
a2dSTROKE_NULLSTROKE |
special NULL fill used for a2dNullStroke |
Definition at line 298 of file stylebase.h.
enum wxLayerNames |