Plot Tooltips on hover.
More...
Go to the source code of this file.
|
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.
|
|