0.3.0
Loading...
Searching...
No Matches
NAV::PlotTooltip Struct Reference

Plot Tooltip windows to show. More...

Public Member Functions

 PlotTooltip (size_t plotItemIdx, size_t dataIdx, const ImVec2 &startPos)
 Constructor.
 

Public Attributes

size_t dataIdx
 The data index the tooltip belongs to.
 
size_t plotItemIdx
 The plot item index the tooltip belongs to.
 
std::optional< ImVec2 > startPos
 Initial start position of the tooltip window.
 

Detailed Description

Plot Tooltip windows to show.

Constructor & Destructor Documentation

◆ PlotTooltip()

NAV::PlotTooltip::PlotTooltip ( size_t plotItemIdx,
size_t dataIdx,
const ImVec2 & startPos )
inline

Constructor.

Parameters
[in]plotItemIdxThe plot item index the tooltip belongs to
[in]dataIdxThe data index the tooltip belongs to
[in]startPosInitial start position of the tooltip window

The documentation for this struct was generated from the following file: