|
SatDump 2.0.0-alpha-520736c72
|
GUI Rendering for xRIT processors. More...
#include "xrit_channel_processor.h"Go to the source code of this file.
Functions | |
| bool | satdump::xrit::renderTabsFromProcessor (XRITChannelProcessor *p) |
| Render (just the tabs, not tabbar!) for a processor. | |
| void | satdump::xrit::renderAllTabsFromProcessors (std::vector< XRITChannelProcessor * > ps) |
| Render the tabbar & tabs for a set of processors. | |
| void | satdump::xrit::renderAllTabsFromProcessors (std::map< std::string, std::shared_ptr< XRITChannelProcessor > > &all_processors) |
| Render the tabbar & tabs for a set of processors, but from a map. | |
GUI Rendering for xRIT processors.
| void satdump::xrit::renderAllTabsFromProcessors | ( | std::map< std::string, std::shared_ptr< XRITChannelProcessor > > & | all_processors | ) |
Render the tabbar & tabs for a set of processors, but from a map.
| all_processors | xRIT processors to render |
| void satdump::xrit::renderAllTabsFromProcessors | ( | std::vector< XRITChannelProcessor * > | ps | ) |
Render the tabbar & tabs for a set of processors.
| ps | xRIT processors to render |
| bool satdump::xrit::renderTabsFromProcessor | ( | XRITChannelProcessor * | p | ) |
Render (just the tabs, not tabbar!) for a processor.
| p | xRIT processor to render |