Package | Description |
---|---|
gui |
'gui' package contains the source code of the GUI -Graphical User Interface-
implementing the graphical elements and its interactions.
|
src |
'src' package contains the core source code of the application, implementing
the logic of all internal operations.
|
Class and Description |
---|
ConfigLoader
Contains the set of events to be loaded in the EventClock, and behaviour
control variables - for example, play sound at pop-ups-.
|
Event
Activity to be scheduled and deployed during the application execution.
|
EventClock
GenericClock that controls the schedule and deploymend ot the Events.
|
Flags.ClockType
Clock types of the application
|
Flags.CreationWindowMode
Behavior of the Creation Window
|
Flags.InformationType
Information types in the application
|
GenericClock
Clock element that controls events based on system time or internal counters.
|
Class and Description |
---|
ConfigLoader
Contains the set of events to be loaded in the EventClock, and behaviour
control variables - for example, play sound at pop-ups-.
|
Event
Activity to be scheduled and deployed during the application execution.
|
Flags.ClockType
Clock types of the application
|
Flags.CreationWindowMode
Behavior of the Creation Window
|
Flags.EventType
Event types in the application
|
Flags.InformationType
Information types in the application
|
GenericClock
Clock element that controls events based on system time or internal counters.
|
SoundLoader
Implements operations to handle MIDI files.
|