Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
CButton | An implementation of a "push" button |
CComboBox | A component that combines a button or editable field and a drop-down list |
CComponent | The abstract base class for all components |
CDisplay | This object represents a physical display |
CFont | The CFont class represents fonts and font metrics |
CForm | A CForm object is a top-level window with no borders and no menubar |
CGraphics | The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images |
CGraphicsMono | Implementation the CGraphics object for black/white display like LCD Wintek WG19232 |
CImage | The CImage class is used to hold graphical image data |
CIPAddressBox | This is control for editing a IP address |
CItemList | The container to store items |
CKeyboard | Reading of user input data |
CLabel | A display area for a short text string |
CListBox | The CListBox component presents the user with a scrolling list of text items |
CPanel | CPanel is the simplest container class |
CTerminal | |
CTextBox | A CTextBox object is a text component that allows for the editing of a single line of text |
CWindow | A CWindow is a top-level window with a title and a control button |
ILayoutManager | Interface for layouting components |