InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CusCondTxtResponder Class Reference
Inheritance diagram for CusCondTxtResponder:
CResponderIResponderIPMUnknown

Public Member Functions

 CusCondTxtResponder (IPMUnknown *boss)
 
virtual void Respond (ISignalMgr *signalMgr)
 
- Public Member Functions inherited from CResponder
 CResponder (IPMUnknown *boss)
 
virtual ServiceID GetResponderService ()
 
virtual void SignalFailed (ISignalMgr *signalMgr)
 

Additional Inherited Members

- Public Types inherited from IResponder
enum  { kDefaultIID = IID_IRESPONDER }
 

Detailed Description

CusCondTxtResponder Handles signals related to print, export to PDF/IDML and new document file actions. The action signals it receives are dictated by the CusCondTxtServiceProvider class.

CusCondTxtResponder implements IResponder based on the partial implementation CResponder.

Constructor & Destructor Documentation

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

Constructor.

Parameters
bossinterface ptr from boss object on which this interface is aggregated.

Member Function Documentation

void CusCondTxtResponder::Respond (ISignalMgrsignalMgr)
virtual

Respond() handles the file action signals when they are dispatched by the signal manager. This implementation simply creates alerts to display each signal.

Parameters
signalMgrPointer back to the signal manager to get additional information about the signal.

Reimplemented from CResponder.