|
static std::vector< iv::panels::diamar::DiamarChannelsPanelsFactory::SelectChannelListItem > | prvBuildInitialMapSelectedChannelsInGraphic (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger) |
|
static void | runAddChannels (CDialog *dlgFather, const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger, const std::optional< std::function< void(std::set< iv::types::channelId >)> > &channelsInPanesChangeCallback) |
|
static void | runRemoveChannels (CDialog *dlgFather, const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger, const std::optional< std::function< void(std::set< iv::types::channelId >)> > &channelsInPanesChangeCallback) |
|
static void | setButtonSelectedFormat (CButton *button) |
|
static void | setButtonsUnselected (const std::vector< CButton * > &buttons) |
|
static CButton * | buttonTimeReference (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger) |
|
static CButton * | buttonTimeNow (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger) |
|
static CButton * | buttonTimeDefault (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger, const std::string_view btnText, iv::types::timestamp timeIncr, const bool withSelection, bool withTimer) |
|
static AbstractComponentGUI * | createTimeButtonsPanel (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger, const bool withButtonsManipulateChannels, const std::optional< std::function< void(std::set< iv::types::channelId >)> > &channelsInPanesChangeCallback=std::nullopt) |
|