UI_Lib  a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CXPT2046::Calibration
 CGridItemConfigStruct used to store the column, row and alignment of a item inside the grid
 CPageItemConfigStruct used to store the relative coordinates of a item inside the page
 CXPT2046::Point
 CUI_ManagerClass that is used to handle the drawing and key handling of all UI_Elements
 CUIElementAbstract base class for all user interface elements (controls, indicators, containers)
 CBoolControlClass for a boolean control that is showing a boolean variable value and offers the possibility to toggle the value
 CBoolIndicatorClass for a boolean indicator that is only showing a boolean variable value
 CButtonControlClass for a button control that is showing a clickable button used to trigger some action
 CContainerBase class for container elements
 CContainerGridClass for a container that is showing all items at a time in a fixed grid layout
 CContainerListClass for a container that is showing one item at a time and supports scrolling
 CContainerPageClass for a container that is showing all items at a time
 CContainerStackClass for a container that is showing all items at a time stacked one after another
 CContainerTabsClass for a tab control that is showing a tab layout and can hold child elements
 CEnumIndicator< T >Class for an enum indicator that is only showing a enumeration variable value
 CEnumControl< T >Class for a enum control that is showing a enumeration variable value and offers the possibility to edit the value
 CIconClass for an icon indicator that is drawing an icon to the screen
 CLabelClass for an Label indicator that is drawing a string to the screen
 CMessageDialogClass for a message dialog with optional Ok and Cancel buttons
 CNumericIndicator< T >Class for a numeric indicator that is only showing a numeric variable value
 CNumericControl< T >Class for a numeric control that is showing a numeric variable value and offers the possibility to edit the value
 CProgressBar< T >Class for a progress bar indicator that is showing a horizontal progress bar
 CVirtualKeysClass for a control that can be used to emulate key presses via touch inputs
 CXPT2046