io.github.srs.view
Members list
Type members
Classlikes
CLI component trait that defines the interface for creating a CLI view.
CLI component trait that defines the interface for creating a CLI view.
Type parameters
- S
-
the type of the simulation state, which must extend ModelModule.State.
Attributes
- Supertypes
- Known subtypes
-
object CLILauncher
- Self type
-
Provider[S]
ConfigurationView companion object with factory method to create an instance of a CLI-based configuration view.
ConfigurationView companion object with factory method to create an instance of a CLI-based configuration view.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigurationCLI.type
ConfigurationView companion object with factory method to create an instance of a GUI-based configuration view.
ConfigurationView companion object with factory method to create an instance of a GUI-based configuration view.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigurationGUI.type
Defines how the configuration view should behave.
Defines how the configuration view should behave.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
GUI component trait that defines the interface for creating a GUI view.
GUI component trait that defines the interface for creating a GUI view.
Type parameters
- S
-
the type of the simulation state, which must extend ModelModule.State.
Attributes
- Supertypes
- Known subtypes
-
object GUILauncher
- Self type
-
Provider[S]
Module that defines the view logic for the Scala Robotics Simulator.
Module that defines the view logic for the Scala Robotics Simulator.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ViewModule.type