GraphicBlitzGameMenu

class GraphicBlitzGameMenu(stage: Stage) extends GraphicView

Blitz Game menu graphic interface

Companion:
object
trait PageView
class Object
trait Matchable
class Any

Value members

Concrete methods

def backButtonClicked(): Unit
def nextButtonClicked(): Unit
override def updateUI[T](update: ViewUpdate[Any]): Unit
Definition Classes

Concrete fields

val answerButtons: List[Button]
var backButton: Button
var courseLabel: Label
var firstAnswerButton: Button
var fourthAnswerButton: Button
var nextButton: Button
var pointsLabel: Label
var quizLabel: Label
var secondAnswerButton: Button
var thirdAnswerButton: Button
var timeProgressBar: ProgressBar