Message Abstract Class

Definition

Line 12 of System.Screen/Message.cm

Inheritance

Constructors & Destructor

public nothrow Message()

Member Functions

public virtual bool Dispatch(Control* control)
public abstract nothrow int Id() const
public virtual nothrow bool IsDefaultWriteScreenMessage() const
public abstract nothrow String<char> Name() const
public virtual void Read(MemoryReader& reader)
public nothrow void SetTargetWindowHandle(int targetWindowHandle_)
public virtual nothrow int Size() const
public nothrow int TargetWindowHandle() const
public virtual void Write(MemoryWriter& writer)

Member Variables

private int targetWindowHandle

Constructor& Destructor Details

Message Constructor

public nothrow Message()

Definition
Line 14 of System.Screen/Message.cm


Member Function Details

Dispatch Member Function

public virtual bool Dispatch(Control* control)

Definition
Line 45 of System.Screen/Message.cm


Id Member Function

public abstract nothrow int Id()

Definition
Line 18 of System.Screen/Message.cm


IsDefaultWriteScreenMessage Member Function

public virtual nothrow bool IsDefaultWriteScreenMessage()

Definition
Line 24 of System.Screen/Message.cm


Name Member Function

public abstract nothrow String<char> Name()

Definition
Line 23 of System.Screen/Message.cm


Read Member Function

public virtual void Read(MemoryReader& reader)

Definition
Line 41 of System.Screen/Message.cm


SetTargetWindowHandle Member Function

public nothrow void SetTargetWindowHandle(int targetWindowHandle_)

Definition
Line 32 of System.Screen/Message.cm


Size Member Function

public virtual nothrow int Size()

Definition
Line 19 of System.Screen/Message.cm


TargetWindowHandle Member Function

public nothrow int TargetWindowHandle()

Definition
Line 28 of System.Screen/Message.cm


Write Member Function

public virtual void Write(MemoryWriter& writer)

Definition
Line 36 of System.Screen/Message.cm