OMOTE/Platformio/OmoteUI/core/screen
Matthew Colvin 8a34d0220c Remove optimization from debugging because it was causing breakpoints not to hit.
Rework tab and tabView given the new AddElement API
2023-10-12 15:24:50 -05:00
..
BackgroundScreen.cpp Added concept of Background Screen that allows for construction of pages before knowing the final parent. 2023-09-22 19:59:24 -05:00
BackgroundScreen.hpp Added concept of Background Screen that allows for construction of pages before knowing the final parent. 2023-09-22 19:59:24 -05:00
HomeScreen.cpp Remove optimization from debugging because it was causing breakpoints not to hit. 2023-10-12 15:24:50 -05:00
HomeScreen.hpp Make UI Element the owner of the Unique pointers to other UI elements to allow for easier scope management of adding elements to one another 2023-10-12 15:24:25 -05:00
PopUpScreen.cpp Make UI Element the owner of the Unique pointers to other UI elements to allow for easier scope management of adding elements to one another 2023-10-12 15:24:25 -05:00
PopUpScreen.hpp Make UI Element the owner of the Unique pointers to other UI elements to allow for easier scope management of adding elements to one another 2023-10-12 15:24:25 -05:00
ScreenBase.cpp convert Screen manager to use vector to allow popper of screen to use the Page. 2023-10-08 12:32:59 -05:00
ScreenBase.hpp convert Screen manager to use vector to allow popper of screen to use the Page. 2023-10-08 12:32:59 -05:00