24#ifndef ODGSBASEMODULE_INC
25#define ODGSBASEMODULE_INC
124 : m_pModule(pModule), m_pView(pView), m_flags(flags)
OdSmartPtr< OdGsBaseModule > OdGsBaseModulePtr
GS_TOOLKIT_EXPORT void odgsUninitialize()
GS_TOOLKIT_EXPORT void odgsInitialize()
#define GS_TOOLKIT_EXPORT
GsViewUpdateEvent(OdGsBaseModule *pModule, OdGsView *pView, int flags)
void fire_viewWasCreated(OdGsView *pView)
virtual OdSmartPtr< OdGsBaseVectorizeDevice > createBitmapDeviceObject()
void fire_viewWasUpdated(OdGsView *pView, int flags)
ODRX_DECLARE_MEMBERS(OdGsBaseModule)
void fire_gsToBeUnloaded(OdGsModule *pModule)
OdSmartPtr< OdGsViewImpl > createBitmapView()
void fire_viewToBeUpdated(OdGsView *pView, int flags)
virtual OdSmartPtr< OdGsBaseVectorizeDevice > createDeviceObject()=0
OdSmartPtr< OdGsViewImpl > createView()
void removeReactor(OdGsReactor *pReactor)
OdGsDevicePtr createBitmapDevice()
virtual OdSmartPtr< OdGsViewImpl > createViewObject()=0
void addReactor(OdGsReactor *pReactor)
OdGsDevicePtr createDevice()
void fire_viewToBeDestroyed(OdGsView *pView)
virtual OdSmartPtr< OdGsViewImpl > createBitmapViewObject()