| CBlock_Image | Structure to define sub-images. Generally associated with a ROM_Image |
| ▼CButton | Abstract class that provides basic button functionality |
| CTextBoxButton | Defines a single state button containing text with both a value and units component |
| ▼CToggleButton | Defines a button that toggles between two states |
| CMomentaryButton | Defines a momentary buttons with 2 states. Upon release, the button automatically returns to state 0 |
| CButtonConfig_t< NUM > | Generic data structure used to store graphical configuration of buttons |
| ▼CButtonState | Base class used by all derived Button State classes |
| CImageButtonState | Button State for a button that uses imagery as its button graphics |
| CTextBoxButtonState | Button State for a button that uses TextBox to display a value and units inside the button |
| CTextButtonState | Button State for a button that displays text in the button |
| ▼CCanvas | Provides higher level TFT graphic functionality used by the menu system |
| CDRAM_Canvas | Variation of the Canvas class that can copy imagery from another canvas |
| CROM_Canvas | A variation of the Canvas class that can load imagery from Flash ROM |
| CCharDef_t | Data Structure that defines an individual character |
| CConfigList_t | Data structure defining all TextBox used by all menus |
| CConfigTextBox_t | Configuration information for a TextBox object |
| CDynamicText | Defines a simple text box for displaying dynamic text onto a Canvas |
| CErrMsg::EndlToken | Token that indicates the end of a line in the error message |
| CErrMsg | Provides a mechnism for displaying error and warning messages on the TFT display |
| Cfile_stem | Graphical font class |
| CFontList | Defines the FontList class that manages all fonts used by the application |
| ▼CGrFont | Base class used by all Graphical Fonts |
| CMonofonto_Regular_140 | |
| CMonofonto_Regular_180 | |
| CMonofonto_Regular_20 | |
| CMonofonto_Regular_32 | |
| CMonofonto_Regular_64 | |
| CMonofonto_Regular_90 | |
| CImmediateButton | A single state button that calls the callback function as soon as it is pressed |
| CROM_Image | Structure to define the size and location of an image in Flash |
| ▼CSensor | Abstract class that acts as an interface for all sensor classes |
| CChillerTempSensor | Manages the Chiller temperature probe |
| CKettleTempSensor | Manages the Kettle temperature probe |
| CKettleVolSensor | Manages the Kettle Volume sensor |
| CShape_t | Structure defining basic geometric characteristics of fonts |
| ▼CSoloMenu | Base class used by all menus |
| CMainMenu | Main menu for the SoloController application |
| CSetupPID_Menu | Setup menu for the SoloController application. Note that the callback functions used by SetupTempMenu are contained within the CB:::SETUP::PID namespace |
| CSetupTempMenu | Setup menu for the SoloController application. Note that the callback functions used by SetupTempMenu are contained within the CB:::SETUP::TEMP namespace |
| CSetupVolMenu | Setup menu for the SoloController application |
| CTextBox | Composite object containing a "Value" and "Units" Text Box |
| CTextBoxConfig::TextBox_Config | Defines TextBox shape information based upon the sizes of the fonts being used |
| CFT5316::TouchLocation |