|
CFx SDK Documentation
2020SP3
|
#include <TrVisMetafilePlayback.h>
Classes | |
| struct | InprocRegisters |
Public Types | |
| enum | ConfFlags { kIgnoreSelGeom = (1 << 0), kIgnoreNonSelGeom = (1 << 1), kClientStream = (1 << 2) } |
Public Member Functions | |
| OdTrVisMetafilePlayback (OdTrVisMetafilePlaybackCallback *pCallback=NULL, OdUInt32 configFlags=kIgnoreNonSelGeom) | |
| virtual | ~OdTrVisMetafilePlayback () |
| void | setCallback (OdTrVisMetafilePlaybackCallback *pCallback) |
| OdTrVisMetafilePlaybackCallback * | callback () const |
| void | setConfigFlags (OdUInt32 configFlags) |
| OdUInt32 | configFlags () const |
| bool | play (const OdBaseMetafileContainer *pContainer, bool bCheckMarks=true) |
Protected Member Functions | |
| void | annihilateSelectionMarkers (InprocRegisters &inprocCtx, OdInt32 first, OdInt32 count) |
Protected Attributes | |
| OdTrVisMetafilePlaybackCallback * | m_pCallback |
| struct OdTrVisMetafilePlayback::InprocRegisters | m_inprocContext |
| OdUInt32 | m_configFlags |
Library: Source code provided.
<group ExRender_Classes>
Definition at line 69 of file TrVisMetafilePlayback.h.
| Enumerator | |
|---|---|
| kIgnoreSelGeom | |
| kIgnoreNonSelGeom | |
| kClientStream | |
Definition at line 72 of file TrVisMetafilePlayback.h.
|
inline |
Definition at line 100 of file TrVisMetafilePlayback.h.
|
inlinevirtual |
Definition at line 105 of file TrVisMetafilePlayback.h.
|
protected |
|
inline |
Definition at line 113 of file TrVisMetafilePlayback.h.
|
inline |
Definition at line 122 of file TrVisMetafilePlayback.h.
| bool OdTrVisMetafilePlayback::play | ( | const OdBaseMetafileContainer * | pContainer, |
| bool | bCheckMarks = true |
||
| ) |
|
inline |
Definition at line 109 of file TrVisMetafilePlayback.h.
Definition at line 118 of file TrVisMetafilePlayback.h.
|
protected |
Definition at line 98 of file TrVisMetafilePlayback.h.
|
protected |
|
protected |
Definition at line 80 of file TrVisMetafilePlayback.h.