GuiLaunchStd

ostrat.pgui.GuiLaunchStd
trait GuiLaunchStd extends GuiLaunch

A convenience trait for launching Apps that takes an Int and an Identifier as its settings.

Attributes

Graph
Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Known subtypes
object CivLaunch
object ZugLaunch

Members list

Value members

Abstract methods

def launch(s2: Int, s3: String): (CanvasPlatform => Any, String)

Concrete methods

override def apply(expr: AssignMemExpr): (CanvasPlatform => Any, String)

Attributes

Definition Classes

Inherited 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
GuiLaunch -> Any
Inherited from:
GuiLaunch

Inherited and Abstract methods

def default: (CanvasPlatform => Any, String)

Attributes

Inherited from:
GuiLaunch

Attributes

Inherited from:
GuiLaunch