|
CFx SDK Documentation 2026 SP0
|
#include <TrVisMetafileStream.h>
Public Types | |
| enum | LwdType { kDatabase = 0 , kPlotStyle , kPixels , kAbsolute } |
Public Member Functions | |
| OdTrVisLwdSetting () | |
| OdTrVisLwdSetting (double dVal, LwdType typ=kPlotStyle) | |
| OdTrVisLwdSetting (OdDb::LineWeight lw, LwdType typ=kDatabase) | |
| OdTrVisLwdSetting (OdInt32 pix, LwdType typ=kPixels) | |
| void | setType (LwdType typ) |
| LwdType | type () const |
| bool | isForcedLineweight () const |
| void | setDLineWeight (double dVal, LwdType typ=kPlotStyle) |
| double | dLineWeight () const |
| void | setLwLineWeight (OdDb::LineWeight lw, LwdType typ=kDatabase) |
| OdDb::LineWeight | lwLineWeight () const |
| void | setPixLineWeight (OdInt32 pix, LwdType typ=kPixels) |
| OdInt32 | pixLineWeight () const |
| bool | operator== (const OdTrVisLwdSetting &sec) const |
| bool | operator!= (const OdTrVisLwdSetting &sec) const |
| bool | hasLineweight () const |
| bool | isPs () const |
Static Public Member Functions | |
| static bool | isPs (LwdType type) |
Protected Attributes | ||
| union { | ||
| double m_dLineWeight | ||
| OdInt64 m_iLineWeight | ||
| } | m_val | |
| OdUInt8 | m_type | |
<group ExRender_Classes>
Definition at line 520 of file TrVisMetafileStream.h.
| Enumerator | |
|---|---|
| kDatabase | |
| kPlotStyle | |
| kPixels | |
| kAbsolute | |
Definition at line 522 of file TrVisMetafileStream.h.
|
inline |
Definition at line 531 of file TrVisMetafileStream.h.
|
inline |
Definition at line 532 of file TrVisMetafileStream.h.
|
inline |
Definition at line 533 of file TrVisMetafileStream.h.
Definition at line 534 of file TrVisMetafileStream.h.
|
inline |
Definition at line 541 of file TrVisMetafileStream.h.
|
inline |
Definition at line 569 of file TrVisMetafileStream.h.
|
inline |
Definition at line 538 of file TrVisMetafileStream.h.
|
inline |
Definition at line 578 of file TrVisMetafileStream.h.
|
inlinestatic |
Definition at line 579 of file TrVisMetafileStream.h.
|
inline |
Definition at line 544 of file TrVisMetafileStream.h.
|
inline |
Definition at line 559 of file TrVisMetafileStream.h.
|
inline |
Definition at line 549 of file TrVisMetafileStream.h.
|
inline |
Definition at line 547 of file TrVisMetafileStream.h.
|
inline |
Definition at line 540 of file TrVisMetafileStream.h.
|
inline |
Definition at line 543 of file TrVisMetafileStream.h.
Definition at line 546 of file TrVisMetafileStream.h.
Definition at line 536 of file TrVisMetafileStream.h.
|
inline |
Definition at line 537 of file TrVisMetafileStream.h.
| double OdTrVisLwdSetting::m_dLineWeight |
Definition at line 526 of file TrVisMetafileStream.h.
| OdInt64 OdTrVisLwdSetting::m_iLineWeight |
Definition at line 527 of file TrVisMetafileStream.h.
|
protected |
Definition at line 529 of file TrVisMetafileStream.h.
| union { ... } OdTrVisLwdSetting::m_val |