Pattern element referencing shared memory buffer. More...
#include <rvc/stylepatternsymbol.h>
Public Member Functions | |
| MGD::LINECAP | GetCapStyle () const |
| UINT8 | GetColorIndex () const |
| MGD::LINEJOIN | GetJoinStyle () const |
| bool | GetLine (POLYLINE &polyline) const |
| bool | GetLines (POLYLINELIST &lines) const |
| bool | GetPlaneConic (PLANECONIC &planeconic) const |
| bool | GetPoint (WPOINT2D &point) const |
| bool | GetPoint (FPOINT2D &point) const |
| bool | GetPoint (DPOINT2D &point) const |
| bool | GetPoints (POLYLINE &points) const |
| bool | GetPolygon (POLYLINE &polygon) const |
| bool | GetSubRegion (SUBREGION2D &subregion) const |
| const MIUNICODE *const | GetText () const |
| bool | GetText (MISTRING &string) const |
| bool | GetTextStyle (TEXTSTYLE &style) 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_SYMBOL::ELEMENT_SHARED::GetCapStyle | ( | ) | const |
Get cap style.
| UINT8 RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetColorIndex | ( | ) | const [inline] |
Get color index.
| MGD::LINEJOIN RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetJoinStyle | ( | ) | const |
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetLine | ( | POLYLINE & | polyline | ) | const |
Get an element as polyline.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetLines | ( | POLYLINELIST & | lines | ) | const |
Get an element as lines list.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPlaneConic | ( | PLANECONIC & | planeconic | ) | const |
Get an element as a planeconic.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPoint | ( | WPOINT2D & | point | ) | const |
Get an element as a point.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPoint | ( | FPOINT2D & | point | ) | const |
Get an element as a point.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPoint | ( | DPOINT2D & | point | ) | const |
Get an element as a point.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPoints | ( | POLYLINE & | points | ) | const |
Get an element as points.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetPolygon | ( | POLYLINE & | polygon | ) | const |
Get an element as polygon.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetSubRegion | ( | SUBREGION2D & | subregion | ) | const |
Get an element as a subregion.
| const MIUNICODE* const RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetText | ( | ) | const |
Get an element as a text.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetText | ( | MISTRING & | string | ) | const |
Get an element as a text.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetTextStyle | ( | TEXTSTYLE & | style | ) | const |
Get textstyle for text element.
| INT16 RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetThickness | ( | ) | const [inline] |
Get element line thickness.
| ELEMENT_TYPE RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::GetType | ( | ) | const [inline] |
Get element type.
| bool RVC::STYLEPATTERN_SYMBOL::ELEMENT_SHARED::IsFilled | ( | ) | const [inline] |
Determine if element is 'filled'.
1.6.1