0.3.0
Loading...
Searching...
No Matches
PlotTooltip.hpp File Reference

Plot Tooltips on hover. More...

Go to the source code of this file.

Classes

struct  NAV::PlotTooltip
 Plot Tooltip windows to show. More...
 

Functions

bool NAV::ShowPlotTooltip (std::vector< PlotTooltip > &tooltips, size_t plotItemIdx, const std::string &plotName, ImAxis axis, const ScrollingBuffer< double > &xData, const ScrollingBuffer< double > &yData, bool otherHoverTooltipsShown, const std::function< void(size_t)> &showTooltipCallback)
 Shows a tooltip if the plot is hovered.
 
void NAV::ShowPlotTooltipWindows (std::vector< PlotTooltip > &tooltips, size_t plotItemIdx, const std::string &plotName, const std::string &uid, const std::vector< int * > &parentWindows, const std::function< InsTime(size_t)> &getInsTime, const std::function< void(size_t, const char *)> &showTooltipCallback)
 Shows all tooltip windows in the vector.
 

Detailed Description

Plot Tooltips on hover.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-08-16

Function Documentation

◆ ShowPlotTooltip()

bool NAV::ShowPlotTooltip ( std::vector< PlotTooltip > & tooltips,
size_t plotItemIdx,
const std::string & plotName,
ImAxis axis,
const ScrollingBuffer< double > & xData,
const ScrollingBuffer< double > & yData,
bool otherHoverTooltipsShown,
const std::function< void(size_t)> & showTooltipCallback )

Shows a tooltip if the plot is hovered.

Parameters
[in,out]tooltipsTooltip vector to show
[in]plotItemIdxPlot item index
[in]plotNameName of the plot item
[in]axisAxis to check for
[in]xDataX axis data
[in]yDataY axis data
[in]otherHoverTooltipsShownWhether other hover tooltips are already shown
[in]showTooltipCallbackCalled inside the tooltip. Argument is the data index for which the tooltip is shown
Returns
True if a tooltip is shown

◆ ShowPlotTooltipWindows()

void NAV::ShowPlotTooltipWindows ( std::vector< PlotTooltip > & tooltips,
size_t plotItemIdx,
const std::string & plotName,
const std::string & uid,
const std::vector< int * > & parentWindows,
const std::function< InsTime(size_t)> & getInsTime,
const std::function< void(size_t, const char *)> & showTooltipCallback )

Shows all tooltip windows in the vector.

Parameters
[in,out]tooltipsTooltip vector to show
[in]plotItemIdxPlot item index
[in]plotNameName of the plot item
[in]uidUnique id for the window
[in]parentWindowsParent windows to stay on top of
[in]getInsTimeCallback to get the time associated with the tooltip
[in]showTooltipCallbackCalled inside the tooltip. Argument is the data index and the unique id for which the tooltip is shown