SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
xrit_channel_processor_render.h File Reference

GUI Rendering for xRIT processors. More...

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.

Detailed Description

GUI Rendering for xRIT processors.

Function Documentation

◆ renderAllTabsFromProcessors() [1/2]

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.

Parameters
all_processorsxRIT processors to render

◆ renderAllTabsFromProcessors() [2/2]

void satdump::xrit::renderAllTabsFromProcessors ( std::vector< XRITChannelProcessor * > ps)

Render the tabbar & tabs for a set of processors.

Parameters
psxRIT processors to render

◆ renderTabsFromProcessor()

bool satdump::xrit::renderTabsFromProcessor ( XRITChannelProcessor * p)

Render (just the tabs, not tabbar!) for a processor.

Parameters
pxRIT processor to render