Checkbox

ostrat.pReactor.Checkbox
case class Checkbox(aIsSelected: Boolean, labelText: String, loc: Pt2, aIsEnabled: Boolean, action: Checkbox => Unit, myColor: Colour)

Simple Checkbox with label *

Attributes

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

Members list

Value members

Concrete methods

def clicked(): Unit
def toGraphicElems(aIsSelected: Boolean, labelText: String, loc: Pt2, aIsEnabled: Boolean, aAction: Checkbox => Unit): GraphicElems

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

var color: Colour