Pattern element referencing shared memory buffer. More...
#include <rvc/stylepatternline.h>

Classes | |
| struct | LINEPATTELEM |
Public Member Functions | |
| MGD::LINECAP | GetCapStyle () const |
| UINT8 | GetColorIndex () const |
| bool | GetFilled () const |
| INT16 | GetInterval () const |
| MGD::LINEJOIN | GetJoinStyle () const |
| INT16 | GetOffsetAlong () const |
| INT16 | GetOffsetAside () const |
| INT16 | GetSize () const |
| INT16 | GetThickness () const |
| ELEMENT_TYPE | GetType () const |
| bool | IsFilled () const |
Pattern element referencing shared memory buffer.
Primarily used by ITERATOR.
| MGD::LINECAP RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetCapStyle | ( | ) | const [inline] |
Get cap style.
| UINT8 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetColorIndex | ( | ) | const [inline] |
Get color index.
| bool RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetFilled | ( | ) | const [inline] |
| INT16 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetInterval | ( | ) | const [inline] |
Get interval between repeated elements.
| MGD::LINEJOIN RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetJoinStyle | ( | ) | const [inline] |
| INT16 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetOffsetAlong | ( | ) | const [inline] |
Get offset to start of element along line from beginning.
| INT16 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetOffsetAside | ( | ) | const [inline] |
Get offset aside line (left -, right +).
| INT16 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetSize | ( | ) | const [inline] |
Get size/length of element.
| INT16 RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetThickness | ( | ) | const [inline] |
Get element line thickness.
| ELEMENT_TYPE RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::GetType | ( | ) | const [inline] |
Get element type.
| bool RVC::STYLEPATTERN_LINE::ELEMENT_SHARED::IsFilled | ( | ) | const [inline] |
Determine if element is 'filled'.
1.6.1