#include <DgnPlatform/IViewDraw.h>
Go to the source code of this file.
Classes | |
struct | IMlineStyleTransactionListener |
struct | MlineStyleEvents |
struct | MultilineStylePropMask |
struct | MultilineStyleCollection |
A collection multi-line styles in a file. More... | |
struct | MultilineStyleCollection::const_iterator |
A forward iterator to go through the list of styles in a file. More... | |
struct | MultilineSymbology |
This class represents the symbology of a multi-line profile or cap. More... | |
struct | MultilineProfile |
This class represents a multi-line profile. More... | |
struct | MultilineStyle |
Define a multi-line 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. | |
enum | MultilineCapType { MULTILINE_ORG_CAP = 0, MULTILINE_END_CAP = 1, MULTILINE_MID_CAP = 2, MULTILINE_MAX = 16 } |
The Multi-line cap types. More... | |
enum | MultilineCapIndex { MULTILINE_ORG_CAP_INDEX = MULTILINE_MAX + MULTILINE_ORG_CAP, MULTILINE_END_CAP_INDEX = MULTILINE_MAX + MULTILINE_END_CAP, MULTILINE_MID_CAP_INDEX = MULTILINE_MAX + MULTILINE_MID_CAP, MULTILINE_ITERATE_MAX = (MULTILINE_MID_CAP_INDEX + 1) } |
The Multi-line cap Indicies Use these if the function takes just an index. More... | |
typedef RefCountedPtr < MultilineStyle > | MultilineStylePtr |
typedef RefCountedPtr < MultilineStylePropMask > | MultilineStylePropMaskPtr |
typedef RefCountedPtr < MultilineProfile > | MultilineProfilePtr |
typedef RefCountedPtr < MultilineSymbology > | MultilineSymbologyPtr |