WordSettings
data class WordSettings(schemes: MutableList<WordScheme>, currentSchemeName: String) : Settings<WordSettings, WordScheme>
Content copied to clipboard
The user-configurable collection of schemes applicable to generating words.
See also
Constructors
WordSettings
Link copied to clipboard
fun WordSettings(schemes: MutableList<WordScheme> = DEFAULT_SCHEMES, currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME)
Content copied to clipboard
Types
Functions
deepCopy
Link copied to clipboard
getState
Link copied to clipboard
initializeComponent
Link copied to clipboard
open fun initializeComponent()
Content copied to clipboard
loadState
Link copied to clipboard
noStateLoaded
Link copied to clipboard
open fun noStateLoaded()
Content copied to clipboard
Properties
currentScheme
Link copied to clipboard
currentSchemeName
Link copied to clipboard
schemes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard