#include <printmsg.h>
Inheritance diagram for PrintMsg:
Public Types | |
enum | PrintReason { SETTINGSCHANGED } |
Public Member Functions | |
PrintMsg (PrintReason ThisReason) | |
Public Attributes | |
PrintReason | Reason |
Definition at line 116 of file printmsg.h.
|
Definition at line 123 of file printmsg.h. 00124 { 00125 SETTINGSCHANGED // The printer settings have changed (via Print setup dialog - usually) 00126 };
|
|
Definition at line 130 of file printmsg.h. 00130 : Reason(ThisReason) { /* empty */ }
|
|
Definition at line 128 of file printmsg.h. |