Input

o1.gui.viewimpl.tracing.TraceEvent.Input
final case class Input[Info](name: String, info: Info) extends TraceEvent

A TraceEvent that records a GUI event.

Type parameters

Info

the type of the additional information, such as Pos, Key, or MouseMoved

Parameters

info

additional information about the event

name

a short description of the GUI event, such as "click", "key-down", or "mouse-move"

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TraceEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product