#include <rvc/geometrc.h>
Public Types | |
| enum | BASELINEFIT { BASELINEFIT_Straight, BASELINEFIT_Exact, BASELINEFIT_Spline } |
Public Member Functions | |
| LABEL (const LABEL &rhs) | |
| LABEL () | |
| ~LABEL () | |
| void | Clear () |
| const POLYLINE & | GetBaseline () const |
| BASELINEFIT | GetBaselineFit () const |
| ERRVALUE | GetExtents (DRECT3D &extents, bool IncludeLeaders=true) const |
| const LABELFRAMEPARMS & | GetFrameParms () const |
| INT32 | GetNumLeaderLines () const |
| const TEXTSTYLE & | GetStyle () const |
| const MISTRING & | GetText () const |
| POLYLINELIST::CONST_ITERATOR | LeaderLineBegin () const |
| POLYLINELIST::CONST_ITERATOR | LeaderLineEnd () const |
| LABEL & | operator= (const LABEL &rhs) |
| RVC::GEOMETRIC::LABEL::LABEL | ( | ) |
Default constructor.
| RVC::GEOMETRIC::LABEL::LABEL | ( | const LABEL & | rhs | ) |
Copy constructor.
| RVC::GEOMETRIC::LABEL::~LABEL | ( | ) |
Destructor.
| void RVC::GEOMETRIC::LABEL::Clear | ( | ) |
| const POLYLINE& RVC::GEOMETRIC::LABEL::GetBaseline | ( | ) | const [inline] |
Get label baseline points.
| BASELINEFIT RVC::GEOMETRIC::LABEL::GetBaselineFit | ( | ) | const [inline] |
Get label baseline fit.
Compute the extents of this label If the height specified in the TEXTSTYLE member is not in SCREENUNIT_Object units, then this method will return invalid extents for the label.
| const LABELFRAMEPARMS& RVC::GEOMETRIC::LABEL::GetFrameParms | ( | ) | const [inline] |
Get the label frame parameters.
| INT32 RVC::GEOMETRIC::LABEL::GetNumLeaderLines | ( | ) | const [inline] |
Get number of leader lines.
| const TEXTSTYLE& RVC::GEOMETRIC::LABEL::GetStyle | ( | ) | const [inline] |
Get the label style.
| const MISTRING& RVC::GEOMETRIC::LABEL::GetText | ( | ) | const [inline] |
Get the label text string.
| POLYLINELIST::CONST_ITERATOR RVC::GEOMETRIC::LABEL::LeaderLineBegin | ( | ) | const [inline] |
Get (const) iterator at beginning of leader list.
| POLYLINELIST::CONST_ITERATOR RVC::GEOMETRIC::LABEL::LeaderLineEnd | ( | ) | const [inline] |
Get (const) iterator at end of leader list.
1.6.1