KeyPressedMessage Class

Definition

Line 28 of System.Screen/Messages.cm

Inheritance

Constructors & Destructor

static nothrow KeyPressedMessage()
public nothrow KeyPressedMessage(uchar key_)

Member Functions

public override bool Dispatch(Control* control)
public override nothrow int Id() const
public nothrow uchar Key() 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 uchar key

Constructor& Destructor Details

KeyPressedMessage Static Constructor

static nothrow KeyPressedMessage()

Definition
Line 42 of System.Screen/Messages.cm


KeyPressedMessage Constructor

public nothrow KeyPressedMessage(uchar key_)

Definition
Line 46 of System.Screen/Messages.cm


Member Function Details

Dispatch Member Function

public override bool Dispatch(Control* control)

Definition
Line 59 of System.Screen/Messages.cm


Id Member Function

public override nothrow int Id()

Definition
Line 30 of System.Screen/Messages.cm


Key Member Function

public nothrow uchar Key()

Definition
Line 63 of System.Screen/Messages.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 38 of System.Screen/Messages.cm


Read Member Function

public override void Read(MemoryReader& reader)

Definition
Line 54 of System.Screen/Messages.cm


Size Member Function

public override nothrow int Size()

Definition
Line 34 of System.Screen/Messages.cm


Write Member Function

public override void Write(MemoryWriter& writer)

Definition
Line 49 of System.Screen/Messages.cm