InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SnipRunStartupShutdown Class Reference
Inheritance diagram for SnipRunStartupShutdown:
CPMUnknown< IStartupShutdownService >IStartupShutdownServiceIPMUnknown

Public Member Functions

 SnipRunStartupShutdown (IPMUnknown *boss)
 
virtual ~SnipRunStartupShutdown ()
 
virtual void Startup ()
 
virtual void Shutdown ()
 
- Public Member Functions inherited from CPMUnknown< IStartupShutdownService >
IPMUnknownQueryInterface (PMIID interfaceID) const
 
void AddRef () const
 
void Release () const
 
void PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
void PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
 CPMUnknown (const CPMUnknown &)=delete
 
CPMUnknownoperator= (const CPMUnknown &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from CPMUnknown< IStartupShutdownService >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< IStartupShutdownService >
HelperInterface fHelperInterface
 

Detailed Description

Implements IStartupShutdownService; purpose is to delete all Snippets instance at shutdown.

Constructor & Destructor Documentation

Binds the C implementation class onto its ImplementationID making the C code callable by the application * SnipRunStartupShutdown::SnipRunStartupShutdown (IPMUnknownboss)

Constructor

Parameters
bossinterface ptr from boss object on which this interface is aggregated.
virtual SnipRunStartupShutdown::~SnipRunStartupShutdown ()
inlinevirtual

Destructor

Member Function Documentation

void SnipRunStartupShutdown::Shutdown (void )
virtual

Called by the core when app is shutting down

Implements IStartupShutdownService.

void SnipRunStartupShutdown::Startup (void )
virtual

Called by the core when app is starting up

Implements IStartupShutdownService.