PrintMsg Class Reference

This is sent when something to do with the printer has happend. More...

#include <printmsg.h>

Inheritance diagram for PrintMsg:

Msg CCObject SimpleCCObject List of all members.

Public Types

enum  PrintReason { SETTINGSCHANGED }

Public Member Functions

 PrintMsg (PrintReason ThisReason)

Public Attributes

PrintReason Reason

Detailed Description

This is sent when something to do with the printer has happend.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
1/5/95

Definition at line 116 of file printmsg.h.


Member Enumeration Documentation

enum PrintMsg::PrintReason
 

Enumerator:
SETTINGSCHANGED 

Definition at line 123 of file printmsg.h.

00124     {
00125         SETTINGSCHANGED // The printer settings have changed (via Print setup dialog - usually)
00126     };


Constructor & Destructor Documentation

PrintMsg::PrintMsg PrintReason  ThisReason  )  [inline]
 

Definition at line 130 of file printmsg.h.

00130 : Reason(ThisReason) { /* empty */ }


Member Data Documentation

PrintReason PrintMsg::Reason
 

Definition at line 128 of file printmsg.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:00:04 2007 for Camelot by  doxygen 1.4.4