LsE1

learn.LsE1
case class LsE1(canv: CanvasPlatform) extends CmdBarGui

E Series lessons deal with games. E1 is a super simple single player turn game.

Attributes

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

Members list

Value members

Concrete methods

def frame(): Unit

frame refers to the screen output. In the same way that a movie is constructed from a number of still frames. So we create the "action" in a graphical application through a series of frames. Unlike in the movies our display may not change for significant periods of time. Where we can it is simpler to create the whole screen out, to create each from a blank slate so to speak rather than just painting the parts of the dsplay that have been modified.

frame refers to the screen output. In the same way that a movie is constructed from a number of still frames. So we create the "action" in a graphical application through a series of frames. Unlike in the movies our display may not change for significant periods of time. Where we can it is simpler to create the whole screen out, to create each from a blank slate so to speak rather than just painting the parts of the dsplay that have been modified.

Attributes

def newTurn(): Unit
override def title: String

Attributes

Definition Classes

Inherited methods

def addPanel(clipPoly: Polygon, cover: Boolean): Panel

Attributes

Inherited from:
CanvasPanelled

Attributes

Inherited from:
CmdBarGui
def mainMouseUp: (MouseButton, RArr[Any], Pt2) => Unit

Attributes

Inherited from:
CmdBarGui
def mainMouseUp_=(f: (MouseButton, RArr[Any], Pt2) => Unit): Unit

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.

This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.

Attributes

Inherited from:
CanvasUser

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def reTop(commands: RArr[GraphicBounded]): Unit

repaints the top command bar

repaints the top command bar

Attributes

Inherited from:
CmdBarGui
def refresh(): Unit

Attributes

Inherited from:
CanvasPanelled
def refreshPanel(panel: Panel): Unit

This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.

This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.

Attributes

Inherited from:
CanvasPanelled

Attributes

Inherited from:
CmdBarGui
def textButton(str: String, cmd: AnyRef): PolygonCompound

Attributes

Inherited from:
CmdBarGui

Concrete fields

var cmd: TurnCmd

Inherited fields

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui
var panels: RArr[Panel]

Attributes

Inherited from:
CanvasPanelled
var selected: Any

Selected takes the type Any, but the value None means nothing selected.

Selected takes the type Any, but the value None means nothing selected.

Attributes

Inherited from:
CmdBarGui

The text for the status field of the command bar.

The text for the status field of the command bar.

Attributes

Inherited from:
CmdBarGui
val topBar: Panel

Attributes

Inherited from:
CmdBarGui