Child pages
  • Browsing the Source, Where to Start

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Tip
titleLocating Types

By pressing Control-Shift-T, a dialog pops up that allows quick lookup of classes based on their name

Tip
titleCall Hierargy

By pressing Control-Alt-H on a function shows where in the code the function is used 

The entry point for all Clients  is the ClientState class. The ClientState class is in fact the most top level class containing logic. From it, all other "client" applications are derived. It holds many object managers (all implementing the IManager interface ), for example:

...