| CTextDrawer | |
| firstclass | |
| MyWindow | |
| QButton | Generic Button. Generates OnPress event if clicked or space bar pressed |
| QCaptionButton | Button with Caption |
| QCheckBox | Check Box |
| QClass | |
| QColor | Color Class. The values of color components are in range [0..1] |
| QEvent | Event class, which holds the events |
| QFont | Font class for drawing text |
| QLookAndFeel | Defines Look and Feel. Colors, Textures, default Font size and so on |
| QRadioButton | Radio Button |
| QRadioButtonGroup | Radio Button Group |
| QScreen | Screen which manages the windows |
| QTextEdit | Text edit widget |
| QToolBar | Tool bar which is movable and layouts its widgets horizontal |
| QWidget | Common super class for all widgets. Here is also the basic implementation of event passing and dragging |
| QWindow | Widget which is a GUI-Window |
1.2.18