CFx SDK Documentation 2024 SP0
|
#include <TrVisLayerDef.h>
Public Types | |
enum | LayerPropsFlags { kLyVisible = (1 << 0) , kLyFaded = (1 << 1) } |
Public Member Functions | |
void | resetLayerFlags (OdUInt16 flags=0) |
bool | isLayerVisible () const |
void | setLayerVisible (bool bSet) |
bool | isLayerFaded () const |
void | setLayerFaded (bool bSet) |
bool | operator== (const OdTrVisLayerProps &l2) const |
bool | operator!= (const OdTrVisLayerProps &l2) const |
Public Attributes | |
OdUInt16 | m_flags |
<group ExRender_Windows_Classes>
Definition at line 36 of file TrVisLayerDef.h.
Enumerator | |
---|---|
kLyVisible | |
kLyFaded |
Definition at line 39 of file TrVisLayerDef.h.
|
inline |
Definition at line 52 of file TrVisLayerDef.h.
|
inline |
Definition at line 49 of file TrVisLayerDef.h.
|
inline |
Definition at line 56 of file TrVisLayerDef.h.
|
inline |
Definition at line 55 of file TrVisLayerDef.h.
Definition at line 47 of file TrVisLayerDef.h.
|
inline |
Definition at line 53 of file TrVisLayerDef.h.
|
inline |
Definition at line 50 of file TrVisLayerDef.h.
OdUInt16 OdTrVisLayerProps::m_flags |
Definition at line 45 of file TrVisLayerDef.h.