WriteScreenMessage Class

Definition

Line 70 of System.Screen/Messages.cm

Inheritance

Constructors & Destructor

static nothrow WriteScreenMessage()
public nothrow WriteScreenMessage(const Rect& rect_, InvalidateKind invalidateKind_)

Member Functions

public override bool Dispatch(Control* control)
public nothrow const Rect& GetRect() const
public override nothrow int Id() const
public override nothrow bool IsDefaultWriteScreenMessage() const
public override nothrow String<char> Name() const
public override void Read(MemoryReader& reader)
public override nothrow int Size() const
public override void Write(MemoryWriter& writer)

Member Variables

private InvalidateKind invalidateKind
private Rect rect

Constructor& Destructor Details

WriteScreenMessage Static Constructor

static nothrow WriteScreenMessage()

Definition
Line 84 of System.Screen/Messages.cm


WriteScreenMessage Constructor

public nothrow WriteScreenMessage(const Rect& rect_, InvalidateKind invalidateKind_)

Definition
Line 88 of System.Screen/Messages.cm


Member Function Details

Dispatch Member Function

public override bool Dispatch(Control* control)

Definition
Line 113 of System.Screen/Messages.cm


GetRect Member Function

public nothrow const Rect& GetRect()

Definition
Line 117 of System.Screen/Messages.cm


Id Member Function

public override nothrow int Id()

Definition
Line 72 of System.Screen/Messages.cm


IsDefaultWriteScreenMessage Member Function

public override nothrow bool IsDefaultWriteScreenMessage()

Definition
Line 91 of System.Screen/Messages.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 80 of System.Screen/Messages.cm


Read Member Function

public override void Read(MemoryReader& reader)

Definition
Line 104 of System.Screen/Messages.cm


Size Member Function

public override nothrow int Size()

Definition
Line 76 of System.Screen/Messages.cm


Write Member Function

public override void Write(MemoryWriter& writer)

Definition
Line 95 of System.Screen/Messages.cm