35 virtual int _GetHandlerPriority () = 0;
55 virtual bool _OnWheelMotion (MSWindowP gwP,
UInt32 modifierKeys,
long xPos,
long yPos,
long wheelDelta) = 0;
65 virtual IPrintEngineCP GetPrintEngine()
const = 0;
68 virtual IPlotterCP GetPrintEnginePlotter()
const = 0;
71 virtual bool GetIsPreview()
const = 0;
74 virtual bool GetIsPartOfPrintSet()
const = 0;
84 virtual IPrintEngineCP GetPrintEngine()
const = 0;
87 virtual IPlotterCP GetPrintEnginePlotter()
const = 0;
90 virtual bool GetIsPreview()
const = 0;
93 virtual bool GetIsPartOfPrintSet()
const = 0;
96 virtual bool GetIsSuccess()
const = 0;
114 virtual void BeginPrintPage (IBeginPrintPageParamP param) = 0;
121 virtual void EndPrintPage (IEndPrintPageParamP param) = 0;
131 virtual void MakeClassAbstract() = 0;
164 MSCORE_EXPORT
static MstnEventManagerR
GetManager();
#define bsiInterface
Definition: basedefs.h:31
uint32_t UInt32
Definition: Bentley.r.h:128
IManager * GetManager()
Return a pointer to the one and only relationship manager.
Parameters passed to BeginPrintPage event method.
Definition: IEvent.h:62
Parameters passed to EndPrintPage event method.
Definition: IEvent.h:81