AltReacGui

ostrat.pAltReact.AltReacGui
case class AltReacGui(canv: CanvasPlatform, rows: Int, columns: Int) extends SqSysGui

Attributes

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

Members list

Value members

Concrete methods

Creates the turn button and the action to commit on mouse click.

Creates the turn button and the action to commit on mouse click.

Attributes

def thisTop(): Unit

The frame to refresh the top command bar. Note it is a ref so will change with scenario state.

The frame to refresh the top command bar. Note it is a ref so will change with scenario state.

Attributes

Inherited methods

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

Attributes

Inherited from:
CanvasPanelled
def focusAdj(uniStr: String)(f: (Vec2, Double) => Vec2): PolygonCompound

Attributes

Inherited from:
SqSysGui

Attributes

Inherited from:
SqSysGui

Attributes

Inherited from:
SqSysGui

Attributes

Inherited from:
SqSysGui

Attributes

Inherited from:
SqSysGui

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
final override def pixPerTile: Double

Pixels per Tile. The number of pixels from a side of a tile to the opposite side of the tile.

Pixels per Tile. The number of pixels from a side of a tile to the opposite side of the tile.

Attributes

Definition Classes
Inherited from:
SqSysGui

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
def repaint(): Unit

Attributes

Inherited from:
TGridSysGui

Attributes

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

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
TGridSysGui

Attributes

Inherited from:
SqSysGui

Attributes

Inherited from:
SqSysGui

Concrete fields

val scale: Double

The number of pixels / 2 displayed per row height.

The number of pixels / 2 displayed per row height.

Attributes

var scen: AltScen

Draws the tiles sides (or edges).

Draws the tiles sides (or edges).

Attributes

Inherited fields

Attributes

Inherited from:
CmdBarGui
var focus: Vec2

Attributes

Inherited from:
TGridSysGui

Attributes

Inherited from:
CmdBarGui
var panels: RArr[Panel]

Attributes

Inherited from:
CanvasPanelled

The number of pixels displayed per c column coordinate.

The number of pixels displayed per c column coordinate.

Attributes

Inherited from:
TGridSysGui
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 title: String

Attributes

Inherited from:
TGridSysGui
val topBar: Panel

Attributes

Inherited from:
CmdBarGui

Implicits

Implicits

implicit def gridSys: SqGrid

Tile grid system this gui displays.

Tile grid system this gui displays.

Attributes

implicit override def proj: SqSysProjection

Attributes

Definition Classes