Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| ConfigurationWidget | This class provides a widget for displaying and changing configuration parameters |
| Logger | Logger class provides methods for logging messages |
| OptionParser | A command line option parser |
| RandomGenerator | Random Generator Utility Class |
| RandomGeneratorPrivate | |
| RuntimeUserException | A generic exception the used can throw at runtime |
| SimpleTimer | SimpleTimer object |
| ThreadOperation | Interface for describing an operation to do for the WorkerThread |
| UnknownException | The exception stored when an unknown exception is thrown by a ThreadOperation |
| WorkerThread | Supporting thread in order to run operations on a different thread instead of the GUI thread |