CFx SDK Documentation  2020SP3
Public Member Functions | Static Public Member Functions | List of all members
OdDbVisualStyle Class Reference

#include <DbVisualStyle.h>

Inheritance diagram for OdDbVisualStyle:
OdDbObject OdGiDrawable OdRxObject

Public Member Functions

 ODDB_DECLARE_MEMBERS (OdDbVisualStyle)
 
 OdDbVisualStyle ()
 
void setDescription (const OdString &pDescription)
 
const OdString description () const
 
void setType (OdGiVisualStyle::Type type)
 
OdGiVisualStyle::Type type () const
 
void setFaceStyle (const OdGiFaceStyle &faceStyle)
 
const OdGiFaceStylefaceStyle () const
 
void setEdgeStyle (const OdGiEdgeStyle &edgeStyle)
 
const OdGiEdgeStyleedgeStyle () const
 
void setDisplayStyle (const OdGiDisplayStyle &displayStyle)
 
const OdGiDisplayStyledisplayStyle () const
 
bool isInternalUseOnly () const
 
void setInternalUseOnly (bool bInternalUseOnly)
 
void setTrait (OdGiVisualStyleProperties::Property prop, const OdGiVariant *pVal, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, OdInt32 nVal, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, bool bVal, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, double dVal, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, double red, double green, double blue, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, const OdCmColor *pColor, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
void setTrait (OdGiVisualStyleProperties::Property prop, const OdString &strVal, OdGiVisualStyleOperations::Operation op=OdGiVisualStyleOperations::kSet)
 
OdGiVariantPtr trait (OdGiVisualStyleProperties::Property prop, OdGiVisualStyleOperations::Operation *pOp=NULL) const
 
void setTraitFlag (OdGiVisualStyleProperties::Property flagProp, OdUInt32 flagVal, bool bEnable=true)
 
bool traitFlag (OdGiVisualStyleProperties::Property flagProp, OdUInt32 flagVal) const
 
void name (OdString &value) const
 
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (OdDbDxfFiler *pFiler) const
 
virtual OdGiDrawabledrawable ()
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const
 
- Public Member Functions inherited from OdDbObject
 ODDB_DECLARE_MEMBERS (OdDbObject)
 
 ~OdDbObject ()
 
void addRef ()
 
void release ()
 
long numRefs () const
 
OdDbObjectId objectId () const
 
OdDbHandle getDbHandle () const
 
OdDbHandle handle () const
 
OdDbObjectId ownerId () const
 
virtual void setOwnerId (OdDbObjectId ownerId)
 
OdDbDatabasedatabase () const
 
void createExtensionDictionary ()
 
OdDbObjectId extensionDictionary () const
 
bool releaseExtensionDictionary ()
 
OdDbXrecordPtr createXrecord (const OdString &xrecordName, OdDb::DuplicateRecordCloning style=OdDb::kDrcIgnore)
 
void upgradeOpen ()
 
void downgradeOpen ()
 
void cancel ()
 
virtual OdResult subOpen (OdDb::OpenMode mode)
 
virtual void subClose ()
 
OdResult erase (bool eraseIt=true)
 
virtual OdResult subErase (bool erasing)
 
void handOverTo (OdDbObject *pNewObject, bool keepXData=true, bool keepExtDict=true)
 
virtual void subHandOverTo (OdDbObject *pNewObject)
 
void swapIdWith (OdDbObjectId otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void subSwapIdWith (const OdDbObjectId &otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void audit (OdDbAuditInfo *pAuditInfo)
 
void dwgIn (OdDbDwgFiler *pFiler)
 
void dwgOut (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields_R12 (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields_R12 (OdDbDxfFiler *pFiler) const
 
virtual OdDb::DuplicateRecordCloning mergeStyle () const
 
virtual OdResBufPtr xData (const OdString &regappName=OdString::kEmpty) const
 
virtual void setXData (const OdResBuf *pRb)
 
bool isEraseStatusToggled () const
 
bool isErased () const
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
bool isNotifyEnabled () const
 
bool isModified () const
 
bool isModifiedXData () const
 
bool isModifiedGraphics () const
 
bool isNewObject () const
 
bool isNotifying () const
 
bool isUndoing () const
 
bool isReallyClosing () const
 
bool isDBRO () const
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
void assertNotifyEnabled () const
 
void disableUndoRecording (bool disable)
 
bool isUndoRecordingDisabled () const
 
OdDbDwgFilerundoFiler ()
 
virtual void applyPartialUndo (OdDbDwgFiler *pUndoFiler, OdRxClass *pClassObj)
 
void addReactor (OdDbObjectReactor *pReactor) const
 
void removeReactor (OdDbObjectReactor *pReactor) const
 
virtual void addPersistentReactor (const OdDbObjectId &objId)
 
virtual void removePersistentReactor (const OdDbObjectId &objId)
 
bool hasPersistentReactor (const OdDbObjectId &objId) const
 
OdDbObjectIdArray getPersistentReactors () const
 
OdDbObjectReactorArray getTransientReactors () const
 
virtual void recvPropagateModify (const OdDbObject *pSubObj)
 
virtual void xmitPropagateModify () const
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr deepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr wblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
virtual void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &ownerIdMap)
 
void setOdDbObjectIdsInFlux ()
 
bool isOdDbObjectIdsInFlux () const
 
virtual void copied (const OdDbObject *pObject, const OdDbObject *pNewObject)
 
virtual void erased (const OdDbObject *pObject, bool erasing=true)
 
virtual void goodbye (const OdDbObject *pObject)
 
virtual void openedForModify (const OdDbObject *pObject)
 
virtual void modified (const OdDbObject *pObject)
 
virtual void subObjModified (const OdDbObject *pObject, const OdDbObject *pSubObj)
 
virtual void modifyUndone (const OdDbObject *pObject)
 
virtual void modifiedXData (const OdDbObject *pObject)
 
virtual void unappended (const OdDbObject *pObject)
 
virtual void reappended (const OdDbObject *pObject)
 
bool isAProxy () const
 
virtual void objectClosed (const OdDbObjectId &objectId)
 
virtual void modifiedGraphics (const OdDbObject *pObject)
 
virtual void copyFrom (const OdRxObject *pSource)
 
bool hasSaveVersionOverride () const
 
void setHasSaveVersionOverride (bool hasSaveVersionOverride)
 
virtual OdDb::DwgVersion getObjectSaveVersion (const OdDbFiler *pFiler, OdDb::MaintReleaseVer *pMaintVer=0) const
 
virtual OdDbObjectPtr decomposeForSave (OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
virtual OdDbObjectPtr decomposeForSave (OdDb::SaveType format, OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
void convertForSave (OdDb::DwgVersion ver)
 
virtual void composeForLoad (OdDb::SaveType format, OdDb::DwgVersion version, OdDbAuditInfo *pAuditInfo)
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const
 
virtual bool isPersistent () const
 
virtual OdDbStub * id () const
 
ODRX_SEALED_VIRTUAL OdResult getClassID (void *pClsid) const ODRX_SEALED
 
void setGsNode (OdGsCache *pNode)
 
OdGsCachegsNode () const
 
void xDataTransformBy (const OdGeMatrix3d &xfm)
 
bool hasFields () const
 
OdDbObjectId getField (const OdString &fieldName) const
 
OdDbObjectPtr getField (const OdString &fieldName, OdDb::OpenMode mode) const
 
virtual OdDbObjectId setField (const OdString &fieldName, OdDbField *pField)
 
virtual OdResult removeField (OdDbObjectId fieldId)
 
virtual OdDbObjectId removeField (const OdString &fieldName)
 
OdDbObjectId getFieldDictionary () const
 
OdDbObjectPtr getFieldDictionary (OdDb::OpenMode mode) const
 
virtual OdRxClasssaveAsClass (OdRxClass *pClass) const
 
- Public Member Functions inherited from OdGiDrawable
 ODRX_DECLARE_MEMBERS (OdGiDrawable)
 
virtual DrawableType drawableType () const
 
ODRX_SEALED_VIRTUAL OdUInt32 setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdUInt32 viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const
 
ODRX_SEALED_VIRTUAL OdUInt32 regenSupportFlags () const ODRX_SEALED
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Static Public Member Functions

static OdGiFaceStylePtr createFaceStyle ()
 
static OdGiEdgeStylePtr createEdgeStyle ()
 
static OdGiDisplayStylePtr createDisplayStyle ()
 
static OdGiVisualStylePtr createVisualStyle ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 

Additional Inherited Members

- Public Types inherited from OdGiDrawable
enum  SetAttributesFlags {
  kDrawableNone = 0, kDrawableIsAnEntity = 1, kDrawableUsesNesting = 2, kDrawableIsCompoundObject = 4,
  kDrawableViewIndependentViewportDraw = 8, kDrawableIsInvisible = 16, kDrawableHasAttributes = 32, kDrawableRegenTypeDependantGeometry = 64,
  kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128), kDrawableRegenDraw = 256, kDrawableStandardDisplaySingleLOD = 512, kDrawableShadedDisplaySingleLOD = 1024,
  kDrawableViewDependentViewportDraw = 2048, kDrawableBlockDependentViewportDraw = 4096, kDrawableIsExternalReference = 8192, kDrawableNotPlottable = 16384,
  kLastFlag = kDrawableNotPlottable
}
 
enum  DrawableType {
  kGeometry = 0, kDistantLight = 1, kPointLight = 2, kSpotLight = 3,
  kAmbientLight, kSolidBackground, kGradientBackground, kImageBackground,
  kGroundPlaneBackground, kViewport, kWebLight, kSkyBackground,
  kImageBasedLightingBackground
}
 
- Protected Member Functions inherited from OdDbObject
 OdDbObject ()
 
virtual OdResult subGetClassID (void *pClsid) const
 
virtual OdDbObjectPtr subDeepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
virtual OdDbObjectPtr subWblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

Detailed Description

This class represents a visual style (a collection of properties) in an OdDbDatabase instance.

<group OdDb_Classes>

Definition at line 79 of file DbVisualStyle.h.

Constructor & Destructor Documentation

◆ OdDbVisualStyle()

OdDbVisualStyle::OdDbVisualStyle ( )

Default constructor.

Member Function Documentation

◆ createDisplayStyle()

static OdGiDisplayStylePtr OdDbVisualStyle::createDisplayStyle ( )
static

Creates a display style of the visual style.

Returns
A smart pointer to the created OdGiDisplayStyle object.

◆ createEdgeStyle()

static OdGiEdgeStylePtr OdDbVisualStyle::createEdgeStyle ( )
static

Creates an edge style of the visual style.

Returns
A smart pointer to the created OdGiEdgeStyle object.

◆ createFaceStyle()

static OdGiFaceStylePtr OdDbVisualStyle::createFaceStyle ( )
static

Creates a face style of the visual style.

Returns
A smart pointer to the created OdGiFaceStyle object.

◆ createVisualStyle()

static OdGiVisualStylePtr OdDbVisualStyle::createVisualStyle ( )
static

Creates a OdGiVisualStyle instance.

Returns
A smart pointer to the created OdGiVisualStyle object.

◆ description()

const OdString OdDbVisualStyle::description ( ) const

Returns the description for the visual style as a string.

◆ displayStyle()

const OdGiDisplayStyle& OdDbVisualStyle::displayStyle ( ) const

Returns a reference to a display style of the visual style.

◆ drawable()

virtual OdGiDrawable* OdDbVisualStyle::drawable ( )
virtual

Returns a pointer to the OdGiDrawable for the object. If the object doesn't have an associated OdGiDrawable object, this function returns NULL.

Reimplemented from OdDbObject.

◆ dwgInFields()

virtual OdResult OdDbVisualStyle::dwgInFields ( OdDbDwgFiler pFiler)
virtual

Reads the .dwg file data of this object.

Parameters
pFiler[in] Filer object from which data are read.
Returns
Returns the filer status.

This function is called by dwgIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dwgInFields(pFiler) returned. 4) Call the OdDbDwgFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dwgOutFields()

virtual void OdDbVisualStyle::dwgOutFields ( OdDbDwgFiler pFiler) const
virtual

Writes the .dwg file data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are written.
Remarks

This function is called by dwgIn() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dwgOutFields(pFiler). 3) Call the OdDbDwgFiler(pFiler) methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ dxfInFields()

virtual OdResult OdDbVisualStyle::dxfInFields ( OdDbDxfFiler pFiler)
virtual

Reads the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer from which data are read.
Returns
Returns the filer status.

This function is called by dxfIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dxfInFields(pFiler) returned. 4) Call the OdDbDxfFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dxfOutFields()

virtual void OdDbVisualStyle::dxfOutFields ( OdDbDxfFiler pFiler) const
virtual

Writes the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are to be written.
Remarks

This function is called by dxfOut() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dxfOutFields(pFiler). 4) Use pFiler to call the OdDbDxfFiler methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ edgeStyle()

const OdGiEdgeStyle& OdDbVisualStyle::edgeStyle ( ) const

Returns a reference to an edge style of the visual style.

◆ faceStyle()

const OdGiFaceStyle& OdDbVisualStyle::faceStyle ( ) const

Returns a reference to a face style of the visual style.

◆ isInternalUseOnly()

bool OdDbVisualStyle::isInternalUseOnly ( ) const

Determines whether the visual style is for internal use only.

Returns
true - if the visual style is for internal use only. false - otherwise.

◆ name()

void OdDbVisualStyle::name ( OdString value) const

Gets a name (key) of the OdGiVisualStyle object in the dictionary.

Parameters
value[out] A reference to a string value to get the name.

◆ ODDB_DECLARE_MEMBERS()

OdDbVisualStyle::ODDB_DECLARE_MEMBERS ( OdDbVisualStyle  )

◆ setDescription()

void OdDbVisualStyle::setDescription ( const OdString pDescription)

Sets the description for the visual style.

Parameters
pDescription[in] Reference to a string that contains the description for this visual style to set.

◆ setDisplayStyle()

void OdDbVisualStyle::setDisplayStyle ( const OdGiDisplayStyle displayStyle)

Sets the display style of the visual style.

Parameters
displayStyle[in] Reference to the OdGiDisplayStyle object to set.

◆ setEdgeStyle()

void OdDbVisualStyle::setEdgeStyle ( const OdGiEdgeStyle edgeStyle)

Sets the edge style of the visual style.

Parameters
edgeStyle[in] Reference to the OdGiEdgeStyle object to set.

◆ setFaceStyle()

void OdDbVisualStyle::setFaceStyle ( const OdGiFaceStyle faceStyle)

Sets the face style of the visual style.

Parameters
faceStyle[in] Reference to the OdGiFaceStyle object to set.

◆ setInternalUseOnly()

void OdDbVisualStyle::setInternalUseOnly ( bool  bInternalUseOnly)

Sets a flag that indicates the visual style is for internal use only.

Parameters
bInternalUseOnly[in] Boolean value to set.

◆ setTrait() [1/7]

Sets a boolean property of the visual style.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
bVal[in] Boolean property value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [2/7]

Sets a color property of the visual style by the given OdCmColor value.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
pColor[in] Pointer to the OdCmColor value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [3/7]

Sets a property of the visual style.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
pVal[in] Pointer to the OdGiVariant property value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [4/7]

Sets a string property of the visual style.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
strVal[in] Reference to the OdString value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [5/7]

Sets a double property of the visual style.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
dVal[in] Boolean property value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [6/7]

void OdDbVisualStyle::setTrait ( OdGiVisualStyleProperties::Property  prop,
double  red,
double  green,
double  blue,
OdGiVisualStyleOperations::Operation  op = OdGiVisualStyleOperations::kSet 
)

Sets a color property of the visual style with given RGB component values.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
red[in] Red component value to set.
green[in] Green component value to set.
blue[in] Blue component value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTrait() [7/7]

Sets an integer property of the visual style.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
nVal[in] Integer property value to set.
op[in] OdGiVisualStyleOperations::Operation to use for setting the property.

◆ setTraitFlag()

void OdDbVisualStyle::setTraitFlag ( OdGiVisualStyleProperties::Property  flagProp,
OdUInt32  flagVal,
bool  bEnable = true 
)

Sets a property flag for the visual style (for properties that are bitfield enumerations).

Parameters
flagProp[in] OdGiVisualStyleProperties::Property to set.
flagVal[in] Flag value to set.
bEnable[in] Boolean value that defines if the flag is enabled. Use true to enable the flag, false to disable.

◆ setType()

void OdDbVisualStyle::setType ( OdGiVisualStyle::Type  type)

Sets the type of the visual style. All available types are defined in the OdGiVisualStyle::Type enumeration.

Parameters
type[in] The visual style type to set.

◆ subSetAttributes()

virtual OdUInt32 OdDbVisualStyle::subSetAttributes ( OdGiDrawableTraits pTraits) const
virtual

Sets the values of this object's subentity traits, and returns with the calling object's subentity traits.

Parameters
pTraits[in] Pointer to the OdGiDrawableTraits object to be set.
Remarks
When overriding subSetAttributes(), you must OR (|) the return value of <base class>::subSetAttributes(pTraits) with any flags you add.

A derived class may not remove flags for any reason.

The default implementation does nothing but returns kDrawableNone. This function can be overridden in custom classes.

Reimplemented from OdDbObject.

◆ trait()

Gets a property of the visual style and an operation that is currently used for this property.

Parameters
prop[in] OdGiVisualStyleProperties::Property to set.
op[out] Output OdGiVisualStyleOperations::Operation that is currently in effect for this property.
Returns
Returns a smart pointer to the OdGiVariant value of the property.

◆ traitFlag()

bool OdDbVisualStyle::traitFlag ( OdGiVisualStyleProperties::Property  flagProp,
OdUInt32  flagVal 
) const

Gets a property flag from the visual style (for properties that are bitfield enumerations).

Parameters
flagProp[in] OdGiVisualStyleProperties::Property to get.
flagVal[in] Flag value to get.
Returns
true - if the flag is enabled. false - otherwise.

◆ type()

OdGiVisualStyle::Type OdDbVisualStyle::type ( ) const

Returns the type of the visual style. All available types are defined in the OdGiVisualStyle::Type enumeration.


The documentation for this class was generated from the following file: