|
CFx SDK Documentation 2024 SP0
|
#include <GsRenderSettingsProperties.h>
Additional Inherited Members | |
Public Types inherited from OdGsProperties | |
| enum | PropertiesType { kViewport = 1 , kBackground = (1 << 1) , kVisualStyle = (1 << 2) , kRenderEnvironment = (1 << 3) , kRenderSettings = (1 << 4) , kDeviceSimple = 0 , kDeviceBackground = 3 , kDeviceNormal = 7 , kDeviceRender = 31 , kAll = 31 } |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Attributes inherited from OdGsProperties | |
| void * | m_pUnderlyingDrawable |
| const OdGiDrawable * | m_pInconsistentDrawable |
| OdGiContext * | m_context |
| OdGiDrawablePtr(* | m_pOpenDrawableFn )(OdDbStub *id) |
| bool | m_bDrawablePersistent |
| OdGiDrawable::DrawableType | m_dType |
<group OdGs_Classes>
Definition at line 39 of file GsRenderSettingsProperties.h.
| OdGsRenderEnvironmentProperties::OdGsRenderEnvironmentProperties | ( | ) |
Default constructor for the OdGsRenderEnvironmentProperties class. Creates object with OdGiRenderEnvironmentTraitsData object pointer that points to NULL.
| OdGsRenderEnvironmentProperties::~OdGsRenderEnvironmentProperties | ( | ) |
Destructor for the OdGsRenderEnvironmentProperties class. Clears underlying OdGiRenderEnvironmentTraitsData object and destroys this object.
| void OdGsRenderEnvironmentProperties::clearTraits | ( | ) |
Clears render environment traits of the underlying OdGiRenderEnvironmentTraitsData object.
|
virtual |
Implements OdGsProperties.
| bool OdGsRenderEnvironmentProperties::isTraitsModified | ( | ) |
Checks whether render environment traits are modified.
| OdGsRenderEnvironmentProperties::ODRX_DECLARE_MEMBERS | ( | OdGsRenderEnvironmentProperties | ) |
|
virtual |
Retrieves smart pointer to the properties by the specified type.
| type | [in] Property type. |
Reimplemented from OdGsProperties.
|
inlinevirtual |
Retrieves the property type.
Implements OdGsProperties.
Definition at line 82 of file GsRenderSettingsProperties.h.
|
inline |
Returns pointer to the OdGiRenderEnvironmentTraitsData object that represents render environment traits.
Definition at line 59 of file GsRenderSettingsProperties.h.
|
virtual |
Implements OdGsProperties.