Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Style_Pattern Class Reference

Pattern fill. More...

Inheritance diagram for AOI_Style_Pattern:
AOI_Style

Public Member Functions

AOI_ObjectGetTile () const
 
AOI_Point GetDeltas () const
 
const AOI_MappingGetMapping () const
 
uint32_t GetType () const
 
void Dispose ()
 

Detailed Description

Pattern fill.

Definition at line 161 of file AOI_Style.h.

Member Function Documentation

◆ Dispose()

void AOI_Style::Dispose ( )
inherited

Decreases the ownercount of this style. If the ownercount equals zero after this decrease, the style is not used anymore and will be deleted.

Definition at line 136 of file AOI_Style.cpp.

◆ GetDeltas()

AOI_Point AOI_Style_Pattern::GetDeltas ( ) const

Returns the displacement in X and Y used to build the pattern.

Returns
A AOI_Point containing the displacements.

Definition at line 361 of file AOI_Style.cpp.

◆ GetMapping()

const AOI_Mapping & AOI_Style_Pattern::GetMapping ( ) const

Returns the mapping of the pattern.

Returns
The mapping.

Definition at line 371 of file AOI_Style.cpp.

◆ GetTile()

AOI_Object * AOI_Style_Pattern::GetTile ( ) const

Returns the AOI_Object which defines the tile the pattern is made of.

Returns
The tile.

Definition at line 350 of file AOI_Style.cpp.

◆ GetType()

uint32_t AOI_Style::GetType ( ) const
inherited

Returns the type of the style.

Possible values are:

  • AOI_Style_Color::Type
  • AOI_Style_Pattern::Type
  • AOI_Style_Axial::Type
  • AOI_Style_Radial::Type
  • AOI_Style_FunctionShading::Type
  • AOI_Style_CoonePatch::Type
Returns
Type of the style
See also
AOI_Style_Axial AOI_Style_Color AOI_Style_CoonePatch AOI_Style_FunctionShading AOI_Style_Pattern AOI_Style_Radial AOI_Style_Shading

Definition at line 101 of file AOI_Style.cpp.


The documentation for this class was generated from the following files: