Skip to content

MHumm/ClassTree

Repository files navigation

ClassTree

Small application for generating class trees. The minimum supported Delphi version is 10.3.3 due to the use of inline variables. Since we want to move forward we will not accept requests to remove the use of these inline variables. If you need this utility for an older Delphi version you may make the required code changes yourself, they're not hard.

How to use?

  1. Add all the units which contain the classes you want to have in the tree to the project

  2. Run it.

  3. Click "Generate" button. You will receive a tree containing all those classes and the classes used in the generator itsself.

  4. Select a node and click "Export selected node". This will create a text only representation (used font here is Courier New, as it contains those line characters and is monospaced).

  5. You may select text in the memo (Ctrl-A selects all) and copy it via Ctrl-C or use the "Copy to clipboard" button.

Here's how the outputs look like when being applied on the unaltered program:

This is how it looks after generating the class tree: Class hierarchy shown in a TTreeview

This is how it looks after selecting the first node of the class tree and exporting this into textual form: Class hierarchy exported into text form

The license for this project is Apache 2.0, see file LICENSE.

About

Small application for generating class trees

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages