ShowRoom class

Word manipulation and presentation.

Constructors

ShowRoom()

Properties

allWordsCount int
getter/setter pair
comWordsCount int
trying to keep these integers inside this class.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknownWordsCount int
getter/setter pair

Methods

dawolangPrint(String msg, String msg2) String
flowC(String msg, bool p) → void
Pasting flowC method and flowS function from dawo. Calling print/print-to-buffer function from base_lib. Getting local variables; Actor and Buffer right. Changing to use local -
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showCombination(List<String> _wordList, Map<String, String> _commandM) → void
Combine words with commands.
showCommands(Map<String, String> _commandM) → void
Show them, jus in rows.
showWords(List<String> _wordList) → void
Simple listing of words.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited