ScreenChangeMsg Class Reference

A message to be broadcast whenever what is on the screen changes. This can be a dialog closing, or scrollbar moving or object being moved. It is vital to the brush that it be informed whenever something like this happens. More...

#include <brushmsg.h>

Inheritance diagram for ScreenChangeMsg:

Msg CCObject SimpleCCObject List of all members.

Public Member Functions

 ScreenChangeMsg ()
 ScreenChangeMsg (BOOL Clear)

Public Attributes

BOOL m_bClear

Private Member Functions

 CC_DECLARE_DYNAMIC (ScreenChangeMsg)

Detailed Description

A message to be broadcast whenever what is on the screen changes. This can be a dialog closing, or scrollbar moving or object being moved. It is vital to the brush that it be informed whenever something like this happens.

Author:
Diccon_Yamanaka (Xara Group Ltd) <camelotdev@xara.com>
Date:
23/3/94
See also:
Currently the only place this message is received is in the freehand info bar

Definition at line 143 of file brushmsg.h.


Constructor & Destructor Documentation

ScreenChangeMsg::ScreenChangeMsg  )  [inline]
 

Definition at line 148 of file brushmsg.h.

00148 {m_bClear = FALSE;}

ScreenChangeMsg::ScreenChangeMsg BOOL  Clear  )  [inline]
 

Definition at line 149 of file brushmsg.h.

00149 {m_bClear = Clear;}


Member Function Documentation

ScreenChangeMsg::CC_DECLARE_DYNAMIC ScreenChangeMsg   )  [private]
 


Member Data Documentation

BOOL ScreenChangeMsg::m_bClear
 

Definition at line 150 of file brushmsg.h.


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