Aurelon Open API 8.1.1
|
Base class for painting styles. More...
Public Member Functions | |
uint32_t | GetType () const |
void | Dispose () |
Base class for painting styles.
Definition at line 47 of file AOI_Style.h.
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.
uint32_t AOI_Style::GetType | ( | ) | const |
Returns the type of the style.
Possible values are:
Definition at line 101 of file AOI_Style.cpp.