Inheritance diagram for CP_PrintPolicy_Print:
Public Member Functions | |
CP_PrintPolicy_Print () | |
virtual | ~CP_PrintPolicy_Print () throw () |
void | Cleanup () |
CP_Printer * | GetPrinter () |
void | SetPrinter (CP_Printer *inPrinter) |
CP_Window * | GetParentWindow () |
void | SetParentWindow (CP_Window *inParentWindow) |
Commands | |
void | HandlePageSetupUpdateCommandStatusCommand (CP_CommandStatus &inOutCommandStatus, bool &inOutWasHandled, CP_CommandNo &inCommandNo) |
void | HandlePageSetupCommand (OSStatus &inOutStatus, CP_CommandNo &inCommandNo) |
void | HandlePrintUpdateCommandStatusCommand (CP_CommandStatus &inOutCommandStatus, bool &inOutWasHandled, CP_CommandNo &inCommandNo) |
void | HandlePrintCommand (OSStatus &inOutStatus, CP_CommandNo &inCommandNo, CP_PrintSignal *inPrintSignal) |
Protected Attributes | |
CP_Printer * | fPrinter |
CP_Window * | fParentWindow |
|
Constructor. |
|
Destructor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|