MCPcopy Create free account
hub / github.com/antvis/F2Native / AddMonitor

Method AddMonitor

core/graphics/tooltip/TooltipController.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 ~ToolTipController();
21
22 void AddMonitor(ToolTipMarkerItemsCallback callback) { actionListeners_.push_back(callback); }
23
24 void Clear() { toolTip_ = nullptr; toolTips_.clear(); configs_.clear(); }
25 bool isTooltips() { return configs_.size() > 0; }

Callers 3

GeomAnimateMethod · 0.45
ToolTipControllerMethod · 0.45
InteractionContextMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected