|
CFx SDK Documentation
2023 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 335 of file TrVisMetafileStream.h.
| Enumerator | |
|---|---|
| kDatabase | |
| kPlotStyle | |
| kPixels | |
| kAbsolute | |
Definition at line 337 of file TrVisMetafileStream.h.
|
inline |
Definition at line 346 of file TrVisMetafileStream.h.
|
inline |
Definition at line 347 of file TrVisMetafileStream.h.
|
inline |
Definition at line 348 of file TrVisMetafileStream.h.
Definition at line 349 of file TrVisMetafileStream.h.
|
inline |
Definition at line 356 of file TrVisMetafileStream.h.
|
inline |
Definition at line 384 of file TrVisMetafileStream.h.
|
inline |
Definition at line 353 of file TrVisMetafileStream.h.
|
inline |
Definition at line 393 of file TrVisMetafileStream.h.
|
inlinestatic |
Definition at line 394 of file TrVisMetafileStream.h.
|
inline |
Definition at line 359 of file TrVisMetafileStream.h.
|
inline |
Definition at line 374 of file TrVisMetafileStream.h.
|
inline |
Definition at line 364 of file TrVisMetafileStream.h.
|
inline |
Definition at line 362 of file TrVisMetafileStream.h.
|
inline |
Definition at line 355 of file TrVisMetafileStream.h.
|
inline |
Definition at line 358 of file TrVisMetafileStream.h.
Definition at line 361 of file TrVisMetafileStream.h.
Definition at line 351 of file TrVisMetafileStream.h.
|
inline |
Definition at line 352 of file TrVisMetafileStream.h.
| double OdTrVisLwdSetting::m_dLineWeight |
Definition at line 341 of file TrVisMetafileStream.h.
| OdInt64 OdTrVisLwdSetting::m_iLineWeight |
Definition at line 342 of file TrVisMetafileStream.h.
|
protected |
Definition at line 344 of file TrVisMetafileStream.h.
| union { ... } OdTrVisLwdSetting::m_val |