class XMessage: public XEvent

Message event class

Inheritance:

XMessage - XEvent


Public Fields

[more]unsigned long SenderId
Object that sent the message
[more]long Message
a "long" message
[more]void* Body
a "void" message, so we can send pointers between objects
[more]unsigned long Size
size of the "void" message

Public Methods

[more] XMessage()
Constructs a message
[more]virtual ~XMessage()
Destructs a message


Inherited from XEvent:

Public Fields

ounsigned long Id
ounsigned Class
ounsigned Type


Documentation

Message event class
o XMessage()
Constructs a message

ovirtual ~XMessage()
Destructs a message

ounsigned long SenderId
Object that sent the message

olong Message
a "long" message

ovoid* Body
a "void" message, so we can send pointers between objects

ounsigned long Size
size of the "void" message


This class has no child classes.

Go to the
hierarchy of classes.


Copyright ©1998-2001 Dragos Acostachioaie
Last update on October 27, 2001

This page was generated with the help of DOC++.