|
| enum | { kDefaultIID = IID_IRESPONDER } |
| |
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.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CusCondTxtResponder::CusCondTxtResponder | ( | IPMUnknown * | boss | ) | |
Constructor.
- Parameters
| boss | interface ptr from boss object on which this interface is aggregated. |
| void CusCondTxtResponder::Respond | ( | ISignalMgr * | signalMgr | ) | |
| 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
| signalMgr | Pointer back to the signal manager to get additional information about the signal. |
Reimplemented from CResponder.