#include "DgnPlatform.h"
#include "Bentley/RefCounted.h"
#include "ElementHandle.h"
#include <Bentley/bvector.h>
#include <Bentley/WString.h>
#include <RmgrTools\Tools\rscdefs.r.h>
Go to the source code of this file.
Classes | |
struct | DisplayStyleFlags |
This sub-structure describes the 'flags' part of a DisplayStyle. More... | |
struct | ViewDisplayOverrides |
This sub-structure describes the 'overrides' part of a display style. More... | |
struct | ViewDisplayOverrides::OverrideFlags |
struct | DisplayStyleGroundPlane |
struct | DisplayStyle |
A display style is a collection of view-related settings that can be applied to the whole or part of a view. More... | |
struct | DisplayStyleList |
Provides utilities for getting collections of display styles from various sources. More... | |
struct | DisplayStyleManager |
Provides static methods for reading, writing, and modifying display styles in files. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Typedefs | |
typedef RefCountedPtr < DisplayStyle > | DisplayStylePtr |
Smart pointer wrapper for DisplayStyle. More... | |
typedef bvector< DisplayStyleCP > | DisplayStyleCPVector |
A collection of DisplayStyleCP. More... | |
typedef DisplayStyleGroundPlane * | DisplayStyleGroundPlaneP |
typedef DisplayStyleGroundPlane const * | DisplayStyleGroundPlaneCP |
typedef DisplayStyleGroundPlane & | DisplayStyleGroundPlaneR |
typedef DisplayStyleGroundPlane const & | DisplayStyleGroundPlaneCR |