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

Plot Tooltips on hover. More...

Go to the source code of this file.

Data Structures

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

Namespaces

namespace  NAV
 

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

Definition in file PlotTooltip.hpp.