#include <Mstn\Plot\PlotApi.h>
Go to the source code of this file.
Classes | |
struct | PlotFlags |
Miscellaneous print flags. More... | |
struct | LevelOverrideInfo |
Level overrides for printing. More... | |
struct | ReferenceOverrideInfo |
Reference overrides for printing. More... | |
struct | IPrintDefinition |
Base interface for all format-specific, native-code print definitions. More... | |
struct | IPrintDescription |
Interface for native-code standalone single-page print configuration and submission of the active design file. More... | |
struct | PrintDescriptionRef |
Reference-counted container for IPrintDescription instance. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::MstnPlatform | |
Namespace for classes, methods and functions of the MstnPlatform library. | |
Typedefs | |
typedef bvector < LevelOverrideInfo > | LevelOverrideList |
typedef bvector < ReferenceOverrideInfo > | ReferenceOverrideList |
typedef RefCountedPtr < PrintDescriptionRef > | PrintDescriptionPtr |
PrintDescriptionRef smart pointer. More... | |
Enumerations | |
enum | PlotColorMode { Undefined = -1, Monochrome = 0, Grayscale = 1, TrueColor = 2 } |
Color mode. More... | |
enum | PlotAutoAlignMode { None = 0, XAxis = 1, YAxis = 2 } |
Auto alignment mode. More... | |
enum | PropPubMethod { None = 0, All = 1, PropFilterFile = 2 } |
Property publishing method. More... | |
Functions | |
MSTNPLATFORM_PRINT_TYPEDEFS (PrintDescriptionRef) | |
MSTNPLATFORM_PRINT_TYPEDEFS | ( | PrintDescriptionRef | ) |