Basic hush classes

  • session -- to manage (parts of) the application
  • kit -- to provide access to the underlying system and interpreter
  • handler -- to bind C++ functionality to events
  • event -- stores information concerning user actions or system events
  • widget -- to display information on a screen
  • item -- represents an element of a widget

slide: Basic hush classes