![]() |
0.4.1
|
Plot Tooltip windows to show. More...
Public Member Functions | |
PlotTooltip (size_t plotItemIdx, size_t dataIdx, const ImVec2 &startPos) | |
Constructor. | |
Data Fields | |
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. | |
Plot Tooltip windows to show.
Definition at line 30 of file PlotTooltip.hpp.
|
inline |
Constructor.
[in] | plotItemIdx | The plot item index the tooltip belongs to |
[in] | dataIdx | The data index the tooltip belongs to |
[in] | startPos | Initial start position of the tooltip window |
Definition at line 36 of file PlotTooltip.hpp.
size_t NAV::PlotTooltip::dataIdx |
The data index the tooltip belongs to.
Definition at line 40 of file PlotTooltip.hpp.
size_t NAV::PlotTooltip::plotItemIdx |
The plot item index the tooltip belongs to.
Definition at line 39 of file PlotTooltip.hpp.
std::optional<ImVec2> NAV::PlotTooltip::startPos |
Initial start position of the tooltip window.
Definition at line 41 of file PlotTooltip.hpp.