#include "ElementHandle.h"
#include "Tools/BitMask.h"
#include "DimensionStyleProps.r.h"
#include <RmgrTools/Tools/msstrlst.h>
#include "DgnPlatform/DgnTextStyle.h"
Go to the source code of this file.
Classes | |
struct | IDimStyleTransactionListener |
struct | DimStyleEvents |
struct | DimensionStyle |
Class to manipulate a dimensionstyle in a DgnFile. More... | |
struct | DimStyleIterator |
A forward iterator to go through the list of styles in a file. More... | |
struct | DimStyleCollection |
A collection dimension styles in a file. More... | |
struct | DimStylePropMask |
The property mask contains a series of boolean flags, one for each DimStyleProp that can be stored in a dimension style. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Macros | |
#define | DIMSTYLE_COMPAREOPTS_Default (0) |
#define | DIMSTYLE_COMPAREOPTS_IgnoreUnusedDiffs (0x0001 << 1) |
#define | DIMSTYLE_COMPAREOPTS_UserInterface DIMSTYLE_COMPAREOPTS_IgnoreUnusedDiffs |
Typedefs | |
typedef struct DgnPlatform::DimensionStyle * | DimensionStyleP |
typedef struct DgnPlatform::DimensionStyle & | DimensionStyleR |
typedef struct DgnPlatform::DimensionStyle const * | DimensionStyleCP |
typedef struct DgnPlatform::DimensionStyle const & | DimensionStyleCR |
typedef struct DgnPlatform::DimStylePropMask * | DimStylePropMaskP |
typedef struct DgnPlatform::DimStylePropMask & | DimStylePropMaskR |
typedef struct DgnPlatform::DimStylePropMask const * | DimStylePropMaskCP |
typedef struct DgnPlatform::DimStylePropMask const & | DimStylePropMaskCR |
typedef struct DgnPlatform::DimStyleIterator * | DimStyleIteratorP |
typedef struct DgnPlatform::DimStyleIterator & | DimStyleIteratorR |
typedef struct DgnPlatform::DimStyleIterator const * | DimStyleIteratorCP |
typedef struct DgnPlatform::DimStyleIterator const & | DimStyleIteratorCR |
typedef RefCountedPtr < DimensionStyle > | DimensionStylePtr |
typedef RefCountedPtr < DimStylePropMask > | DimStylePropMaskPtr |
typedef RefCountedPtr < DimStyleIterator > | DimStyleIteratorPtr |