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

Base class for painting styles. More...

Inheritance diagram for AOI_Style:
AOI_Style_Color AOI_Style_Pattern AOI_Style_Shading AOI_Style_Axial AOI_Style_CoonePatch AOI_Style_FunctionShading AOI_Style_Radial

Public Member Functions

uint32_t GetType () const
 
void Dispose ()
 

Detailed Description

Base class for painting styles.

Definition at line 47 of file AOI_Style.h.

Member Function Documentation

◆ Dispose()

void AOI_Style::Dispose ( )

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.

◆ GetType()

uint32_t AOI_Style::GetType ( ) const

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: